include <X11/Xlib.h>
[mesa.git] / src / glx / x11 / Makefile
2008-04-23 George Sapountzisglx: nitpick renames
2008-04-23 George Sapountzisglx: split out current context code
2008-03-31 Kristian HøgsbergDRI interface changes and DRI2 direct rendering support.
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-10 Kristian HøgsbergMove make install logic for libGL back into src/mesa...
2008-03-08 Kristian HøgsbergMove libGL install target to the libGL Makefile.
2008-02-26 Kristian Høgsbergautoconf: Add gcc search patch to MKDEP_OPTIONS to...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-05 Kristian HøgsbergPull in the drm hash.
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-29 Dan Nicholsonadd support for LDFLAGS env var
2007-04-08 Brianfix etags command to find headers
2007-04-05 George SapountzisMove glcontextmodes.c to glx.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-08-10 Adam Jacksonlinux-indirect target fixes.
2006-07-13 Brian PaulLIB_DIR is now just 'lib' or 'lib64'
2006-06-22 Brian PaulNew 'install' targets in makefile. See bug 2372.
2006-03-09 Brian PaulInstead of adding extra flags to DEFINES with +=, defin...
2005-09-12 Brian Pauluse ASM_API variable, bug 4415
2005-08-19 Adam JacksonConvert libGL and DRI drivers to require libdrm.
2005-08-11 Ian RomanickMakefile cleanups suggested by George Fufutos (bugzilla...
2005-07-29 Ian RomanickAdd a new config called linux-indirect. This build...
2005-07-26 Ian RomanickQuote $(CC) and $(CXX) so that 'CC=ccache gcc' and...
2005-07-25 Brian PaulAdded -linker option to mklib, used to specify a partic...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-07-02 Ian RomanickAdd support for assembly (static) dispatch functions...
2005-05-28 Dave Airlieuse shared-core
2005-04-07 Ian RomanickUse the same dispatch.c source file for "normal" Mesa...
2005-02-25 Ian RomanickAdd GLX protocol support for ARB_fragement_program,
2005-02-23 Ian RomanickMissed the Makefile with the previous commit.
2005-01-19 Keith WhitwellDepend tweaks
2005-01-11 Ian RomanickPut quotes around the CC and CXX variables passed to...
2004-12-20 Ian RomanickUse GLX protocol code generated by glX_proto_send.py.
2004-12-08 Keith WhitwellImprove the behaviour of the build system wrt depend...
2004-12-01 Ian RomanickUse indirect_size.c and indirect_size.h generated by...
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-10-25 Adam Jacksonremove a -Werror from testing.
2004-10-25 Adam JacksonImport the GLX client side library, formerly from xc...