summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* Patches for XCB (Jeremy Kolb)Brian Paul2005-05-071-2/+21
* Add support for pthreads and TLS to libGL for __glXLock / __glXUnlock andIan Romanick2005-04-182-9/+104
* Send GL_PACK_INVERT_MESA state to the server. This fixes bug #2538.Ian Romanick2005-04-181-10/+47
* Add missing includes of indirect.h.Ian Romanick2005-04-146-0/+6
* Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick2005-04-131-0/+9
* Use the same dispatch.c source file for "normal" Mesa builds and DRIIan Romanick2005-04-072-74/+3
* Follow the GLX_SGIX_fbconfig spec and return the complete list ofIan Romanick2005-04-071-1/+1
* Minor vertex array support tweaks. These are in preparation for theIan Romanick2005-03-172-21/+22
* Minor vertex array support tweaks. Most of these are in preparation for theIan Romanick2005-03-173-303/+349
* Fix the handling of zero-sized output parameters (i.e., those with typeIan Romanick2005-03-173-1/+16
* Hard-code the client-side maximum GL version. It turns out that there areIan Romanick2005-03-171-24/+2
* Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocolIan Romanick2005-03-115-1/+183
* Actually *use* the count_scale value associated with a parameter.Ian Romanick2005-03-061-24/+24
* fix for solo to set the mode, and make solo gcc2 friendly...Dave Airlie2005-03-051-2/+2
* Import fixes from X.org tree (Søren Sandmann <sandmann@redhat.com>).Ian Romanick2005-03-041-10/+16
* Fix some errors in the parameter descriptions in serveral vertex / fragmentIan Romanick2005-03-031-67/+89
* Clean-up some warnings caused by the addition of vertex / fragment programIan Romanick2005-02-282-15/+41
* Accidentally committed wrong version with the previous commit set.Ian Romanick2005-02-251-31/+31
* Add GLX protocol support for ARB_fragement_program,Ian Romanick2005-02-259-8/+2480
* Convert the static functions read_pixel_reply, read_reply,Ian Romanick2005-02-252-98/+127
* Missed the commit of glxext.c yesterday.Ian Romanick2005-02-232-275/+108
* Corrected the value for X_GLrop_SecondaryColor3svEXT.Ian Romanick2005-02-231-2/+2
* Missed the Makefile with the previous commit.Ian Romanick2005-02-231-0/+1
* Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. ThisIan Romanick2005-02-229-1354/+2183
* add more functionality to miniglx for glitzDave Airlie2005-02-201-34/+98
* add EnableExtension so r200 enables all its extensions, add mesa memoryDave Airlie2005-02-151-0/+32
* 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