aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* defined FLT_MIN if undefinedBrian Paul2000-01-311-1/+6
* added mutexes for thread safetyBrian Paul2000-01-313-5/+31
* added Mutex macrosBrian Paul2000-01-311-5/+60
* added _mesa_TexImage3DEXT()Brian Paul2000-01-312-4/+22
* added save_TexImage3DEXT()Brian Paul2000-01-311-1/+17
* removed unneeded \n charsBrian Paul2000-01-311-25/+25
* changed message format, added GL_EXT_texture3dBrian Paul2000-01-311-3/+17
* added more function templates, changed message formatBrian Paul2000-01-311-517/+773
* fixed protos for glTexImage3DEXT and GetDetailTexFuncSGISBrian Paul2000-01-311-3/+3
* added Josh's dynamic display assembly generatorBrian Paul2000-01-311-3/+41
* 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 texdown infoBrian Paul2000-01-281-1/+2
* added texdown programBrian Paul2000-01-283-12/+12
* initial check-inBrian Paul2000-01-281-0/+395
* added improved glxinfo itemBrian Paul2000-01-271-1/+2
* added prefetchwHolger Waechtler2000-01-271-0/+1
* minor changes regarding transparency and multisampleBrian Paul2000-01-271-2/+5
* updated version string to Mesa 3.3Brian Paul2000-01-271-3/+3
* all new version of glxinfoBrian Paul2000-01-271-45/+415
* include conf.h if HAVE_CONFIG_H definedBrian Paul2000-01-271-1/+4
* added WIN32 and macos files to tar archiveBrian Paul2000-01-271-51/+63
* updated RGB2BGR functionBrian Paul2000-01-252-10/+8
* added info about assembly language optimizationsBrian Paul2000-01-251-1/+15
* 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
* Removed '#if 0' from second pass.Gareth Hughes2000-01-241-3/+4
* 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
* Merged 3.2 updates, namely combine callback for intersectingGareth Hughes2000-01-231-35/+62
* 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 for Mesa 3.2Brian Paul2000-01-221-6/+11
* 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