Silence minor compiler warnings (-Wextra).
[mesa.git] / src / glx / x11 / Makefile
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...