summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* include conf.htanner2000-01-315-5/+25
* include glapioffset.h instead of ../glapioffsets.hBrian Paul2000-01-281-2/+2
* added -I. to .S.o ruleBrian Paul2000-01-282-8/+6
* renamed _glapi_CurrentContext to _glapi_ContextBrian Paul2000-01-284-21/+22
* removed actual GL entrypoints (glapitemp.h)Brian Paul2000-01-281-70/+11
* moved entrypoints here from glapi.cBrian Paul2000-01-281-1/+64
* enable/disable no-context warnings depending on MESA_DEBUGBrian Paul2000-01-281-3/+12
* added default template macrosBrian Paul2000-01-281-1/+28
* updated commentsBrian Paul2000-01-282-4/+13
* added prefetchwHolger Waechtler2000-01-271-0/+1
* updated version string to Mesa 3.3Brian Paul2000-01-271-3/+3
* include conf.h if HAVE_CONFIG_H definedBrian Paul2000-01-271-1/+4
* updated RGB2BGR functionBrian Paul2000-01-252-10/+8
* only print info if MESA_DEBUG is setBrian Paul2000-01-251-8/+15
* fixed VB->IndexPtr==NULL bug (Richard Guenther)Brian Paul2000-01-251-11/+17
* updated for Mesa 3.3Brian Paul2000-01-258-162/+295
* changed VB_MAX, no longer dependant on FX symbolBrian Paul2000-01-241-7/+4
* replaced HashLookup() with _mesa_HashLookup()Brian Paul2000-01-241-2/+2
* prefixed hash functions with _mesa_Brian Paul2000-01-245-59/+59
* added #ifdef SVGA, work-around asm code problemBrian Paul2000-01-236-6/+40
* added new SVGA driver filesBrian Paul2000-01-232-2/+12
* prevent spaces in fp register namesJosh Vanderhoof2000-01-231-1/+9
* no brackets for nasm indirect jumpsJosh Vanderhoof2000-01-231-2/+2
* updated SVGA sources from Mesa 3.2Brian Paul2000-01-2212-334/+1468
* Merged in fixes from 3.2 branch. Fixed clipping bug, segfault inGareth Hughes2000-01-201-3/+3
* updated with latest DRI tree changesBrian Paul2000-01-187-308/+464
* replaced some spaces with a tabBrian Paul2000-01-182-6/+6
* generic_noop() now returns 0Brian Paul2000-01-181-4/+5
* renamed CURRENT_INPUT to _mesa_CurrentInputBrian Paul2000-01-182-7/+7
* added X86-optimized message for MESA_INFOBrian Paul2000-01-171-2/+7
* disabled X86-optimized dispatch when using XF86DRI (temporary)Brian Paul2000-01-171-2/+2
* added _glapi_DispatchBrian Paul2000-01-171-2/+4
* renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-upBrian Paul2000-01-172-1007/+1008
* added copyright infoBrian Paul2000-01-171-0/+32
* added missing POINT/LINE RANGE/GRANULARITY tokensBrian Paul2000-01-171-2/+10
* Z values were wrong in selection mode (Holger Waechtler), misc clean-upBrian Paul2000-01-171-25/+29
* x86 assembly dispatchJosh Vanderhoof2000-01-163-23/+4028
* Added occlusion test code. Follows the HP proposed occlusion test extension.Randy Frank2000-01-151-2/+219
* minor change for DEBUG buildsBrian Paul2000-01-141-2/+4
* first check-inBrian Paul2000-01-141-0/+64
* GLcontext is now nested in OSMesaContextBrian Paul2000-01-141-57/+69
* added gl_initialize_context_data(), gl_free_context_data(). code clean-upBrian Paul2000-01-142-753/+792
* added fxMesaContext arg to fxInitPixelTables()Brian Paul2000-01-133-6/+9
* added _mesa_ArrayElement() protoBrian Paul2000-01-131-2/+6
* added gl_register_config_var() protoBrian Paul2000-01-131-3/+7
* init a few vars to silence compiler warningsBrian Paul2000-01-131-1/+3
* include dispatch.hBrian Paul2000-01-131-1/+2
* clean up of eval_coord1/2f()Brian Paul2000-01-131-10/+12
* commented out gl_reinit_light_attrib()Brian Paul2000-01-131-5/+5
* commented out unused functionBrian Paul2000-01-131-3/+4