summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi
Commit message (Expand)AuthorAgeFilesLines
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-124-30/+25
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-072-7/+7
* added dispatch override mechanism, used by trace extensionBrian Paul2001-01-232-56/+122
* Major rework of tnl moduleKeith Whitwell2000-12-261-904/+1489
* Committing in .Jouk Jansen2000-11-222-20/+14
* Committing in .Jouk Jansen2000-11-171-2/+9
* Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul2000-10-274-23/+142
* Rewrote get_static_proc_address(). It made mistakes in some situationsBrian Paul2000-10-191-6/+8
* Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.Brian Paul2000-09-262-15/+16
* added GL_MESA_trace supportBrian Paul2000-09-152-11/+11
* replaced ## with CONCAT macroBrian Paul2000-09-061-4/+4
* added tracing facility from LokiBrian Paul2000-09-052-5/+66
* changed dispatch of GL_EXT_vertex_array functionsBrian Paul2000-06-121-9/+9
* replaced assertion with a conditional in _glapi_add_entrypoint()Brian Paul2000-05-241-7/+8
* changed internalFormat to GLenum in TexImage4DSGI and all compressed textimag...Brian Paul2000-05-191-5/+5
* added const to compressed tex image functionsBrian Paul2000-05-191-7/+7
* added glTbufferMask3DFX(), enabled texture compression functionsBrian Paul2000-05-181-3/+9
* bunch of updates to static_functions[]Brian Paul2000-05-181-250/+510
* added tbuffer and compressed teximage extension functionsBrian Paul2000-05-183-189/+259
* generate X86 dispatch codeBrian Paul2000-05-111-0/+150
* recover from offset=? condition, code clean-upBrian Paul2000-05-111-10/+17
* recover from offset=? conditionBrian Paul2000-05-111-9/+14
* added some more functionsBrian Paul2000-04-101-1/+112
* renamed mesaStrDup() to str_dup()Brian Paul2000-03-291-9/+10
* Updated to compile under Irix 6.5Randy Frank2000-03-271-3/+14
* fixed compiler warnings on BeOS R4Brian Paul2000-03-191-349/+349
* now using SGI-specified dispatch orderBrian Paul2000-02-242-623/+960
* now generated with Python scriptBrian Paul2000-02-241-847/+557
* bunch of dispatch and extension-related changesBrian Paul2000-02-241-822/+557
* added some error checkingBrian Paul2000-02-241-3/+11
* changed a GLuint to GLintBrian Paul2000-02-231-2/+2
* fixed a few glitchesBrian Paul2000-02-232-10/+10
* sort the offsets by numberBrian Paul2000-02-221-4/+14
* initial check-inBrian Paul2000-02-222-0/+390
* always include thread.hBrian Paul2000-02-121-3/+1
* added more error checking to _glapi_add_entrypoint()Brian Paul2000-02-121-7/+14
* clean-upBrian Paul2000-02-122-23/+67
* fixed WIN32_THREADS errorBrian Paul2000-02-112-6/+6
* added code for all GL_MESA_window_pos functionsBrian Paul2000-02-113-33/+79
* THREADS now defined by glthread.h, added more prototypesBrian Paul2000-02-102-21/+50
* changed thread TSD initializationBrian Paul2000-02-101-17/+4
* added support for XFree86 threads. misc clean-upBrian Paul2000-02-102-43/+151
* Committing in .Jouk Jansen2000-02-031-1/+5
* replace offset with functionOffset in generate_entrypoint()Brian Paul2000-02-021-2/+2
* added normal, vertex, viewport message stringsBrian Paul2000-02-011-37/+43
* added more message stringsBrian Paul2000-02-011-59/+59
* added Mutex macrosBrian Paul2000-01-311-5/+60
* removed unneeded \n charsBrian Paul2000-01-311-25/+25
* added more function templates, changed message formatBrian Paul2000-01-311-517/+773
* fixed protos for glTexImage3DEXT and GetDetailTexFuncSGISBrian Paul2000-01-311-3/+3