Age | Commit message (Expand) | Author |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-07 | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul |
2001-01-23 | added dispatch override mechanism, used by trace extension | Brian Paul |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-11-22 | Committing in . | Jouk Jansen |
2000-11-17 | Committing in . | Jouk Jansen |
2000-10-27 | Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c | Brian Paul |
2000-10-19 | Rewrote get_static_proc_address(). It made mistakes in some situations | Brian Paul |
2000-09-26 | Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE. | Brian Paul |
2000-09-15 | added GL_MESA_trace support | Brian Paul |
2000-09-06 | replaced ## with CONCAT macro | Brian Paul |
2000-09-05 | added tracing facility from Loki | Brian Paul |
2000-06-12 | changed dispatch of GL_EXT_vertex_array functions | Brian Paul |
2000-05-24 | replaced assertion with a conditional in _glapi_add_entrypoint() | Brian Paul |
2000-05-19 | changed internalFormat to GLenum in TexImage4DSGI and all compressed textimag... | Brian Paul |
2000-05-19 | added const to compressed tex image functions | Brian Paul |
2000-05-18 | added glTbufferMask3DFX(), enabled texture compression functions | Brian Paul |
2000-05-18 | bunch of updates to static_functions[] | Brian Paul |
2000-05-18 | added tbuffer and compressed teximage extension functions | Brian Paul |
2000-05-11 | generate X86 dispatch code | Brian Paul |
2000-05-11 | recover from offset=? condition, code clean-up | Brian Paul |
2000-05-11 | recover from offset=? condition | Brian Paul |
2000-04-10 | added some more functions | Brian Paul |
2000-03-29 | renamed mesaStrDup() to str_dup() | Brian Paul |
2000-03-27 | Updated to compile under Irix 6.5 | Randy Frank |
2000-03-19 | fixed compiler warnings on BeOS R4 | Brian Paul |
2000-02-24 | now using SGI-specified dispatch order | Brian Paul |
2000-02-24 | now generated with Python script | Brian Paul |
2000-02-24 | bunch of dispatch and extension-related changes | Brian Paul |
2000-02-24 | added some error checking | Brian Paul |
2000-02-23 | changed a GLuint to GLint | Brian Paul |
2000-02-23 | fixed a few glitches | Brian Paul |
2000-02-22 | sort the offsets by number | Brian Paul |
2000-02-22 | initial check-in | Brian Paul |
2000-02-12 | always include thread.h | Brian Paul |
2000-02-12 | added more error checking to _glapi_add_entrypoint() | Brian Paul |
2000-02-12 | clean-up | Brian Paul |
2000-02-11 | fixed WIN32_THREADS error | Brian Paul |
2000-02-11 | added code for all GL_MESA_window_pos functions | Brian Paul |
2000-02-10 | THREADS now defined by glthread.h, added more prototypes | Brian Paul |
2000-02-10 | changed thread TSD initialization | Brian Paul |
2000-02-10 | added support for XFree86 threads. misc clean-up | Brian Paul |
2000-02-03 | Committing in . | Jouk Jansen |
2000-02-02 | replace offset with functionOffset in generate_entrypoint() | Brian Paul |
2000-02-01 | added normal, vertex, viewport message strings | Brian Paul |
2000-02-01 | added more message strings | Brian Paul |
2000-01-31 | added Mutex macros | Brian Paul |
2000-01-31 | removed unneeded \n chars | Brian Paul |
2000-01-31 | added more function templates, changed message format | Brian Paul |
2000-01-31 | fixed protos for glTexImage3DEXT and GetDetailTexFuncSGIS | Brian Paul |