summaryrefslogtreecommitdiff
path: root/GL/glx
AgeCommit message (Expand)AuthorFilesLines
2007-08-13Revert "Implement damage tracking for AIGLX."Kristian Høgsberg1-18/+0
2007-08-10Implement damage tracking for AIGLX.Kristian Høgsberg1-0/+18
2007-08-01GLX/DRI: Remove some unused variables.Michel Dänzer1-4/+1
2007-08-01GLX_EXT_texture_from_pixmap: Use client provided texture target when available.Michel Dänzer5-29/+48
2007-08-01GL: GLX: Make sure glxbyteorder.h is distributedDaniel Stone1-0/+1
2007-07-10GLX: Only build code dealing with GLXPixmap damage field when DRI is enabled.Michel Dänzer2-0/+4
2007-07-10Make sure DRI drawables are cleaned up when client dies.Michel Dänzer3-11/+24
2007-06-29Death to RCS tags.Adam Jackson5-5/+0
2007-06-11DRI: Clip cliprects obtained from DRIGetDrawableInfo to screen dimensions.Michel Dänzer1-2/+26
2007-06-02Don't print lack of DRI support as an error in AIGLX init.Adam Jackson1-7/+4
2007-05-22Bug #8991: Add glXGetDrawableAttributes dispatch; fix texture format therein.Adam Jackson3-15/+30
2007-05-22AIGLX: Zero-copy texture-from-pixmap.Michel Dänzer5-86/+219
2007-05-02In __glXCreateARGBConfig(), insert the new GL mode at the _end_ of the linked...Brian1-2/+20
2007-04-25Paper over a crash at exit during GLX teardown.Adam Jackson1-5/+7
2007-04-20regenerated to add GL_CLIENT_ATTRIB_STACK_DEPTH (bug 9823)Brian1-0/+2
2007-04-14glx: move __glXMesaProvider from GLcore module to glx module.George Sapountzis2-1/+411
2007-04-14glx: drop stray CAPI define.George Sapountzis2-6/+0
2007-04-09In AIGLX EnterVT processing, invoke driver EnterVT before resuming glx.Keith Packard1-1/+5
2007-04-07regenerated to fix bug 10371Brian1-3/+3
2007-04-05glx: Remove stray __GLinterface.George Sapountzis2-2/+2
2007-03-30Make xf86glx.c unaware of Mesa internalsGeorge Sapountzis1-1/+0
2007-03-09Set pScreen on contextAlan Hourihane1-0/+1
2007-03-05Bugzilla #7145: fix build with gcc 2.95Jens Granseuer1-2/+2
2007-02-17glx fixes for XDarwinBen Byer1-0/+5
2007-01-19__glXDRIscreenProbe: Use drmOpen/CloseOnce.Michel Dänzer1-4/+5
2007-01-05Add missing #else from previous commits.Ian Romanick1-0/+1
2007-01-04Re-regenerate from Mesa scripts.Ian Romanick1-4/+0
2007-01-04Incorporate new byte-order related configure changes.Ian Romanick1-10/+17
2007-01-04Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick5-42/+11
2007-01-04Regenerate from Mesa scripts.Ian Romanick4-375/+358
2007-01-04Add new header file containing byte-order wrappers.Ian Romanick2-13/+49
2007-01-03Make GLX byteswap macros more portableAlan Coopersmith5-45/+73
2006-12-15Convert callers of LookupDrawable() to dixLookupDrawable().Eamon Walsh1-8/+10
2006-12-01GNU/FreeBSD support in GLX: include byteswap.h for FreeBSD systemsDrew Parsons6-6/+6
2006-11-22Regenerated from Mesa w/ latest gl_API.xml fileBrian1-8/+8
2006-11-22Regenerated from Mesa, fixes glMap* protocol problem (bug 8899)Brian1-5/+5
2006-11-16Fix GL context destruction with AIGLX.George Sapountzis1-1/+1
2006-11-08'make dist' fixes.Adam Jackson1-5/+5
2006-11-04mesa/indirect: include byteswap.h on GNU userland (bug #5613)Samuel Thibault3-3/+3
2006-10-15Fix __glXDRIbindTexImage() for 32 bpp on big endian platforms.Michel Dänzer1-1/+6
2006-10-11Fix bug #8608.Ian Romanick8-1436/+1903
2006-09-14Use correct opcodes for GLX_EXT_texture_from_pixmap.Ian Romanick1-118/+131
2006-09-07Fix AIGLX VT switching.Kristian Høgsberg3-27/+104
2006-09-06Remove prototypes and externs for non-existant functions and variables.Ian Romanick2-8/+0
2006-09-06Remove prototypes for non-existant functions.Ian Romanick1-19/+0
2006-08-31Add missing file from previous commit.Ian Romanick1-0/+105
2006-08-31Implement GLX_SGI_swap_control.Ian Romanick7-29/+43
2006-08-31Fix problems with vertex program protocolIan Romanick3-227/+252
2006-08-29Minor extension tweaks.Ian Romanick1-2/+1
2006-08-29Make sure unsupported extensions are disabled.Ian Romanick1-0/+2