Hard-code the client-side maximum GL version. It turns out that there are
[mesa.git] / src / glx / x11 /
2005-03-17 Ian RomanickHard-code the client-side maximum GL version. It turns...
2005-03-11 Ian RomanickAdd support for ARB_draw_buffers and ARB_occlusion_quer...
2005-03-06 Ian RomanickActually *use* the count_scale value associated with...
2005-03-04 Ian RomanickImport fixes from X.org tree (Søren Sandmann <sandmann...
2005-03-03 Ian RomanickFix some errors in the parameter descriptions in server...
2005-02-28 Ian RomanickClean-up some warnings caused by the addition of vertex...
2005-02-25 Ian RomanickAccidentally committed wrong version with the previous...
2005-02-25 Ian RomanickAdd GLX protocol support for ARB_fragement_program,
2005-02-25 Ian RomanickConvert the static functions read_pixel_reply, read_reply,
2005-02-23 Ian RomanickMissed the commit of glxext.c yesterday.
2005-02-23 Ian RomanickCorrected the value for X_GLrop_SecondaryColor3svEXT.
2005-02-23 Ian RomanickMissed the Makefile with the previous commit.
2005-02-22 Ian RomanickAdded __glExtensionBiIsEnabled and __GLXcontext::gl_ext...
2005-02-09 Ian RomanickGenerate GLX protocol for pixel single commands.
2005-02-05 Ian RomanickFix some mixed spaces / tabs issues in generated code...
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...