Age | Commit message (Expand) | Author |
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 |
2000-01-31 | added Josh's dynamic display assembly generator | Brian Paul |
2000-01-28 | renamed _glapi_CurrentContext to _glapi_Context | Brian Paul |
2000-01-28 | removed actual GL entrypoints (glapitemp.h) | Brian Paul |
2000-01-28 | added default template macros | Brian Paul |
2000-01-28 | updated comments | Brian Paul |
2000-01-27 | include conf.h if HAVE_CONFIG_H defined | Brian Paul |
2000-01-17 | disabled X86-optimized dispatch when using XF86DRI (temporary) | Brian Paul |
2000-01-17 | added _glapi_Dispatch | Brian Paul |
2000-01-17 | renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-up | Brian Paul |
2000-01-16 | x86 assembly dispatch | Josh Vanderhoof |
2000-01-14 | minor change for DEBUG builds | Brian Paul |
2000-01-10 | added printf-message to dispatch templates | Brian Paul |