summaryrefslogtreecommitdiff
path: root/GL
AgeCommit message (Expand)AuthorFilesLines
2008-02-14GLX: Implement support for TTM BO based TFP when available.Kristian Høgsberg1-0/+60
2008-02-14Add GLX provider for DRI2.Kristian Høgsberg3-0/+601
2008-02-15AIGLX: Refactor code common between __glXDRI{drawableDestroy,releaseTexImage}.Michel Dänzer1-63/+38
2008-02-14AIGLX: Fix crash after client using GLX_EXT_texture_from_pixmap died.Pierre Willenbrock1-0/+36
2008-01-19AIGLX: Fix GLX_EXT_texture_from_pixmap fallback with EXA.Michel Dänzer1-28/+54
2008-01-01regenerated to add framebuffer object tokens (bug 13800)Brian1-0/+5
2008-01-01regenerated, adds GL_MAX_3D_TEXTURE_SIZE (see bug 13811)Brian1-0/+1
2007-12-29GL: Add GLX compile flags lost in modular X server changesJurij Smakov1-1/+2
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh3-9/+20
2007-12-07Darwin: Use __APPLE__ instead of __DARWIN__Jeremy Huddleston1-1/+1
2007-12-07fixed pathname in GL/apple/Makefile.amBen Byer1-2/+7
2007-11-26Darwin,Rootless: Makefile cleanupJeremy Huddleston1-1/+4
2007-11-21Darwin: Dead code removal, Code cleanup, Added launcherJeremy Huddleston2-8/+11
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh5-55/+5
2007-11-09Regenerate GLX dispatch code for recent gl_API.xml changes (#12935).Kristian Høgsberg5-55/+5
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh6-78/+63
2007-11-05GL: fix crash at mesa destruction timeDodji Seketeli1-1/+1
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner1-1/+1
2007-10-29Set up visuals for the existing X visuals.Kristian Høgsberg1-17/+40
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