summaryrefslogtreecommitdiffstats
path: root/src/glx/x11
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed two problems with the handling of GLX protocol replies. The logicIan Romanick2004-12-271-2/+2
* Used GCC's __builtin_expect when available. Change the way code isIan Romanick2004-12-212-1062/+499
* Use GLX protocol code generated by glX_proto_send.py.Ian Romanick2004-12-2011-2548/+6215
* Mark the XF86DRI client-side extension API as PUBLIC.Adam Jackson2004-12-151-16/+18
* Fix up glx/x11 to work when built with -fvisibility=hidden.Adam Jackson2004-12-154-116/+168
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-5/+4
* Corrected a problem with the sizes of the MAP[12]_* enums.Ian Romanick2004-12-011-8/+19
* Refactor ExtractDir and OpenDriver to be a bit more clear.Ian Romanick2004-12-011-31/+46
* Use indirect_size.c and indirect_size.h generated by usingIan Romanick2004-12-017-407/+455
* Use the indirect_init.c generate by using src/mesa/glapi/glX_proto_send.pyIan Romanick2004-12-011-306/+337
* Make the transition to script-genereated GLX code easier.Ian Romanick2004-12-012-2/+4
* Make the transition to script-genereated GLX code easier.Ian Romanick2004-12-014-11/+16
* Make the transition to script-genereated GLX code easier.Ian Romanick2004-12-015-102/+131
* Make the transition to script-genereated GLX code easier.Ian Romanick2004-12-013-4/+89
* Make the transition to script-genereated GLX code easier.Ian Romanick2004-12-013-57/+72
* Make the transition to script-genereated GLX code easier.Ian Romanick2004-12-0115-924/+188
* Make the transition to script-genereated GLX code easier.Ian Romanick2004-12-013-21/+21
* Add trivial support ARB_texture_rectangle and OES_read_format.Ian Romanick2004-12-011-0/+2
* Missed GL_OES_read_format_bit in last commit.Ian Romanick2004-12-011-2/+4
* Since we know the problem with HP_occlusion_test is / was on the server-side,Ian Romanick2004-11-301-7/+1
* Sync with Xorg head: mingw build fixes from Alexander Gottwald.Adam Jackson2004-11-151-0/+3
* constify a few arrays.Adam Jackson2004-11-031-3/+3
* static char * -> static char []Adam Jackson2004-11-031-1/+1
* remove a -Werror from testing.Adam Jackson2004-10-251-2/+1
* Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson2004-10-2537-0/+20024