summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi
Commit message (Expand)AuthorAgeFilesLines
* more GL 1.3 updatesBrian Paul2001-09-141-49/+104
* OpenGL 1.3 supportBrian Paul2001-08-281-686/+1025
* Use #function instead of @functiondavem692001-08-031-4/+4
* Remove dependency on MESA sources from gl* filesdavem692001-06-062-12/+21
* Sparc optimized GLAPI dispatch table.davem692001-06-052-6/+63
* filled in a bunch of the function template stringsBrian Paul2001-06-051-78/+78
* Python script for making glapi_sparc.Sdavem692001-06-051-0/+152
* infrastructure for GL_ARB_multisampleBrian Paul2001-05-291-2/+1
* removed a debug messageBrian Paul2001-03-281-2/+1
* remove TEST_L and JZ instructions; always jump through the _glapi_Dispatch po...Brian Paul2001-03-281-3/+1
* New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul2001-03-283-689/+986
* removed DO_GEOMETRYBrian Paul2001-03-261-15/+1
* change glTexImage3D() internalFormat to GLenum to match other OpenGLsBrian Paul2001-03-262-3/+3
* 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