summaryrefslogtreecommitdiff
path: root/GL
AgeCommit message (Expand)AuthorFilesLines
2007-10-26Weed out some unused fluff from __GLXcontext.Kristian Høgsberg6-44/+4
2007-10-26Quiet glx visual debug info.Kristian Høgsberg1-2/+0
2007-10-25Clean up unused pVisual part of __GLXcontext.Kristian Høgsberg2-8/+1
2007-10-25Make glx destroy path handle cases where the X window goes away first.Kristian Høgsberg2-5/+16
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh10-989/+584
2007-10-22GLX: Fix leak of X pixmaps associated with GLX pixmaps.Michel Dänzer1-0/+5
2007-10-22GLX: Don't crash on unused client array members when switching to/from console.Michel Dänzer1-2/+2
2007-10-19Fix software GL to provide a list of supported fbconfigs like the DRI case.Kristian Høgsberg2-107/+130
2007-10-18Introduce a new "GlxVisuals" option that controls which visuals are added.Kristian Høgsberg3-34/+100
2007-10-18Add code to set up GLX visuals and add one for the first double buffered FBCo...Kristian Høgsberg1-10/+142
2007-10-18Separate handling of GLX visuals and GLX FBConfigs.Kristian Høgsberg5-299/+247
2007-10-18Simplify and clean up GLX visual initialization.Kristian Høgsberg4-588/+8
2007-10-17devPrivates rework: update new GL/glxext code.Eamon Walsh2-20/+9
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-09-20XDarwin: pulling in Indirect GLX fixes from downstreamBen Byer1-1281/+766
2007-09-06DDX changes for XDarwinBen Byer1-5/+1
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-21add slang_mem.cBrian1-0/+1
2007-04-21replace occlude.c w/ queryobj.cBrian1-1/+1
2007-04-20regenerated to add GL_CLIENT_ATTRIB_STACK_DEPTH (bug 9823)Brian1-0/+2
2007-04-16remove sources deleted in MesaBrian1-2/+0
2007-04-14glx: move __glXMesaProvider from GLcore module to glx module.George Sapountzis3-3/+2