summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi
Commit message (Expand)AuthorAgeFilesLines
* assorted code clean-ups, comments, etc.Brian Paul2006-03-151-41/+26
* remove invalid assertion in _glapi_get_dispatch(), fixes additional thread sa...Brian Paul2006-03-151-1/+0
* Need to include glthread.h in glapi.h, not glapi.c so that GET_CURRENT_CONTEXTBrian Paul2006-03-152-16/+15
* Set always_array=true for glGenProgramsNV (Dave Reveman)Brian Paul2006-03-141-2/+2
* Later versions of Python handle formats like '% 5u' differently. ForIan Romanick2006-03-063-4/+4
* Generate server-side GLX protocol decode functions using the 'make server'Ian Romanick2006-03-063-2/+588
* New comments. Use tuples () instead of lists [] in a few places.Brian Paul2006-03-011-19/+23
* Added glBlitFramebufferEXT function.Brian Paul2006-03-016-180/+217
* commit to fixup MGL namespacing for XGLDave Airlie2006-02-102-9/+11
* added wglGetExtensionsStringARBBrian Paul2006-01-251-1/+2
* Updates for GL_EXT_timer_query:Brian Paul2005-12-076-180/+232
* Fix build issues on x86-64 due to missing include path inIan Romanick2005-12-021-1/+1
* remove unneeded HIDDEN definition (bug 4956)Brian Paul2005-11-041-14/+0
* implement USE_MGL_NAMESPACE for x86-64 dispatch code (Mark Bolstad)Brian Paul2005-11-021-5/+14
* restore FASTCALL stuffBrian Paul2005-10-201-3/+5
* Disable the FASTCALL optimization because it still breaks server-side GLX.Brian Paul2005-10-201-5/+3
* ifdef out some code to make glapi.c linkable in libglx.so (on theIan Romanick2005-10-111-1/+5
* Add 'get' data for glGetFramebufferAttachmentParameterivEXT enums.Ian Romanick2005-10-102-6/+16
* Change the 'count' for COMPRESSED_TEXTURE_FORMATS from "?" to "-1". ThisIan Romanick2005-10-032-2/+4
* Remove the non-existant --get-alias-set option from the help text.Ian Romanick2005-10-031-11/+30
* Committing in .Jouk Jansen2005-09-231-1/+1
* remove _swrast_DrawBufferKarl Schultz2005-09-051-2/+1
* /dri/msgAdam Jackson2005-08-262-2/+2
* Fix the scripts for the cygwin & mingw changesAlan Hourihane2005-08-262-2/+8
* Remove the logic that determines at compile time whether or not HAVE_ALIASIan Romanick2005-08-112-21/+0
* Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick2005-08-105-286/+62
* Add rules and target to build src/mesa/x86-64/glapi_x86-64.S.Ian Romanick2005-08-091-0/+4
* s/Disaptch/Dispatch/ (bug 3918)Brian Paul2005-08-081-1/+1
* Fix recent problems with display lists and other parts of the code.Ian Romanick2005-08-054-9/+475
* Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick2005-08-034-6/+6
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-288-116/+1939
* Fix SPARC assembly for 64-bitIan Romanick2005-07-282-21/+22
* Missed this on the previous commit.Ian Romanick2005-07-181-0/+2498
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-183-12/+102
* Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick2005-07-022-4/+314
* Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, andBrian Paul2005-07-011-3/+3
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-302-0/+293
* Ignore files generated as part of the build process.Ian Romanick2005-06-241-0/+11
* Fix non-x86 specific builds. The changes from glTexImage3DEXT toIan Romanick2005-06-245-109/+117
* Fixed the XCB implementation when always_array is true, thanks to Ian Romanic...Jeremy Kolb2005-06-241-1/+2
* Mark GenQueriesARB at 'always_array="true"'. This eliminates the needIan Romanick2005-06-222-2/+2
* Fixed a bug where GenQueriesARB was generating the wrong code for XCB and wou...Jeremy Kolb2005-06-221-1/+1
* Mammoth update to the Python code generator scripts that live inIan Romanick2005-06-2119-3448/+3832
* ran "make" after update to glX_proto_send.py.Jeremy Kolb2005-06-201-397/+397
* Fixed some issues where XCB replies were being freed and data was not being c...Jeremy Kolb2005-06-201-4/+2
* Fix gl_enums.py so that enums that are listed with the same name inIan Romanick2005-05-261-2/+9
* Minor correction to EXT_framebuffer_object XML. Fix gl_table.py so that itIan Romanick2005-05-264-7/+7
* Make a couple minor corrections to gl_API.xml. Fixes the name of anIan Romanick2005-05-263-11/+11
* Fix a couple typeos in enum names.Ian Romanick2005-05-251-2/+2
* moved to windows build dirKarl Schultz2005-05-241-124/+0