Re: [PATCH 2/8] glamor: the render Composite hook must call SourceValidate

2014-04-02 Thread Eric Anholt
Keith Packard kei...@keithp.com writes: This call is required for correct operation of the Render extension, in particular it is necessary for software cursors and Composite to work correctly. Signed-off-by: Keith Packard kei...@keithp.com --- glamor/glamor_render.c | 4 1 file

Re: [PATCH 2/8] glamor: the render Composite hook must call SourceValidate

2014-04-02 Thread Keith Packard
Eric Anholt e...@anholt.net writes: These two calls are also done by miComputeCompositeRegion, which is called very soon after this -- did you observe an actual bug that was fixed by this patch? No, I was just reviewing code and noticed that this call wasn't in the 'usual' spot. I'd forgotten

[PATCH 2/8] glamor: the render Composite hook must call SourceValidate

2014-04-01 Thread Keith Packard
This call is required for correct operation of the Render extension, in particular it is necessary for software cursors and Composite to work correctly. Signed-off-by: Keith Packard kei...@keithp.com --- glamor/glamor_render.c | 4 1 file changed, 4 insertions(+) diff --git