Age | Commit message (Expand) | Author | Files | Lines |
2006-02-20 | Update to build against Mesa HEAD. | Felix Kuehling | 2 | -0/+3 |
2006-02-15 | Define NO_LIBCWRAPPER in dix-config.h, and rely on Mesa including | Eric Anholt | 11 | -20/+11 |
2006-02-15 | Update to build against mesa head. | Kristian Høgsberg | 2 | -0/+3 |
2006-02-15 | Avoid some more libcwrapper damage that prevented kdrive linking. | Eric Anholt | 1 | -1/+2 |
2006-02-14 | update to latest Mesa CVS HEAD | Dave Airlie | 2 | -0/+3 |
2006-02-11 | Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get it | Eric Anholt | 10 | -10/+19 |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 9 | -10/+17 |
2006-02-10 | Remove the include of X11/misc.h, which fails to compile and isn't | Eric Anholt | 1 | -1/+0 |
2006-01-30 | Update to build against Mesa trunk. | Donnie Berkholz | 2 | -2/+14 |
2006-01-26 | Really allow linking against Mesa trunk to work. | Donnie Berkholz | 1 | -4/+0 |
2006-01-24 | Allow current trunk to build against Mesa trunk | Alan Hourihane | 4 | -19/+12 |
2006-01-19 | Make error() bomb with exit code 1, not 0. | Daniel Stone | 1 | -1/+1 |
2006-01-19 | Only try to use byteswap.h on linux. Assume that everyone else (thinking of | Eric Anholt | 3 | -1/+14 |
2006-01-12 | Bug #2996: libglx / libGLcore should use a dispatch table | Ian Romanick | 38 | -13106/+15151 |
2005-12-13 | Build libglx correctly when not building the Xorg DDX. | Adam Jackson | 1 | -1/+4 |
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 12 | -13/+12 |
2005-12-01 | Fix GL build when srcdir != builddir (Donnie Berkholz). | Kevin E Martin | 1 | -0/+1 |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 13 | -14/+57 |
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | 1 | -1/+1 |
2005-11-14 | Use glcontextmodes.[ch] from Mesa. | Kevin E Martin | 3 | -556/+5 |
2005-11-14 | Add GL_CFLAGS so that GLX can find its proto headers when using separate | Kevin E Martin | 1 | -1/+1 |
2005-10-22 | programs/Xserver/GL/mesa/X/xf86glx.c: Missing initializer in xf86glx.c | Dave Airlie | 1 | -0/+1 |
2005-10-20 | Make sure that the __gl*_size prototypes are seen in all the places that | Ian Romanick | 1 | -0/+2 |
2005-10-17 | include/dix-config.h.in Add support for more extensions | Kevin E Martin | 2 | -2/+10 |
2005-10-05 | Bug #3652: Server-side GLX support for GLX_SGIX_swap_barrier and | Adam Jackson | 5 | -0/+338 |
2005-10-01 | Refactors __glXImageSize and __glXImage3DSize into a single function. It | Ian Romanick | 5 | -45/+99 |
2005-10-01 | Remove some more incorrect prototypes for the __gl*_size functions. | Ian Romanick | 1 | -16/+0 |
2005-09-28 | Replace all uses of __glEvalComputeK (and the doubly redundant | Ian Romanick | 11 | -167/+20 |
2005-09-27 | Fix some problems that caused incorrectly annotated prototypes for | Ian Romanick | 2 | -24/+4 |
2005-09-03 | xorg-server.h -> dix-config.h (thinko). | Daniel Stone | 1 | -1/+1 |
2005-09-02 | Add -include dix-config.h to GL/mesa/X to catch _XSERVER64, et al. | Daniel Stone | 1 | -1/+1 |
2005-08-24 | programs/Xserver/GL/windows/glwrap.c Wrap PointParameteriNV & | Alan Hourihane | 1 | -0/+12 |
2005-08-20 | Make DRI/GLcore builds srcdir != builddir safe, and invoke symlink-mesa.sh | Daniel Stone | 11 | -113/+113 |
2005-08-12 | Use '$(DRMSRCDIR)/shared-core' instead of '$(DRMSRCDIR)/shared' for DRM | Ian Romanick | 6 | -27/+4 |
2005-08-04 | - Bug #3960: Add remaining GLX and pci.ids stuff to DIST (Cha Young-Ho, | Adam Jackson | 3 | -1/+3 |
2005-08-04 | - Check for vsnprintf | Adam Jackson | 1 | -1/+5 |
2005-08-03 | dist fixes for cw and GL (Donnie Berkholz, me) | Adam Jackson | 2 | -1/+7 |
2005-08-02 | distcheck fixes | Adam Jackson | 1 | -2/+2 |
2005-08-01 | GLX fix for loadable servers: indirect_size.c goes in libglx, not libGLcore | Adam Jackson | 3 | -7/+12 |
2005-07-28 | Fix distcheck for server | Kevin E Martin | 11 | -11/+11 |
2005-07-23 | Add the symlink script for the Mesa source. | Adam Jackson | 1 | -0/+618 |
2005-07-23 | glapi build (forgot this one somehow) | Adam Jackson | 1 | -0/+15 |
2005-07-23 | Fix the build system to reflect the rest of the Mesa core. Almost links, | Adam Jackson | 5 | -5/+54 |
2005-07-21 | GLX needs gl.h from Mesa too | Adam Jackson | 1 | -1/+1 |
2005-07-16 | Switch to MESA_SOURCE which we're already AC_SUBSTing | Adam Jackson | 8 | -8/+8 |
2005-07-16 | Hook in the GLcore build | Adam Jackson | 1 | -1/+3 |
2005-07-16 | Hey look, GLcore links | Adam Jackson | 10 | -1/+111 |
2005-07-16 | start the GLcore build system | Adam Jackson | 9 | -0/+165 |
2005-07-12 | Pull libdri out of the build for now until I get something better worked | Adam Jackson | 1 | -6/+1 |
2005-07-12 | build fix | Adam Jackson | 1 | -0/+2 |