Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-28 | Stop gcc-4.0 complaining about "type qualifiers ignored on function | Keith Whitwell | |
return type". | |||
2005-04-14 | In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of the | Ian Romanick | |
variable. Without this, GET_CURRENT_CONTEXT would *always* result in a call to _glapi_get_context (because _glapi_Context is a const pointer to NULL in TLS builds). | |||
2005-04-13 | Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, all | Ian Romanick | |
DRI drivers. A TLS enabled libGL can load a TLS or a non-TLS DRI driver, but a TLS DRI driver requires a TLS enabled libGL. This fixes bug #1822. | |||
2004-12-08 | silence warning | Alan Hourihane | |
2004-11-27 | Use new _glapi_proc typedef instead of void * for function pointers. | Brian Paul | |
Misc clean-ups in glapi.c | |||
2004-09-10 | More updates for Doxygen. | Brian Paul | |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | |
2002-06-29 | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | |
Instead of mstdio.[ch], use imports.[ch] to isolate these functions. | |||
2001-03-28 | New mechanism for thread-safe GL API dispatch. C-based dispatch is faster. | Brian Paul | |
Folded glapinoop.c code into glapi.c. Added code to glapitemp.h to fill in dispatch tables. Updated Makefiles. | |||
2001-01-23 | added dispatch override mechanism, used by trace extension | Brian Paul | |
2000-09-26 | Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE. | Brian Paul | |
Changed src/Makefile.X11 to compile Trace sources like other drivers. | |||
2000-09-15 | added GL_MESA_trace support | Brian Paul | |
2000-09-05 | added tracing facility from Loki | Brian Paul | |
2000-01-28 | renamed _glapi_CurrentContext to _glapi_Context | Brian Paul | |
2000-01-17 | added _glapi_Dispatch | Brian Paul | |
2000-01-05 | removed _glapi_ThreadSafe | Brian Paul | |
1999-12-17 | added current context functions, made ThreadSafe public | Brian Paul | |
1999-12-16 | minor clean-up | Brian Paul | |
1999-12-16 | thread support now works | Brian Paul | |
1999-12-16 | minor change | Brian Paul | |
1999-12-15 | added _glapi_get_proc_name() | Brian Paul | |
1999-12-15 | new thread code | Brian Paul | |
1999-12-15 | added many more extension entry points | Brian Paul | |
1999-11-27 | lots of work on extension management | Brian Paul | |
1999-11-25 | include glapitable.h | Brian Paul | |
1999-11-12 | replaced _GLAPI_EXT_color_table with _GLAPI_EXT_paletted_texture | Brian Paul | |
1999-11-11 | first big check-in of new Mesa 3.3 code | Brian Paul | |