summaryrefslogtreecommitdiff
path: root/GL
AgeCommit message (Expand)AuthorFilesLines
2008-04-04Convert __DRIconfigs after we've made sure createNewScreen succeeded.Kristian Høgsberg1-2/+2
2008-04-02Send the GLX_EXT_texture_from_pixmap attributes to the client.Kristian Høgsberg1-1/+6
2008-04-02dri2: Unbreak glcore visual setup.Kristian Høgsberg1-3/+2
2008-03-31Implement DRI2 direct rendering and update AIGLX to DRI interface changes.Kristian Høgsberg12-347/+604
2008-03-18Apply __glXDisp_GetVisualConfigs message patchEamon Walsh1-0/+6
2008-03-09GLX: Track changes to DRI_TEX_BUFFER extension.Kristian Høgsberg1-5/+2
2008-03-09DRI2: Return event buffer head index in DRI2CreateDrawable.Kristian Høgsberg2-3/+5
2008-03-07Fix DRI2 texture target for GLX_EXT_texture_from_pixmap.Kristian Høgsberg1-13/+2
2008-03-05Fix distcheck.Adam Jackson1-4/+4
2008-03-01fix typoGeorge Sapountzis1-1/+1
2008-03-01glcore: split mesa and X in build systemGeorge Sapountzis2-24/+21
2008-02-29GLX: Adjust to changes in DRI driver interface.Kristian Høgsberg2-39/+41
2008-02-28XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh1-4/+4
2008-02-27More checking for failed contexts/drawablesAlan Hourihane1-0/+11
2008-02-27Fix context sharing between direct/indirect contextsAlan Hourihane1-0/+8
2008-02-26AIGLX: Switch to server context for calling DamageDamageRegion().Michel Dänzer1-0/+4
2008-02-17glx: Use glapi sources from the mesa treeDan Nicholson11-16855/+27
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