summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* another GLX / XCB patch (Jeremy Kolb)Brian Paul2005-05-161-4/+4
* Patches for XCB (Jeremy Kolb)Brian Paul2005-05-071-5/+60
* Stop gcc-4.0 complaining about "type qualifiers ignored on functionKeith Whitwell2005-04-281-1/+1
* Stop gcc-4.0 complaining about "type qualifiers ignored on functionKeith Whitwell2005-04-281-1/+1
* If the file name passed to parse_GL_API is None or "-", read from standardIan Romanick2005-04-181-1/+7
* Refactor a bunch of common code from the "leaf" scripts to a new functions,Ian Romanick2005-04-1812-141/+29
* Fill-in function offsets and correct a couple typos.Ian Romanick2005-04-181-25/+28
* Convert all Python scripts to use XML namespaces.Ian Romanick2005-04-1812-92/+106
* Move the DTD to its own file.Ian Romanick2005-04-182-122/+121
* Reverted the last change back to fix bug 3035Ben Crossman2005-04-151-1/+1
* Convert 'variable_param' from a CDATA attribute to a NMTOKENS attribute.Ian Romanick2005-04-142-5/+5
* Refactor the handling of the '(true | false)' enumerated attributes.Ian Romanick2005-04-142-54/+27
* Modify the DTD to use NMTOKEN, enumerants, and explicit default valuesIan Romanick2005-04-141-57/+56
* In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of theIan Romanick2005-04-142-3/+28
* A few getenv() that werent using the mesa wrapper versionBen Crossman2005-04-141-1/+1
* Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick2005-04-134-61/+220
* xmllint fixes. Revert 'note_unflushed' changes that were accidetnallyIan Romanick2005-03-171-4/+6
* Enable the generation of server-side __glGetBooleanv_size and relatedIan Romanick2005-03-174-450/+1443
* Minor refactoring and code tweaking. The only notable chage is thatIan Romanick2005-03-172-13/+9
* Refactored some of the code for PrintGlxReqSize_[ch]. This ensures that theIan Romanick2005-03-171-19/+44
* Fix the handling of zero-sized output parameters (i.e., those with typeIan Romanick2005-03-172-2/+6