[cairo-commit] glitz/src glitz_pixel.c,1.24,1.25
David Reveman
commit at pdx.freedesktop.org
Wed Feb 15 07:38:30 PST 2006
Committed by: davidr
Update of /cvs/cairo/glitz/src
In directory gabe:/tmp/cvs-serv6198
Modified Files:
glitz_pixel.c
Log Message:
Disable last fix
Index: glitz_pixel.c
===================================================================
RCS file: /cvs/cairo/glitz/src/glitz_pixel.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- glitz_pixel.c 15 Feb 2006 15:15:20 -0000 1.24
+++ glitz_pixel.c 15 Feb 2006 15:38:28 -0000 1.25
@@ -1590,10 +1590,11 @@
if (box.x1 < box.x2 && box.y1 < box.y2)
{
- if (format->scanline_order ==
+#if 0 if (format->scanline_order ==
GLITZ_PIXEL_SCANLINE_ORDER_BOTTOM_UP)
y1 = height - (box.y2 + y_src);
else
+#endif
y1 = box.y1 - y_src;
_glitz_pixel_transform (transform,
More information about the cairo-commit
mailing list