summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)Author
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
2000-02-10changed thread TSD initializationBrian Paul
2000-02-10added support for XFree86 threads. misc clean-upBrian Paul
2000-02-03 Committing in .Jouk Jansen
2000-02-02replace offset with functionOffset in generate_entrypoint()Brian Paul
2000-02-01added normal, vertex, viewport message stringsBrian Paul
2000-02-01added more message stringsBrian Paul
2000-01-31added Mutex macrosBrian Paul
2000-01-31removed unneeded \n charsBrian Paul
2000-01-31added more function templates, changed message formatBrian Paul
2000-01-31fixed protos for glTexImage3DEXT and GetDetailTexFuncSGISBrian Paul
2000-01-31added Josh's dynamic display assembly generatorBrian Paul
2000-01-28renamed _glapi_CurrentContext to _glapi_ContextBrian Paul