summaryrefslogtreecommitdiff
path: root/GL
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-04Keep track of how many visuals we set up for GLcore, to avoid an invalid free.Eric Anholt1-1/+3
2007-01-03Make GLX byteswap macros more portableAlan Coopersmith5-45/+73
2006-12-15Convert callers of LookupDrawable() to dixLookupDrawable().Eamon Walsh1-8/+10
2006-12-01GNU/FreeBSD support in GLX: include byteswap.h for FreeBSD systemsDrew Parsons6-6/+6
2006-11-22Regenerated from Mesa w/ latest gl_API.xml fileBrian1-8/+8
2006-11-22Regenerated from Mesa, fixes glMap* protocol problem (bug 8899)Brian1-5/+5
2006-11-16Fix GL context destruction with AIGLX.George Sapountzis1-1/+1
2006-11-10Correct symlink-mesa.sh usage messageAlan Coopersmith1-3/+3
2006-11-08'make dist' fixes.Adam Jackson1-5/+5
2006-11-04mesa/indirect: include byteswap.h on GNU userland (bug #5613)Samuel Thibault3-3/+3
2006-10-27Add missing file to list in Makefile.amEamon Walsh1-0/+1
2006-10-15Fix __glXDRIbindTexImage() for 32 bpp on big endian platforms.Michel Dänzer1-1/+6
2006-10-11Fix bug #8608.Ian Romanick8-1436/+1903
2006-10-02symlink-mesa.sh: expand *.{c,h}Daniel Stone1-11/+11
2006-09-28Replace hard-coded filesnames with loops (all .c and .h files).Brian1-351/+33
2006-09-28Bug #8449: Yet another Mesa symlink script resync.Jeff Smith1-0/+3
2006-09-14Use correct opcodes for GLX_EXT_texture_from_pixmap.Ian Romanick1-118/+131
2006-09-07Fix AIGLX VT switching.Kristian Høgsberg3-27/+104
2006-09-06Remove prototypes and externs for non-existant functions and variables.Ian Romanick2-8/+0
2006-09-06Remove prototypes for non-existant functions.Ian Romanick1-19/+0
2006-08-31Add missing file from previous commit.Ian Romanick1-0/+105
2006-08-31Implement GLX_SGI_swap_control.Ian Romanick7-29/+43
2006-08-31Fix problems with vertex program protocolIan Romanick3-227/+252
2006-08-29Minor extension tweaks.Ian Romanick1-2/+1
2006-08-29Make sure unsupported extensions are disabled.Ian Romanick1-0/+2
2006-08-29Add support for AIGLX drivers to enable GLX extensions that they support.Ian Romanick4-1/+265
2006-08-29Remove __glXNoSuchRenderOpcode because it is no longer used.Ian Romanick2-7/+0
2006-08-25Enable GL_EXT_texture_filter_anisotropic and GL_EXT_blend_equation_separate.Ian Romanick6-4/+25
2006-08-25Enable vertex and fragment programs.Ian Romanick5-21/+176
2006-08-24Finish support for GL_ARB_texture_compression.Ian Romanick5-11/+141
2006-08-24Remove GL/glx/g_disptab.c, GL/glx/g_disptab_EXT.c, andIan Romanick8-5225/+1
2006-08-24Add some missing bits of GL_SGI_color_table.Ian Romanick4-0/+116
2006-08-24Regenerate from gl_API.xml 1.63. Enable extensions.Ian Romanick5-58/+220