summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)Author
2002-04-02DJGPP updatesBrian Paul
2002-03-07minor patches from David DawesBrian Paul
2002-01-15Fixed Windows compile problem with gl__unused413() function.Brian Paul
2002-01-03don't use macros, just expand them in-lineBrian Paul
2001-12-15better api trace/log messagesBrian Paul
2001-12-14added newline characters to trace stringsBrian Paul
2001-12-14minor tweaksBrian Paul
2001-12-14vertex program check-inBrian Paul
2001-12-14add dispatch offsets for vertex program functionsBrian Paul
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul
2001-11-30Corrected bad line breaks in macro definitions within code compiledKarl Schultz
2001-11-26don't use near and far for parameter namesBrian Paul
2001-11-26avoid using near and far as variable names since they are reserved wordsKarl Schultz
2001-11-19fixed a glitchBrian Paul
2001-11-18added test implementation of GL_ARB_window_posBrian Paul
2001-11-18API dispath updatesBrian Paul
2001-11-18new, simpler API specification fileBrian Paul
2001-11-18new Python API generator scriptsBrian Paul
2001-11-12BeOS thread support (Philippe Houdoin)Brian Paul
2001-11-01added some (void *) casts to silence gcc 2.96 warningsBrian Paul
2001-10-17updated for new glext.hBrian Paul
2001-10-17minor updates for new glext.hBrian Paul
2001-09-14more GL 1.3 updatesBrian Paul
2001-08-28OpenGL 1.3 supportBrian Paul
2001-08-03Use #function instead of @functiondavem69
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