summaryrefslogtreecommitdiff
path: root/GL/glx
AgeCommit message (Expand)AuthorFilesLines
2007-10-18Simplify and clean up GLX visual initialization.Kristian Høgsberg4-588/+8
2007-10-16Fix walking of GLX providers.Alan Hourihane1-2/+3
2007-10-16Always check the return value of __glXGetDrawable first.Michel Dänzer1-2/+2
2007-10-15Fix byte swapping for GetFBConfigs.Kristian Høgsberg1-5/+5
2007-10-15glx: drop duplicate GetDrawableAttributesSGIX declarations.George Sapountzis1-2/+0
2007-10-14Fix GLX byteswapping.Kristian Høgsberg3-122/+142
2007-10-12Implement ChangeDrawableAttributes so we can support GLX_EVENT_MASK.Kristian Høgsberg3-8/+36
2007-10-12Implement GLX pbuffers.Kristian Høgsberg8-59/+134
2007-10-12Add dispatching for GLX_SGIX_pbuffer.Kristian Høgsberg5-22/+81
2007-10-12Implment GLXPixmaps.Kristian Høgsberg6-364/+187
2007-10-12Implement damage reporting for AIGLX.Kristian Høgsberg1-0/+18
2007-10-12Move hyperpipe and swapbarrier extension funcs to screen private struct.Kristian Høgsberg5-70/+50
2007-10-12Convert GLX module to use screen private indexes like everything else.Kristian Høgsberg6-212/+165
2007-10-12Update the AIGLX DRI loader to use the new DRI interface.Kristian Høgsberg3-285/+156
2007-10-02GLX: allow skipping of visual init wrappingDodji Seketeli1-3/+5
2007-08-24__glXDRIbindTexImage: Fail if no texture bound to pixmap's texture target.Michel Dänzer1-7/+10
2007-08-23glx: fix crash when freeing visualsBrian Paul1-5/+8
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