summaryrefslogtreecommitdiff
path: root/GL
AgeCommit message (Expand)Author
2007-11-21Darwin: Dead code removal, Code cleanup, Added launcherJeremy Huddleston
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-11-09Regenerate GLX dispatch code for recent gl_API.xml changes (#12935).Kristian Høgsberg
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-11-05GL: fix crash at mesa destruction timeDodji Seketeli
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner
2007-10-29Set up visuals for the existing X visuals.Kristian Høgsberg
2007-10-26Weed out some unused fluff from __GLXcontext.Kristian Høgsberg
2007-10-26Quiet glx visual debug info.Kristian Høgsberg
2007-10-25Clean up unused pVisual part of __GLXcontext.Kristian Høgsberg
2007-10-25Make glx destroy path handle cases where the X window goes away first.Kristian Høgsberg
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-10-22GLX: Fix leak of X pixmaps associated with GLX pixmaps.Michel Dänzer
2007-10-22GLX: Don't crash on unused client array members when switching to/from console.Michel Dänzer
2007-10-19Fix software GL to provide a list of supported fbconfigs like the DRI case.Kristian Høgsberg
2007-10-18Introduce a new "GlxVisuals" option that controls which visuals are added.Kristian Høgsberg
2007-10-18Add code to set up GLX visuals and add one for the first double buffered FBCo...Kristian Høgsberg
2007-10-18Separate handling of GLX visuals and GLX FBConfigs.Kristian Høgsberg
2007-10-18Simplify and clean up GLX visual initialization.Kristian Høgsberg
2007-10-17devPrivates rework: update new GL/glxext code.Eamon Walsh
2007-10-16Fix walking of GLX providers.Alan Hourihane
2007-10-16Always check the return value of __glXGetDrawable first.Michel Dänzer
2007-10-15Fix byte swapping for GetFBConfigs.Kristian Høgsberg
2007-10-15glx: drop duplicate GetDrawableAttributesSGIX declarations.George Sapountzis
2007-10-14Fix GLX byteswapping.Kristian Høgsberg
2007-10-12Implement ChangeDrawableAttributes so we can support GLX_EVENT_MASK.Kristian Høgsberg
2007-10-12Implement GLX pbuffers.Kristian Høgsberg
2007-10-12Add dispatching for GLX_SGIX_pbuffer.Kristian Høgsberg
2007-10-12Implment GLXPixmaps.Kristian Høgsberg
2007-10-12Implement damage reporting for AIGLX.Kristian Høgsberg
2007-10-12Move hyperpipe and swapbarrier extension funcs to screen private struct.Kristian Høgsberg
2007-10-12Convert GLX module to use screen private indexes like everything else.Kristian Høgsberg
2007-10-12Update the AIGLX DRI loader to use the new DRI interface.Kristian Høgsberg
2007-10-02GLX: allow skipping of visual init wrappingDodji Seketeli
2007-09-20XDarwin: pulling in Indirect GLX fixes from downstreamBen Byer
2007-09-06DDX changes for XDarwinBen Byer
2007-08-24__glXDRIbindTexImage: Fail if no texture bound to pixmap's texture target.Michel Dänzer
2007-08-23glx: fix crash when freeing visualsBrian Paul
2007-08-13Revert "Implement damage tracking for AIGLX."Kristian Høgsberg
2007-08-10Implement damage tracking for AIGLX.Kristian Høgsberg
2007-08-01GLX/DRI: Remove some unused variables.Michel Dänzer
2007-08-01GLX_EXT_texture_from_pixmap: Use client provided texture target when available.Michel Dänzer
2007-08-01GL: GLX: Make sure glxbyteorder.h is distributedDaniel Stone
2007-07-10GLX: Only build code dealing with GLXPixmap damage field when DRI is enabled.Michel Dänzer
2007-07-10Make sure DRI drawables are cleaned up when client dies.Michel Dänzer
2007-06-29Death to RCS tags.Adam Jackson
2007-06-11DRI: Clip cliprects obtained from DRIGetDrawableInfo to screen dimensions.Michel Dänzer
2007-06-02Don't print lack of DRI support as an error in AIGLX init.Adam Jackson
2007-05-22Bug #8991: Add glXGetDrawableAttributes dispatch; fix texture format therein.Adam Jackson
2007-05-22AIGLX: Zero-copy texture-from-pixmap.Michel Dänzer