Re: [PATCH weston] Fix the pixman renderer with respect to output transforms

2014-03-10 Thread Bryce W. Harrington
On Tue, Feb 25, 2014 at 09:54:59PM -0600, Jason Ekstrand wrote: > Commit fa1b3055 introducted a regression in the pixman renderer. In > particular, it would not draw properly with any output transform other > than normal, 180, 180-flipped, or 270-flipped. This patch fixes this > regression. The

[PATCH weston] Fix the pixman renderer with respect to output transforms

2014-02-25 Thread Jason Ekstrand
Commit fa1b3055 introducted a regression in the pixman renderer. In particular, it would not draw properly with any output transform other than normal, 180, 180-flipped, or 270-flipped. This patch fixes this regression. The weston-scalar program appears to work normally at all rotations with thi