summaryrefslogtreecommitdiffstats
path: root/src/glx/x11
Commit message (Expand)AuthorAgeFilesLines
* Mark a couple more function parameters as counters.Ian Romanick2005-01-271-3/+3
* Add numerous 'get'-type functions to most of the enums supported by theIan Romanick2005-01-272-24/+30
* HAVE_ALIAS was never defined anywhere, add some logic to turn it onAdam Jackson2005-01-231-0/+4
* Depend tweaksKeith Whitwell2005-01-191-3/+2
* Added a couple missing proxy types.Ian Romanick2005-01-111-0/+3
* Put quotes around the CC and CXX variables passed to mklib. This makeIan Romanick2005-01-111-1/+1
* Enable libGL to be built with DRI_NEW_INTERFACE_ONLY (but don't do it yet).Adam Jackson2005-01-083-5/+11
* Refactor the code that converts a transpose-matrix enum to aIan Romanick2005-01-071-48/+25
* Pixel oriented render functions are now generated by theIan Romanick2005-01-078-861/+629
* The generic_*_byte functions did not rount the command size to aIan Romanick2005-01-071-4/+4
* The opcode and command length fields of RenderLarge commands wereIan Romanick2005-01-031-8/+8
* 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