Age | Commit message (Expand) | Author | Files | Lines |
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 fixesXORG-6_99_99_900 | 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 |
2005-07-12 | GLX server support | Adam Jackson | 1 | -0/+56 |
2005-07-12 | Forgot to add these for some reason | Adam Jackson | 2 | -0/+9 |
2005-07-06 | Put the correct value in the length field of the reply. Previously, the | Ian Romanick | 1 | -5/+5 |
2005-07-03 | Add missing include paths. | Daniel Stone | 2 | -2/+4 |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 57 | -29/+320 |
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 2 | -0/+6 |
2005-06-19 | Build workaround. Add glcontextmodes.[ch] from Mesa. | Adam Jackson | 2 | -0/+548 |
2005-06-09 | Re-enable GL_HP_occlusion_test. The problems in Mesa that caused this bug | Ian Romanick | 1 | -6/+0 |
2005-05-30 | Bug #3407: Clean out ancient #ifdef X11R5 conditionals. | Adam Jackson | 2 | -10/+0 |
2005-04-20 | Fix includes right throughout the Xserver tree: | Alexander Gottwald | 2 | -2/+2 |
2005-04-09 | Fix passing of non-RGB visuals. The old code did not initialize theXORG-6_8_99_2 | Alexander Gottwald | 2 | -4/+28 |
2005-03-01 | If a context is already attached copy it instead of reattaching to keep | Alexander Gottwald | 3 | -289/+429 |
2005-02-02 | Bugzilla #1866 (https://bugs.freedesktop.org/show_bug.cgi?id=1866) | Alexander Gottwald | 1 | -0/+7 |
2005-02-02 | Bugzilla #1866 (https://bugs.freedesktop.org/show_bug.cgi?id=1866) | Alexander Gottwald | 3 | -7/+11 |
2005-01-27 | Functions like glGenTextures and glBindTexture are in OpenGL 1.1 and can be | Alexander Gottwald | 2 | -13/+13 |
2005-01-13 | Thu Jan 13 17:45:13 2005 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -0/+4 |
2004-11-15 | Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added | Alexander Gottwald | 2 | -1/+8 |
2004-09-21 | Add offscreen GLX direct rendering with XDarwin's xpr backend (John | Torrey Lyons | 1 | -49/+45 |
2004-09-02 | Fix AGL display problems (Bug #1210, Torrey T. Lyons). | Kevin E Martin | 1 | -51/+214 |
2004-08-13 | Added $(MESASRCDIR)/src/mesa/glapi to INCLUDES. Removed $(SERVERSRC)/mi | Alexander Gottwald | 2 | -2/+8 |
2004-08-12 | Fix after Mesa 20040812 merge: revert glxext.h to vendor branch, and fix | Eric Anholt | 1 | -1/+1 |