Enable client-side GLX support for texture compression extensions.
[mesa.git] / src / glx / x11 /
2005-02-04 Ian RomanickEnable client-side GLX support for texture compression...
2005-02-03 Ian RomanickAdded a bunch of extensions that were previously suppor...
2005-01-28 Ian RomanickRefactor the code to emit multiple-inclusion protection to
2005-01-28 Ian RomanickFix some get / set errors with COLOR_TABLE_*. SCALE...
2005-01-27 Ian RomanickMark a couple more function parameters as counters.
2005-01-27 Ian RomanickAdd numerous 'get'-type functions to most of the enums...
2005-01-23 Adam JacksonHAVE_ALIAS was never defined anywhere, add some logic...
2005-01-19 Keith WhitwellDepend tweaks
2005-01-11 Ian RomanickAdded a couple missing proxy types.
2005-01-11 Ian RomanickPut quotes around the CC and CXX variables passed to...
2005-01-08 Adam JacksonEnable libGL to be built with DRI_NEW_INTERFACE_ONLY...
2005-01-07 Ian RomanickRefactor the code that converts a transpose-matrix...
2005-01-07 Ian RomanickPixel oriented render functions are now generated by the
2005-01-07 Ian RomanickThe generic_*_byte functions did not rount the command...
2005-01-03 Ian RomanickThe opcode and command length fields of RenderLarge...
2004-12-27 Ian RomanickFixed two problems with the handling of GLX protocol...
2004-12-21 Ian RomanickUsed GCC's __builtin_expect when available. Change...
2004-12-20 Ian RomanickUse GLX protocol code generated by glX_proto_send.py.
2004-12-15 Adam JacksonMark the XF86DRI client-side extension API as PUBLIC.
2004-12-15 Adam JacksonFix up glx/x11 to work when built with -fvisibility...
2004-12-08 Keith WhitwellImprove the behaviour of the build system wrt depend...
2004-12-01 Ian RomanickCorrected a problem with the sizes of the MAP[12]_...
2004-12-01 Ian RomanickRefactor ExtractDir and OpenDriver to be a bit more...
2004-12-01 Ian RomanickUse indirect_size.c and indirect_size.h generated by...
2004-12-01 Ian RomanickUse the indirect_init.c generate by using src/mesa...
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-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-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-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickAdd trivial support ARB_texture_rectangle and OES_read_...
2004-12-01 Ian RomanickMissed GL_OES_read_format_bit in last commit.
2004-11-30 Ian RomanickSince we know the problem with HP_occlusion_test is...
2004-11-15 Adam JacksonSync with Xorg head: mingw build fixes from Alexander...
2004-11-03 Adam Jacksonconstify a few arrays.
2004-11-03 Adam Jacksonstatic char * -> static char []
2004-10-25 Adam Jacksonremove a -Werror from testing.
2004-10-25 Adam JacksonImport the GLX client side library, formerly from xc...