xserver/hw/xgl/glx xglx.c,1.3,1.4
Keith Packard <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Tue, 8 Feb 2005 14:45:23 -0800 (PST)
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: keithp Update of /cvs/xserver/xserver/hw/xgl/glx In directory gabe:/tmp/cvs-serv19086/hw/xgl/glx Modified Files: xglx.c Log Message: 2005-02-08 Keith Packard <[email protected]> * hw/xgl/glx/xglx.c: (InitOutput): * hw/xgl/xglpixmap.c: (xglPixmapCreateDamage): update Xgl to changes in damage API. Remove some flags to support software mesa Index: xglx.c =================================================================== RCS file: /cvs/xserver/xserver/hw/xgl/glx/xglx.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- xglx.c 26 Jan 2005 10:58:52 -0000 1.3 +++ xglx.c 8 Feb 2005 22:45:21 -0000 1.4 @@ -338,9 +338,6 @@ unsigned long mask; unsigned long extraMask[] = { GLITZ_FORMAT_PBUFFER_MASK | - GLITZ_FORMAT_DOUBLEBUFFER_MASK | GLITZ_FORMAT_ALPHA_SIZE_MASK, - GLITZ_FORMAT_DOUBLEBUFFER_MASK | GLITZ_FORMAT_ALPHA_SIZE_MASK, - GLITZ_FORMAT_ALPHA_SIZE_MASK, GLITZ_FORMAT_DOUBLEBUFFER_MASK, 0 };