Fix the pixman renderer with respect to output transforms
authorJason Ekstrand <jason@jlekstrand.net>
Wed, 26 Feb 2014 03:54:59 +0000 (21:54 -0600)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 10 Mar 2014 20:29:40 +0000 (13:29 -0700)
commit50fba97ec634f6c9d4fd60d553c426d3d422c3bd
treeae89552be825d89348ba92d01c85e5f20acd85f7
parent97b52203aac57dac1fc0c17ba5037e69991dcdac
Fix the pixman renderer with respect to output transforms

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 this patch.  Therefore, this patch should fix the regression
while maintaining the added functionality from fa1b3055.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
src/pixman-renderer.c