summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | contours.
* 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
| | | | | | vertex sorting function. Debug is now enabled with MESA_TESS_DBG_LEVEL environment variable.
* 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
|
* minor clean-upBrian Paul2000-01-181-12/+15
|
* added do /while to multi-line macrosBrian Paul2000-01-171-25/+25
|
* 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
|
* removed X86 files from linux debug configsBrian Paul2000-01-171-5/+3
|
* added copyright infoBrian Paul2000-01-171-0/+32
|
* added missing POINT/LINE RANGE/GRANULARITY tokensBrian Paul2000-01-172-3/+19
|
* Z values were wrong in selection mode (Holger Waechtler), misc clean-upBrian Paul2000-01-171-25/+29
|
* use nplanes instead of bitsPerRGBValue in GET_BITS_PER_PIXEL macroBrian Paul2000-01-161-2/+8
|
* x86 assembly dispatchJosh Vanderhoof2000-01-164-42/+4047
|
* Added occlusion test code. Follows the HP proposed occlusion test extension.Randy Frank2000-01-151-2/+219
|
* Added entry point and define for the occlusion test.Randy Frank2000-01-151-2/+15
|
* Added test for the occlusion test code.Randy Frank2000-01-151-3/+50
|
* minor change for DEBUG buildsBrian Paul2000-01-141-2/+4
|
* first check-inBrian Paul2000-01-141-0/+64
|
* updated for Mesa 3.3Brian Paul2000-01-141-95/+25
|
* 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
|
* applied Daryll's patches for GLX_DIRECT_RENDERINGBrian Paul2000-01-131-5/+31
|
* added -Wmissing-prototypes and enabled pthreads for linux debug configsBrian Paul2000-01-131-7/+7
|
* 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
|
* minor clean-upBrian Paul2000-01-131-5/+7
|
* made some functions staticBrian Paul2000-01-131-25/+25
|