Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed mesaStrDup() to str_dup() | Brian Paul | 2000-03-29 | 1 | -9/+10 |
| | |||||
* | Updated to compile under Irix 6.5 | Randy Frank | 2000-03-27 | 1 | -3/+14 |
| | |||||
* | fixed compiler warnings on BeOS R4 | Brian Paul | 2000-03-19 | 1 | -349/+349 |
| | |||||
* | now using SGI-specified dispatch order | Brian Paul | 2000-02-24 | 2 | -623/+960 |
| | |||||
* | now generated with Python script | Brian Paul | 2000-02-24 | 1 | -847/+557 |
| | |||||
* | bunch of dispatch and extension-related changes | Brian Paul | 2000-02-24 | 1 | -822/+557 |
| | |||||
* | added some error checking | Brian Paul | 2000-02-24 | 1 | -3/+11 |
| | |||||
* | changed a GLuint to GLint | Brian Paul | 2000-02-23 | 1 | -2/+2 |
| | |||||
* | fixed a few glitches | Brian Paul | 2000-02-23 | 2 | -10/+10 |
| | |||||
* | sort the offsets by number | Brian Paul | 2000-02-22 | 1 | -4/+14 |
| | |||||
* | initial check-in | Brian Paul | 2000-02-22 | 2 | -0/+390 |
| | |||||
* | always include thread.h | Brian Paul | 2000-02-12 | 1 | -3/+1 |
| | |||||
* | added more error checking to _glapi_add_entrypoint() | Brian Paul | 2000-02-12 | 1 | -7/+14 |
| | |||||
* | clean-up | Brian Paul | 2000-02-12 | 2 | -23/+67 |
| | |||||
* | fixed WIN32_THREADS error | Brian Paul | 2000-02-11 | 2 | -6/+6 |
| | |||||
* | added code for all GL_MESA_window_pos functions | Brian Paul | 2000-02-11 | 3 | -33/+79 |
| | |||||
* | THREADS now defined by glthread.h, added more prototypes | Brian Paul | 2000-02-10 | 2 | -21/+50 |
| | |||||
* | changed thread TSD initialization | Brian Paul | 2000-02-10 | 1 | -17/+4 |
| | |||||
* | added support for XFree86 threads. misc clean-up | Brian Paul | 2000-02-10 | 2 | -43/+151 |
| | |||||
* | Committing in . | Jouk Jansen | 2000-02-03 | 1 | -1/+5 |
| | | | | | | | | Updates effective and needed for VMS only Modified Files: Mesa/src/descrip.mms Mesa/src/glapitable.h ---------------------------------------------------------------------- | ||||
* | replace offset with functionOffset in generate_entrypoint() | Brian Paul | 2000-02-02 | 1 | -2/+2 |
| | |||||
* | added normal, vertex, viewport message strings | Brian Paul | 2000-02-01 | 1 | -37/+43 |
| | |||||
* | added more message strings | Brian Paul | 2000-02-01 | 1 | -59/+59 |
| | |||||
* | added Mutex macros | Brian Paul | 2000-01-31 | 1 | -5/+60 |
| | |||||
* | removed unneeded \n chars | Brian Paul | 2000-01-31 | 1 | -25/+25 |
| | |||||
* | added more function templates, changed message format | Brian Paul | 2000-01-31 | 1 | -517/+773 |
| | |||||
* | fixed protos for glTexImage3DEXT and GetDetailTexFuncSGIS | Brian Paul | 2000-01-31 | 1 | -3/+3 |
| | |||||
* | added Josh's dynamic display assembly generator | Brian Paul | 2000-01-31 | 1 | -3/+41 |
| | |||||
* | renamed _glapi_CurrentContext to _glapi_Context | Brian Paul | 2000-01-28 | 2 | -13/+13 |
| | |||||
* | removed actual GL entrypoints (glapitemp.h) | Brian Paul | 2000-01-28 | 1 | -70/+11 |
| | |||||
* | added default template macros | Brian Paul | 2000-01-28 | 1 | -1/+28 |
| | |||||
* | updated comments | Brian Paul | 2000-01-28 | 2 | -4/+13 |
| | |||||
* | include conf.h if HAVE_CONFIG_H defined | Brian Paul | 2000-01-27 | 1 | -1/+4 |
| | |||||
* | disabled X86-optimized dispatch when using XF86DRI (temporary) | Brian Paul | 2000-01-17 | 1 | -2/+2 |
| | |||||
* | added _glapi_Dispatch | Brian Paul | 2000-01-17 | 1 | -2/+4 |
| | |||||
* | renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-up | Brian Paul | 2000-01-17 | 1 | -19/+16 |
| | |||||
* | x86 assembly dispatch | Josh Vanderhoof | 2000-01-16 | 2 | -23/+43 |
| | |||||
* | minor change for DEBUG builds | Brian Paul | 2000-01-14 | 1 | -2/+4 |
| | |||||
* | added printf-message to dispatch templates | Brian Paul | 2000-01-10 | 2 | -515/+555 |
| | |||||
* | removed DISPATCH_SETUP, added RETURN_DISPATCH | Brian Paul | 2000-01-08 | 2 | -527/+30 |
| | |||||
* | improved robustness of extension handling in static_functions[] array | Brian Paul | 2000-01-07 | 1 | -229/+467 |
| | |||||
* | added glHintPGI template | Brian Paul | 2000-01-07 | 1 | -1/+8 |
| | |||||
* | fixed GetString template, added GL_SGI_color_table templates | Brian Paul | 2000-01-07 | 1 | -3/+48 |
| | |||||
* | removed _glapi_ThreadSafe | Brian Paul | 2000-01-05 | 2 | -20/+13 |
| | |||||
* | added current context functions, made ThreadSafe public | Brian Paul | 1999-12-17 | 2 | -9/+76 |
| | |||||
* | more tweaking of thread support | Brian Paul | 1999-12-17 | 1 | -3/+8 |
| | |||||
* | don't free thread data in pthread_key_create() | Brian Paul | 1999-12-17 | 1 | -6/+6 |
| | |||||
* | minor clean-up | Brian Paul | 1999-12-16 | 2 | -15/+2 |
| | |||||
* | thread support now works | Brian Paul | 1999-12-16 | 2 | -35/+85 |
| | |||||
* | initial rev | Brian Paul | 1999-12-16 | 2 | -0/+388 |
| |