summaryrefslogtreecommitdiff
path: root/GL
AgeCommit message (Expand)AuthorFilesLines
2006-03-14Bail out early if screen doesn't support DRI.Kristian Høgsberg1-1/+8
2006-03-13First batch of AIGLX fixes from David Reveman.Kristian Høgsberg5-21/+37
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg29-2661/+2320
2006-03-05Definitions for bswapxx() macros on OpenBSD.Matthieu Herrb2-0/+10
2006-03-02Fix build against Mesa CVS HEAD: added s_blit.c to symlink-mesa.sh.Felix Kuehling1-0/+1
2006-03-02added s_blit.c fileBrian Paul1-0/+1
2006-02-27Fixing the Mesa build again, sigh. Add slang_execute_x86.c. AddFelix Kuehling3-0/+3
2006-02-22Bug #5978: Added missing swap of input variables. Added missing cases forAlexander Gottwald1-0/+14
2006-02-22Update to build against Mesa HEAD. (Thank you Felix for feedback on xorgJeremy C. Reed2-0/+6
2006-02-20Update to build against Mesa HEAD.Felix Kuehling2-0/+3
2006-02-15Define NO_LIBCWRAPPER in dix-config.h, and rely on Mesa includingEric Anholt11-20/+11
2006-02-15Update to build against mesa head.Kristian Høgsberg2-0/+3
2006-02-15Avoid some more libcwrapper damage that prevented kdrive linking.Eric Anholt1-1/+2
2006-02-14update to latest Mesa CVS HEADDave Airlie2-0/+3
2006-02-11Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get itEric Anholt10-10/+19
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt9-10/+17
2006-02-10Remove the include of X11/misc.h, which fails to compile and isn'tEric Anholt1-1/+0
2006-01-30Update to build against Mesa trunk.Donnie Berkholz2-2/+14
2006-01-26Really allow linking against Mesa trunk to work.Donnie Berkholz1-4/+0
2006-01-24Allow current trunk to build against Mesa trunkAlan Hourihane4-19/+12
2006-01-19Make error() bomb with exit code 1, not 0.Daniel Stone1-1/+1
2006-01-19Only try to use byteswap.h on linux. Assume that everyone else (thinking ofEric Anholt3-1/+14
2006-01-12Bug #2996: libglx / libGLcore should use a dispatch tableIan Romanick38-13106/+15151
2005-12-13Build libglx correctly when not building the Xorg DDX.Adam Jackson1-1/+4
2005-12-02Define XFree86Server only where it is required.Kevin E Martin12-13/+12
2005-12-01Fix GL build when srcdir != builddir (Donnie Berkholz).Kevin E Martin1-0/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin13-14/+57
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin1-1/+1
2005-11-14Use glcontextmodes.[ch] from Mesa.Kevin E Martin3-556/+5
2005-11-14Add GL_CFLAGS so that GLX can find its proto headers when using separateKevin E Martin1-1/+1
2005-10-22programs/Xserver/GL/mesa/X/xf86glx.c: Missing initializer in xf86glx.cDave Airlie1-0/+1
2005-10-20Make sure that the __gl*_size prototypes are seen in all the places thatIan Romanick1-0/+2
2005-10-17include/dix-config.h.in Add support for more extensionsKevin E Martin2-2/+10
2005-10-05Bug #3652: Server-side GLX support for GLX_SGIX_swap_barrier andAdam Jackson5-0/+338
2005-10-01Refactors __glXImageSize and __glXImage3DSize into a single function. ItIan Romanick5-45/+99
2005-10-01Remove some more incorrect prototypes for the __gl*_size functions.Ian Romanick1-16/+0
2005-09-28Replace all uses of __glEvalComputeK (and the doubly redundantIan Romanick11-167/+20
2005-09-27Fix some problems that caused incorrectly annotated prototypes forIan Romanick2-24/+4
2005-09-03xorg-server.h -> dix-config.h (thinko).Daniel Stone1-1/+1
2005-09-02Add -include dix-config.h to GL/mesa/X to catch _XSERVER64, et al.Daniel Stone1-1/+1
2005-08-24programs/Xserver/GL/windows/glwrap.c Wrap PointParameteriNV &Alan Hourihane1-0/+12
2005-08-20Make DRI/GLcore builds srcdir != builddir safe, and invoke symlink-mesa.shDaniel Stone11-113/+113
2005-08-12Use '$(DRMSRCDIR)/shared-core' instead of '$(DRMSRCDIR)/shared' for DRMIan Romanick6-27/+4
2005-08-04- Bug #3960: Add remaining GLX and pci.ids stuff to DIST (Cha Young-Ho,Adam Jackson3-1/+3
2005-08-04- Check for vsnprintfAdam Jackson1-1/+5
2005-08-03dist fixes for cw and GL (Donnie Berkholz, me)Adam Jackson2-1/+7
2005-08-02distcheck fixesXORG-6_99_99_900Adam Jackson1-2/+2
2005-08-01GLX fix for loadable servers: indirect_size.c goes in libglx, not libGLcoreAdam Jackson3-7/+12
2005-07-28Fix distcheck for serverKevin E Martin11-11/+11
2005-07-23Add the symlink script for the Mesa source.Adam Jackson1-0/+618