Re: [PATCH weston] Apply output transform to the cursor while copying into a plane

2014-06-18 Thread Kristian Høgsberg
On Wed, May 21, 2014 at 07:36:21PM +0100, Neil Roberts wrote: > Previously if the output had a transform then the cursor plane would > be disabled. However as we have to copy the cursor image into a buffer > with the CPU anyway it probably won't cost much extra to also apply > the transform in the

[PATCH weston] Apply output transform to the cursor while copying into a plane

2014-05-21 Thread Neil Roberts
Previously if the output had a transform then the cursor plane would be disabled. However as we have to copy the cursor image into a buffer with the CPU anyway it probably won't cost much extra to also apply the transform in the process and then we can avoid disabling the plane. If the transform i