The X11 backend uses a shadow buffer to be able to support transformed
outputs. However, this belongs in the renderer, since otherwise this
code would have to be copied into every backend that uses the pixman
renderer and supports transformed outputs.
---
src/compositor-x11.c | 104 +
Ander Conselvan de Oliveira wrote:
If I understand
correctly, pixman doesn't consider the transform of the destination
image when compositing, so we also need a shadow buffer to support
transformed outputs.
I don't understand this. The caller of pixman can "consider the
transform of the des
Hi Ander
On Wed, Jan 23, 2013 at 11:34 AM, Ander Conselvan de Oliveira
wrote:
> On 01/23/2013 12:15 PM, Vasily Khoruzhick wrote:
>>
>> On Wed, Jan 23, 2013 at 12:02 PM, Ander Conselvan de Oliveira
>> wrote:
>>>
>>> On 01/23/2013 09:25 AM, Vasily Khoruzhick wrote:
On Tue, Jan 22, 2
On 01/23/2013 12:15 PM, Vasily Khoruzhick wrote:
On Wed, Jan 23, 2013 at 12:02 PM, Ander Conselvan de Oliveira
wrote:
On 01/23/2013 09:25 AM, Vasily Khoruzhick wrote:
On Tue, Jan 22, 2013 at 7:07 PM, Ander Conselvan de Oliveira
wrote:
The X11 backend uses a shadow buffer to be able to supp
On Wed, Jan 23, 2013 at 12:02 PM, Ander Conselvan de Oliveira
wrote:
> On 01/23/2013 09:25 AM, Vasily Khoruzhick wrote:
>>
>> On Tue, Jan 22, 2013 at 7:07 PM, Ander Conselvan de Oliveira
>> wrote:
>>>
>>> The X11 backend uses a shadow buffer to be able to support transformed
>>> outputs. However,
On 01/23/2013 09:25 AM, Vasily Khoruzhick wrote:
On Tue, Jan 22, 2013 at 7:07 PM, Ander Conselvan de Oliveira
wrote:
The X11 backend uses a shadow buffer to be able to support transformed
outputs. However, this belongs in the renderer, since otherwise this
code would have to be copied into ever
On Tue, Jan 22, 2013 at 7:07 PM, Ander Conselvan de Oliveira
wrote:
> The X11 backend uses a shadow buffer to be able to support transformed
> outputs. However, this belongs in the renderer, since otherwise this
> code would have to be copied into every backend that uses the pixman
> renderer and
The X11 backend uses a shadow buffer to be able to support transformed
outputs. However, this belongs in the renderer, since otherwise this
code would have to be copied into every backend that uses the pixman
renderer and supports transformed outputs.
---
src/compositor-x11.c | 104 +