Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added fxMesaContext arg to fxInitPixelTables() | Brian Paul | 2000-01-13 | 3 | -6/+9 |
| | |||||
* | added _mesa_ArrayElement() proto | Brian Paul | 2000-01-13 | 1 | -2/+6 |
| | |||||
* | added gl_register_config_var() proto | Brian Paul | 2000-01-13 | 1 | -3/+7 |
| | |||||
* | init a few vars to silence compiler warnings | Brian Paul | 2000-01-13 | 1 | -1/+3 |
| | |||||
* | include dispatch.h | Brian Paul | 2000-01-13 | 1 | -1/+2 |
| | |||||
* | clean up of eval_coord1/2f() | Brian Paul | 2000-01-13 | 1 | -10/+12 |
| | |||||
* | commented out gl_reinit_light_attrib() | Brian Paul | 2000-01-13 | 1 | -5/+5 |
| | |||||
* | commented out unused function | Brian Paul | 2000-01-13 | 1 | -3/+4 |
| | |||||
* | minor clean-up | Brian Paul | 2000-01-13 | 1 | -5/+7 |
| | |||||
* | made some functions static | Brian Paul | 2000-01-13 | 1 | -25/+25 |
| | |||||
* | 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 |
| | |||||
* | * Fixups to the GGIMesa code to reflect the recent DD API changes | Jon Taylor | 2000-01-07 | 8 | -67/+376 |
| | | | | * Added a new GGIMesa debugging-print subsystem | ||||
* | added missing glHintPGI() function | Brian Paul | 2000-01-07 | 2 | -3/+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 |
| | |||||
* | added BitsPerPixel to XMesaVisual struct | Brian Paul | 2000-01-07 | 1 | -2/+3 |
| | |||||
* | removed cpp conditionals from _mesa_init_exec_table() | Brian Paul | 2000-01-07 | 1 | -31/+16 |
| | |||||
* | fixed GetString template, added GL_SGI_color_table templates | Brian Paul | 2000-01-07 | 1 | -3/+48 |
| | |||||
* | return GL_FALSE in fxDDColorMask | Brian Paul | 2000-01-06 | 1 | -1/+1 |
| | |||||
* | updated Clear function for new mask bits | Brian Paul | 2000-01-06 | 3 | -56/+77 |
| | |||||
* | new Clear function mask | Brian Paul | 2000-01-06 | 1 | -5/+18 |
| | |||||
* | minor clean-up in _mesa_unpack_ubyte_color_span() | Brian Paul | 2000-01-05 | 1 | -5/+3 |
| | |||||
* | removed _glapi_ThreadSafe | Brian Paul | 2000-01-05 | 3 | -23/+20 |
| | |||||
* | start search at 1 in HashFindFreeKeyBlock() | Brian Paul | 2000-01-04 | 1 | -4/+4 |
| | |||||
* | optimized GET_IMMEDIATE for thread safety | Brian Paul | 1999-12-17 | 1 | -2/+2 |
| | |||||
* | print thread safety info if MESA_INFO set | Brian Paul | 1999-12-17 | 1 | -1/+6 |
| | |||||
* | updated with latest source files | Brian Paul | 1999-12-17 | 3 | -30/+84 |
| | |||||
* | replaced mthreads.c with glthread.c | Brian Paul | 1999-12-17 | 2 | -4/+4 |
| | |||||
* | further simplification of thread-related code, misc clean-up | Brian Paul | 1999-12-17 | 2 | -214/+200 |
| | |||||
* | added current context functions, made ThreadSafe public | Brian Paul | 1999-12-17 | 2 | -9/+76 |
| | |||||
* | removed old thread code | Brian Paul | 1999-12-17 | 1 | -45/+16 |
| | |||||
* | fixed thread problems | Brian Paul | 1999-12-17 | 2 | -59/+43 |
| | |||||
* | 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 |
| | |||||
* | minor change | Brian Paul | 1999-12-16 | 1 | -2/+4 |
| | |||||
* | new threading, more functions added | Brian Paul | 1999-12-16 | 1 | -672/+447 |
| | |||||
* | added more functions | Brian Paul | 1999-12-16 | 1 | -1/+6 |
| | |||||
* | added more extension functions | Brian Paul | 1999-12-16 | 1 | -7/+206 |
| | |||||
* | initial rev | Brian Paul | 1999-12-16 | 1 | -0/+786 |
| | |||||
* | added _glapi_get_proc_name() | Brian Paul | 1999-12-15 | 1 | -1/+5 |
| | |||||
* | new thread code | Brian Paul | 1999-12-15 | 2 | -20/+55 |
| | |||||
* | removed _GLAPI_ extension testing | Brian Paul | 1999-12-15 | 1 | -29/+16 |
| | |||||
* | added many more extension entry points | Brian Paul | 1999-12-15 | 4 | -420/+580 |
| | |||||
* | Committing in . | Jouk Jansen | 1999-12-13 | 1 | -2/+4 |
| | | | | | | | | Update for VMS only Modified Files: Mesa/src/stencil.h ---------------------------------------------------------------------- | ||||
* | bitmaps were vertically shifted by one pixel | Brian Paul | 1999-12-12 | 1 | -2/+3 |
| | |||||
* | added GLX_ARB_get_proc_address to extension list | Brian Paul | 1999-12-11 | 1 | -3/+3 |
| |