xserver ChangeLog,3.257,3.258
David Reveman <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: davidr Update of /cvs/xserver/xserver In directory gabe:/tmp/cvs-serv8048 Modified Files: ChangeLog Log Message: Use negative strides in Xgl if pixel data have bottom-top scanline order Index: ChangeLog =================================================================== RCS file: /cvs/xserver/xserver/ChangeLog,v retrieving revision 3.257 retrieving revision 3.258 diff -u -d -r3.257 -r3.258 --- ChangeLog 5 Nov 2004 00:29:31 -0000 3.257 +++ ChangeLog 5 Nov 2004 12:46:29 -0000 3.258 @@ -1,5 +1,14 @@ 2004-11-05 David Reveman <[email protected]> + * hw/xgl/xglpixmap.c (xglMapPixmapBits): Use negative stride if + XGL_INTERNAL_SCANLINE_ORDER is BOTTOM_UP. All needed to use + pixel data with scanline order bottom-up is now setting the + XGL_INTERNAL_SCANLINE_ORDER define in xgl.h to + GLITZ_PIXEL_SCANLINE_ORDER_BOTTOM_UP. + + * hw/xgl/xglpixel.c: + * hw/xgl/xgl.h: Removed upsideDown parameter from xglSetPixels. + * include/mipict.h: Add prototypes for miChangePictureTransform and miChangePictureFilter.