summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)Author
2001-06-06Remove dependency on MESA sources from gl* filesdavem69
2001-06-05Sparc optimized GLAPI dispatch table.davem69
2001-06-05filled in a bunch of the function template stringsBrian Paul
2001-06-05Python script for making glapi_sparc.Sdavem69
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul
2001-03-28removed a debug messageBrian Paul
2001-03-28remove TEST_L and JZ instructions; always jump through the _glapi_Dispatch po...Brian Paul
2001-03-28New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul
2001-03-26removed DO_GEOMETRYBrian Paul
2001-03-26change glTexImage3D() internalFormat to GLenum to match other OpenGLsBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-01-23added dispatch override mechanism, used by trace extensionBrian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-17 Committing in .Jouk Jansen
2000-10-27Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul
2000-10-19Rewrote get_static_proc_address(). It made mistakes in some situationsBrian Paul
2000-09-26Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.Brian Paul
2000-09-15added GL_MESA_trace supportBrian Paul
2000-09-06replaced ## with CONCAT macroBrian Paul
2000-09-05added tracing facility from LokiBrian Paul
2000-06-12changed dispatch of GL_EXT_vertex_array functionsBrian Paul
2000-05-24replaced assertion with a conditional in _glapi_add_entrypoint()Brian Paul
2000-05-19changed internalFormat to GLenum in TexImage4DSGI and all compressed textimag...Brian Paul
2000-05-19added const to compressed tex image functionsBrian Paul
2000-05-18added glTbufferMask3DFX(), enabled texture compression functionsBrian Paul
2000-05-18bunch of updates to static_functions[]Brian Paul
2000-05-18added tbuffer and compressed teximage extension functionsBrian Paul
2000-05-11generate X86 dispatch codeBrian Paul
2000-05-11recover from offset=? condition, code clean-upBrian Paul
2000-05-11recover from offset=? conditionBrian Paul
2000-04-10added some more functionsBrian Paul
2000-03-29renamed mesaStrDup() to str_dup()Brian Paul
2000-03-27Updated to compile under Irix 6.5Randy Frank
2000-03-19fixed compiler warnings on BeOS R4Brian Paul
2000-02-24now using SGI-specified dispatch orderBrian Paul
2000-02-24now generated with Python scriptBrian Paul
2000-02-24bunch of dispatch and extension-related changesBrian Paul
2000-02-24added some error checkingBrian Paul
2000-02-23changed a GLuint to GLintBrian Paul
2000-02-23fixed a few glitchesBrian Paul
2000-02-22sort the offsets by numberBrian Paul
2000-02-22initial check-inBrian Paul
2000-02-12always include thread.hBrian Paul
2000-02-12added more error checking to _glapi_add_entrypoint()Brian Paul
2000-02-12clean-upBrian Paul
2000-02-11fixed WIN32_THREADS errorBrian Paul
2000-02-11added code for all GL_MESA_window_pos functionsBrian Paul
2000-02-10THREADS now defined by glthread.h, added more prototypesBrian Paul