qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RfC] using pixman in qemu for raster ops


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RfC] using pixman in qemu for raster ops
Date: Tue, 25 Sep 2012 16:57:03 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1

Il 25/09/2012 11:31, Peter Maydell ha scritto:
>> > Even though pixman is used by core linux packages it is still a young
>> > project. On older distros (RHEL-5 for example) it isn't included and
>> > must be compiled manually.
> For me "not a standard library package on RHEL5" is a strong argument
> against adding a hard dependency. (For instance, most of the compute
> cluster machines here are RHEL5 and it would be pretty awkward to
> deal with manually building a dependent library.)
> 
> So they're a new library -- how good are they at API/ABI stability?

Very.

pixman is not that young actually (2003), but it was built into both
cairo and Xorg until ~2007.  Unfortunately, the pixman code that is in
cairo prefixes all names with "_cairo_" (so they look like
"_cairo_pixman_image_create") and there is no public header file.  But I
don't see any reason why pixman couldn't be included in EPEL.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]