summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* Generate GLX protocol for pixel single commands.Ian Romanick2005-02-092-311/+191
* Fix some mixed spaces / tabs issues in generated code. Commit generatedIan Romanick2005-02-054-14/+16
* Enable client-side GLX support for texture compression extensions.Ian Romanick2005-02-042-6/+8
* Added a bunch of extensions that were previously supported but weren'tIan Romanick2005-02-032-0/+4
* Refactor the code to emit multiple-inclusion protection toIan Romanick2005-01-282-9/+7
* Fix some get / set errors with COLOR_TABLE_*. SCALE and BIAS can beIan Romanick2005-01-281-9/+0
* 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-112-2/+2
* 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
* support 720x480 and 960x540 modesAlan Hourihane2005-01-051-1/+29
* 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-082-6/+5
* From: Stephane Marchesin <marchesin@icps.u-strasbg.fr>Dave Airlie2004-12-083-1/+9
* 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
* added __glXFindDRIScreen to glXGetProcAddress (bug 1068879)Brian Paul2004-11-291-0/+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
* Fix mesa solo with doublebuffered apps, the drawable index/stamp weren'tDave Airlie2004-10-011-4/+11
* Add a solo-x86 config, and make solo use the x86 glapiDave Airlie2004-09-071-1/+4
* Fix from Rogelio Serrano for miniglx double bufferingJon Smirl2004-08-091-7/+8
* Miniglx clients now authorize with server DRMJon Smirl2004-07-163-14/+53
* Convert miniglx to use xf86drm from dri/drm/libdrm instead of src/mesa/driver...Jon Smirl2004-07-051-4/+4