Re: [PATCH xserver] glamor: Adjust for drawable x/y in composite's copy optimization

2016-05-27 Thread Keith Packard
Alex Deucher writes: >> Signed-off-by: Keith Packard > > Reviewed-by: Alex Deucher Merged. 0d16a0c..8b9b438 master -> master -- -keith signature.asc Description: PGP signature

Re: [PATCH xserver] glamor: Adjust for drawable x/y in composite's copy optimization

2016-05-27 Thread Alex Deucher
On Fri, May 27, 2016 at 2:05 PM, Keith Packard wrote: > Patch b64108fa305e956e4edaae9d53071ff0abee268e added a short cut that > identifies composite operations that can be performed with a simple > copy instead. > > glamor_copy works in absolute coordinates, so the dx and dy

[PATCH xserver] glamor: Adjust for drawable x/y in composite's copy optimization

2016-05-27 Thread Keith Packard
Patch b64108fa305e956e4edaae9d53071ff0abee268e added a short cut that identifies composite operations that can be performed with a simple copy instead. glamor_copy works in absolute coordinates, so the dx and dy values passed in need to be converted from drawable-relative to absolute by adding