summaryrefslogtreecommitdiff
path: root/GL
AgeCommit message (Expand)AuthorFilesLines
2008-02-27Fix context sharing between direct/indirect contextsAlan Hourihane1-0/+8
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
2007-04-14glx: drop xmesaP.h include from xf86glx.cGeorge Sapountzis1-1/+0
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-06GLcore: fix after moving xf86glx_util.[hc] to Mesa.George Sapountzis5-258/+5
2007-04-05glx: Remove stray __GLinterface.George Sapountzis2-2/+2
2007-04-05glx: fix symlink, glcontextmodes.c was moved to mesa/src/glx/George Sapountzis1-3/+0
2007-03-30Make xf86glx.c unaware of Mesa internalsGeorge Sapountzis5-79/+7
2007-03-28GL: Update for Mesa changesDaniel Stone1-0/+1
2007-03-27Fix typo in GL/mesa/shader/slang/Makefile.am.Michel Dänzer1-1/+1
2007-03-27gl: oops dodgy s appeared pointed out by jcristau on irc..Dave Airlie1-2/+1
2007-03-27gl: update for latest mesa glsl-compiler mergeDave Airlie5-18/+22
2007-03-09Set pScreen on contextAlan Hourihane1-0/+1
2007-03-05Bugzilla #7145: fix build with gcc 2.95Jens Granseuer1-2/+2
2007-03-01AIGLX support for Darwin -- works well enough to runBen Byer1-535/+1609
2007-02-17glx fixes for XDarwinBen Byer3-6/+26
2007-02-05remove array_cache from everywhereDave Airlie12-13/+0
2007-02-04add vbo to .gitignoreDave Airlie1-0/+2
2007-02-04update xserver for vbo code in mesaDave Airlie4-13/+51
2007-02-02remove fileAlan Hourihane1-21/+0
2007-02-02The array_cache sources don't exist anymore in the Mesa tree,Dan Nicholson1-2/+1
2007-02-02Remove array_cache for recent Mesa changesAlan Hourihane1-10/+0
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 Romanick6-43/+14
2007-01-04Regenerate from Mesa scripts.Ian Romanick4-375/+358
2007-01-04Add new header file containing byte-order wrappers.Ian Romanick2-13/+49