Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-18 | Refactor a bunch of common code from the "leaf" scripts to a new functions, | Ian Romanick | |
parse_GL_API, in gl_XML.py. | |||
2005-04-18 | Convert all Python scripts to use XML namespaces. | Ian Romanick | |
2005-04-13 | Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, all | Ian Romanick | |
DRI drivers. A TLS enabled libGL can load a TLS or a non-TLS DRI driver, but a TLS DRI driver requires a TLS enabled libGL. This fixes bug #1822. | |||
2005-01-07 | Use GNU AS label aliasing, if available. This must be enabled by adding | Ian Romanick | |
'-DHAVE_ALIAS' to DEFINES in the config file used for building. On the linux-dri-x86 build, this cuts 4KB from libGL.so. HAVE_ALIAS is not currently enabled in any of the configs. | |||
2004-12-21 | Added some comments and fixed typeos. Slightly refactored the way | Ian Romanick | |
function parameters are iterated. There are no changes in the generated code. | |||
2004-11-27 | Set symbol visibility to 'default', if supported by gcc. | Brian Paul | |
2004-08-25 | Fix mgl name mangling (patch 1014800) | Brian Paul | |
2004-08-17 | Fixed an assembler warning / error (depending on the version of GAS used). | Ian Romanick | |
Fixed a crash in the optimized pthreads dispatch path. | |||
2004-07-02 | put back the correct dispatcher for non-threaded builds. | Daniel Borca | |
fixed x86 entrypoints for Mingw/DJGPP. | |||
2004-07-01 | Make sure THREADS is set no matter which threading model is selected. | Ian Romanick | |
2004-06-29 | First phase of TLS work. At this point SPARC assembly dispatch is | Ian Romanick | |
broken, but it will be fixed "shortly." This is pretty much the same as the patch I sent to the dri-devel list on 22-Jun-2004. | |||
2004-05-18 | New scripts for processing the XML version of APIspec. Mail is being | Ian Romanick | |
sent to mesa3d-dev with a more detailed description. |