summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-01-15Added occlusion test code. Follows the HP proposed occlusion test extension.Randy Frank
2000-01-14minor change for DEBUG buildsBrian Paul
2000-01-14first check-inBrian Paul
2000-01-14GLcontext is now nested in OSMesaContextBrian Paul
2000-01-14added gl_initialize_context_data(), gl_free_context_data(). code clean-upBrian Paul
2000-01-13added fxMesaContext arg to fxInitPixelTables()Brian Paul
2000-01-13added _mesa_ArrayElement() protoBrian Paul
2000-01-13added gl_register_config_var() protoBrian Paul
2000-01-13init a few vars to silence compiler warningsBrian Paul
2000-01-13include dispatch.hBrian Paul
2000-01-13clean up of eval_coord1/2f()Brian Paul
2000-01-13commented out gl_reinit_light_attrib()Brian Paul
2000-01-13commented out unused functionBrian Paul
2000-01-13minor clean-upBrian Paul
2000-01-13made some functions staticBrian Paul
2000-01-11another fix for gluPartialDisk() in GL_LINE modeBrian Paul
2000-01-11fixed missing slice problem in gluPartialDisk()Brian Paul
2000-01-10added printf-message to dispatch templatesBrian Paul
2000-01-08removed DISPATCH_SETUP, added RETURN_DISPATCHBrian Paul
2000-01-07* Fixups to the GGIMesa code to reflect the recent DD API changesJon Taylor
2000-01-07added missing glHintPGI() functionBrian Paul
2000-01-07improved robustness of extension handling in static_functions[] arrayBrian Paul
2000-01-07added glHintPGI templateBrian Paul
2000-01-07added BitsPerPixel to XMesaVisual structBrian Paul
2000-01-07updated version stringBrian Paul
2000-01-07removed cpp conditionals from _mesa_init_exec_table()Brian Paul
2000-01-07fixed GetString template, added GL_SGI_color_table templatesBrian Paul
2000-01-07 Committing in .Jouk Jansen
2000-01-06return GL_FALSE in fxDDColorMaskBrian Paul
2000-01-06updated Clear function for new mask bitsBrian Paul
2000-01-06new Clear function maskBrian Paul
2000-01-05minor clean-up in _mesa_unpack_ubyte_color_span()Brian Paul
2000-01-05removed _glapi_ThreadSafeBrian Paul
2000-01-04start search at 1 in HashFindFreeKeyBlock()Brian Paul
1999-12-17optimized GET_IMMEDIATE for thread safetyBrian Paul
1999-12-17print thread safety info if MESA_INFO setBrian Paul
1999-12-17updated with latest source filesBrian Paul
1999-12-17replaced mthreads.c with glthread.cBrian Paul
1999-12-17further simplification of thread-related code, misc clean-upBrian Paul
1999-12-17added current context functions, made ThreadSafe publicBrian Paul
1999-12-17removed old thread codeBrian Paul
1999-12-17fixed thread problemsBrian Paul
1999-12-17more tweaking of thread supportBrian Paul
1999-12-17don't free thread data in pthread_key_create()Brian Paul
1999-12-16minor clean-upBrian Paul
1999-12-16thread support now worksBrian Paul
1999-12-16initial revBrian Paul
1999-12-16minor changeBrian Paul
1999-12-16new threading, more functions addedBrian Paul
1999-12-16added more functionsBrian Paul