summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)AuthorFilesLines
2001-10-17updated for new glext.hBrian Paul1-1/+3
2001-10-17minor updates for new glext.hBrian Paul1-3/+16
2001-09-14more GL 1.3 updatesBrian Paul1-49/+104
2001-08-28OpenGL 1.3 supportBrian Paul1-686/+1025
2001-08-03Use #function instead of @functiondavem691-4/+4
2001-06-06Remove dependency on MESA sources from gl* filesdavem692-12/+21
2001-06-05Sparc optimized GLAPI dispatch table.davem692-6/+63
2001-06-05filled in a bunch of the function template stringsBrian Paul1-78/+78
2001-06-05Python script for making glapi_sparc.Sdavem691-0/+152
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul1-2/+1
2001-03-28removed a debug messageBrian Paul1-2/+1
2001-03-28remove TEST_L and JZ instructions; always jump through the _glapi_Dispatch po...Brian Paul1-3/+1
2001-03-28New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul3-689/+986
2001-03-26removed DO_GEOMETRYBrian Paul1-15/+1
2001-03-26change glTexImage3D() internalFormat to GLenum to match other OpenGLsBrian Paul2-3/+3
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes4-30/+25
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2-7/+7
2001-01-23added dispatch override mechanism, used by trace extensionBrian Paul2-56/+122
2000-12-26Major rework of tnl moduleKeith Whitwell1-904/+1489
2000-11-22 Committing in .Jouk Jansen2-20/+14
2000-11-17 Committing in .Jouk Jansen1-2/+9
2000-10-27Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul4-23/+142
2000-10-19Rewrote get_static_proc_address(). It made mistakes in some situationsBrian Paul1-6/+8
2000-09-26Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.Brian Paul2-15/+16
2000-09-15added GL_MESA_trace supportBrian Paul2-11/+11
2000-09-06replaced ## with CONCAT macroBrian Paul1-4/+4
2000-09-05added tracing facility from LokiBrian Paul2-5/+66
2000-06-12changed dispatch of GL_EXT_vertex_array functionsBrian Paul1-9/+9
2000-05-24replaced assertion with a conditional in _glapi_add_entrypoint()Brian Paul1-7/+8
2000-05-19changed internalFormat to GLenum in TexImage4DSGI and all compressed textimag...Brian Paul1-5/+5
2000-05-19added const to compressed tex image functionsBrian Paul1-7/+7
2000-05-18added glTbufferMask3DFX(), enabled texture compression functionsBrian Paul1-3/+9
2000-05-18bunch of updates to static_functions[]Brian Paul1-250/+510
2000-05-18added tbuffer and compressed teximage extension functionsBrian Paul3-189/+259
2000-05-11generate X86 dispatch codeBrian Paul1-0/+150
2000-05-11recover from offset=? condition, code clean-upBrian Paul1-10/+17
2000-05-11recover from offset=? conditionBrian Paul1-9/+14
2000-04-10added some more functionsBrian Paul1-1/+112
2000-03-29renamed mesaStrDup() to str_dup()Brian Paul1-9/+10
2000-03-27Updated to compile under Irix 6.5Randy Frank1-3/+14
2000-03-19fixed compiler warnings on BeOS R4Brian Paul1-349/+349
2000-02-24now using SGI-specified dispatch orderBrian Paul2-623/+960
2000-02-24now generated with Python scriptBrian Paul1-847/+557
2000-02-24bunch of dispatch and extension-related changesBrian Paul1-822/+557
2000-02-24added some error checkingBrian Paul1-3/+11
2000-02-23changed a GLuint to GLintBrian Paul1-2/+2
2000-02-23fixed a few glitchesBrian Paul2-10/+10
2000-02-22sort the offsets by numberBrian Paul1-4/+14
2000-02-22initial check-inBrian Paul2-0/+390
2000-02-12always include thread.hBrian Paul1-3/+1