qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 7/9] fbdev: move to pixman


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 7/9] fbdev: move to pixman
Date: Wed, 19 Sep 2012 07:56:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.7) Gecko/20120825 Thunderbird/10.0.7

On 09/18/12 22:30, Søren Sandmann wrote:
> Gerd Hoffmann <address@hidden> writes:
> 
>> +static pixman_image_t *pixman_from_displaystate(DisplayState *ds)
>> +{

>> +static pixman_image_t *pixman_from_framebuffer(void)
>> +{

> You may want to call pixman_format_supported_source/destination() here
> to ensure that the format in question is supported by pixman.

Ok.

>> +    pixman_region_fini(&dirty);
>> +    pixman_region_init(&dirty);
>>  }
> 
> The fini()/init() here could be done with pixman_region_clear() which
> was introduced in 0.26.0.

Saw that, but rhel6 ships 0.18.something which hasn't this function yet.

cheers,
  Gerd




reply via email to

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