summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2000-01-25updated RGB2BGR functionBrian Paul
2000-01-25only print info if MESA_DEBUG is setBrian Paul
2000-01-25fixed VB->IndexPtr==NULL bug (Richard Guenther)Brian Paul
2000-01-25updated for Mesa 3.3Brian Paul
2000-01-24changed VB_MAX, no longer dependant on FX symbolBrian Paul
2000-01-24replaced HashLookup() with _mesa_HashLookup()Brian Paul
2000-01-24prefixed hash functions with _mesa_Brian Paul
2000-01-23added #ifdef SVGA, work-around asm code problemBrian Paul
2000-01-23added new SVGA driver filesBrian Paul
2000-01-23prevent spaces in fp register namesJosh Vanderhoof
2000-01-23no brackets for nasm indirect jumpsJosh Vanderhoof
2000-01-22updated SVGA sources from Mesa 3.2Brian Paul
2000-01-20Merged in fixes from 3.2 branch. Fixed clipping bug, segfault inGareth Hughes
vertex sorting function. Debug is now enabled with MESA_TESS_DBG_LEVEL environment variable.
2000-01-18updated with latest DRI tree changesBrian Paul
2000-01-18replaced some spaces with a tabBrian Paul
2000-01-18generic_noop() now returns 0Brian Paul
2000-01-18renamed CURRENT_INPUT to _mesa_CurrentInputBrian Paul
2000-01-17added X86-optimized message for MESA_INFOBrian Paul
2000-01-17disabled X86-optimized dispatch when using XF86DRI (temporary)Brian Paul
2000-01-17added _glapi_DispatchBrian Paul
2000-01-17renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-upBrian Paul
2000-01-17added copyright infoBrian Paul
2000-01-17added missing POINT/LINE RANGE/GRANULARITY tokensBrian Paul
2000-01-17Z values were wrong in selection mode (Holger Waechtler), misc clean-upBrian Paul
2000-01-16x86 assembly dispatchJosh Vanderhoof
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
* Added a new GGIMesa debugging-print subsystem
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