summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | 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
|
* 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
|
* minor clean-upBrian Paul2000-01-131-5/+7
|
* made some functions staticBrian Paul2000-01-131-25/+25
|
* another fix for gluPartialDisk() in GL_LINE modeBrian Paul2000-01-111-2/+2
|
* fixed missing slice problem in gluPartialDisk()Brian Paul2000-01-111-94/+5
|
* added printf-message to dispatch templatesBrian Paul2000-01-102-515/+555
|
* removed DISPATCH_SETUP, added RETURN_DISPATCHBrian Paul2000-01-082-527/+30
|
* * Fixups to the GGIMesa code to reflect the recent DD API changesJon Taylor2000-01-078-67/+376
| | | | * Added a new GGIMesa debugging-print subsystem
* added missing glHintPGI() functionBrian Paul2000-01-072-3/+30
|
* improved robustness of extension handling in static_functions[] arrayBrian Paul2000-01-071-229/+467
|
* added glHintPGI templateBrian Paul2000-01-071-1/+8
|
* added BitsPerPixel to XMesaVisual structBrian Paul2000-01-071-2/+3
|
* updated version stringBrian Paul2000-01-071-3/+6
|
* removed cpp conditionals from _mesa_init_exec_table()Brian Paul2000-01-071-31/+16
|
* fixed GetString template, added GL_SGI_color_table templatesBrian Paul2000-01-071-3/+48
|
* Committing in .Jouk Jansen2000-01-071-1/+10
| | | | | | | | Work around for bug in VMS7.2 Modified Files: Mesa/src-glut/glut_event.c ----------------------------------------------------------------------