summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* Test sizeof(drm_handle_t) instead of LONG64 when returning handlesBrian Paul2005-12-021-6/+8
* This is a major re-work of the __indirect_glInterleavedArrays routine. TheIan Romanick2005-11-301-133/+89
* restore FASTCALL stuffBrian Paul2005-10-204-4/+20
* fix bad loops in TransposeMatrix[fd]()Brian Paul2005-10-201-2/+2
* Disable the FASTCALL optimization because it still breaks server-side GLX.Brian Paul2005-10-204-20/+4
* s/unsigned long/drm_handle_t/ to get compilation of fb driver to workBrian Paul2005-09-191-2/+2
* use ASM_API variable, bug 4415Brian Paul2005-09-121-12/+10
* complete fix for miniglx startup issue since driver version checksDave Airlie2005-08-311-4/+11
* /dri/msgAdam Jackson2005-08-265-16/+16
* Fix the scripts for the cygwin & mingw changesAlan Hourihane2005-08-262-18/+8
* update for mingwAlan Hourihane2005-08-252-2/+2
* Fix Windows build problems.Alan Hourihane2005-08-242-1/+14
* Convert libGL and DRI drivers to require libdrm.Adam Jackson2005-08-191-6/+1
* Fix a realloc problem with indirect vertex arrays. The actual head pointerIan Romanick2005-08-192-3/+6
* Remove the logic that determines at compile time whether or not HAVE_ALIASIan Romanick2005-08-111-7/+0
* Makefile cleanups suggested by George Fufutos (bugzilla #3899).Ian Romanick2005-08-111-17/+1
* fix X #includes so they're relative to X11/ directory (bug 4047)Brian Paul2005-08-116-11/+11
* Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick2005-08-101-2/+3
* fix miniglx setting virtual size of 832 for 800x600Dave Airlie2005-08-081-2/+2
* Fixes bugzilla #1730.Ian Romanick2005-08-051-1/+2
* In order to create the set of available extensions, we have to know ifIan Romanick2005-08-051-1/+1
* Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick2005-08-032-6/+6
* Add color tiling support to miniglx for radeonDave Airlie2005-08-033-0/+10
* Fix build problems related to finding Xthreads.h.Ian Romanick2005-08-012-6/+1
* Remove unused structures and data fields. These had been left in becauseIan Romanick2005-07-291-49/+1
* Add a new config called linux-indirect. This build the GLX libGL just likeIan Romanick2005-07-291-2/+1
* Commit Ian's fixes from Bug 3877Jon Smirl2005-07-293-58/+145
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-282-3/+3
* Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick2005-07-265-180/+120
* No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.Ian Romanick2005-07-261-0/+4
* Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' willIan Romanick2005-07-262-2/+2
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-264-30/+44
* Added -linker option to mklib, used to specify a particular program forBrian Paul2005-07-252-2/+4
* Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedefIan Romanick2005-07-243-14/+6
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-246-373/+57
* Add two aliases for some PointParameters entrypoints for libglx compatibility.Adam Jackson2005-07-231-0/+2
* Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick2005-07-021-0/+1
* Fix non-x86 specific builds. The changes from glTexImage3DEXT toIan Romanick2005-06-242-16/+16
* Fixed the XCB implementation when always_array is true, thanks to Ian Romanic...Jeremy Kolb2005-06-241-4/+4
* Mark GenQueriesARB at 'always_array="true"'. This eliminates the needIan Romanick2005-06-221-2/+2
* Fixed a bug where GenQueriesARB was generating the wrong code for XCB and wou...Jeremy Kolb2005-06-222-13/+10
* Mammoth update to the Python code generator scripts that live inIan Romanick2005-06-214-293/+581
* ran "make" after update to glX_proto_send.py.Jeremy Kolb2005-06-201-68/+68
* use shared-coreDave Airlie2005-05-281-1/+1
* Make a couple minor corrections to gl_API.xml. Fixes the name of anIan Romanick2005-05-261-1/+1
* Commit the changes propagated from Jeremy Kolb's changes to the PythonIan Romanick2005-05-251-0/+486
* 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