Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | updated for Mesa 3.3 | Brian Paul | 2000-01-25 | 8 | -162/+295 | |
| | ||||||
* | changed VB_MAX, no longer dependant on FX symbol | Brian Paul | 2000-01-24 | 1 | -7/+4 | |
| | ||||||
* | replaced HashLookup() with _mesa_HashLookup() | Brian Paul | 2000-01-24 | 1 | -2/+2 | |
| | ||||||
* | prefixed hash functions with _mesa_ | Brian Paul | 2000-01-24 | 5 | -59/+59 | |
| | ||||||
* | added #ifdef SVGA, work-around asm code problem | Brian Paul | 2000-01-23 | 6 | -6/+40 | |
| | ||||||
* | added new SVGA driver files | Brian Paul | 2000-01-23 | 2 | -2/+12 | |
| | ||||||
* | prevent spaces in fp register names | Josh Vanderhoof | 2000-01-23 | 1 | -1/+9 | |
| | ||||||
* | no brackets for nasm indirect jumps | Josh Vanderhoof | 2000-01-23 | 1 | -2/+2 | |
| | ||||||
* | updated SVGA sources from Mesa 3.2 | Brian Paul | 2000-01-22 | 12 | -334/+1468 | |
| | ||||||
* | Merged in fixes from 3.2 branch. Fixed clipping bug, segfault in | Gareth Hughes | 2000-01-20 | 1 | -3/+3 | |
| | | | | | | vertex sorting function. Debug is now enabled with MESA_TESS_DBG_LEVEL environment variable. | |||||
* | updated with latest DRI tree changes | Brian Paul | 2000-01-18 | 7 | -308/+464 | |
| | ||||||
* | replaced some spaces with a tab | Brian Paul | 2000-01-18 | 2 | -6/+6 | |
| | ||||||
* | generic_noop() now returns 0 | Brian Paul | 2000-01-18 | 1 | -4/+5 | |
| | ||||||
* | renamed CURRENT_INPUT to _mesa_CurrentInput | Brian Paul | 2000-01-18 | 2 | -7/+7 | |
| | ||||||
* | added X86-optimized message for MESA_INFO | Brian Paul | 2000-01-17 | 1 | -2/+7 | |
| | ||||||
* | disabled X86-optimized dispatch when using XF86DRI (temporary) | Brian Paul | 2000-01-17 | 1 | -2/+2 | |
| | ||||||
* | added _glapi_Dispatch | Brian Paul | 2000-01-17 | 1 | -2/+4 | |
| | ||||||
* | renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-up | Brian Paul | 2000-01-17 | 2 | -1007/+1008 | |
| | ||||||
* | added copyright info | Brian Paul | 2000-01-17 | 1 | -0/+32 | |
| | ||||||
* | added missing POINT/LINE RANGE/GRANULARITY tokens | Brian Paul | 2000-01-17 | 1 | -2/+10 | |
| | ||||||
* | Z values were wrong in selection mode (Holger Waechtler), misc clean-up | Brian Paul | 2000-01-17 | 1 | -25/+29 | |
| | ||||||
* | x86 assembly dispatch | Josh Vanderhoof | 2000-01-16 | 3 | -23/+4028 | |
| | ||||||
* | Added occlusion test code. Follows the HP proposed occlusion test extension. | Randy Frank | 2000-01-15 | 1 | -2/+219 | |
| | ||||||
* | minor change for DEBUG builds | Brian Paul | 2000-01-14 | 1 | -2/+4 | |
| | ||||||
* | first check-in | Brian Paul | 2000-01-14 | 1 | -0/+64 | |
| | ||||||
* | GLcontext is now nested in OSMesaContext | Brian Paul | 2000-01-14 | 1 | -57/+69 | |
| | ||||||
* | added gl_initialize_context_data(), gl_free_context_data(). code clean-up | Brian Paul | 2000-01-14 | 2 | -753/+792 | |
| | ||||||
* | added fxMesaContext arg to fxInitPixelTables() | Brian Paul | 2000-01-13 | 3 | -6/+9 | |
| | ||||||
* | added _mesa_ArrayElement() proto | Brian Paul | 2000-01-13 | 1 | -2/+6 | |
| | ||||||
* | added gl_register_config_var() proto | Brian Paul | 2000-01-13 | 1 | -3/+7 | |
| | ||||||
* | init a few vars to silence compiler warnings | Brian Paul | 2000-01-13 | 1 | -1/+3 | |
| | ||||||
* | include dispatch.h | Brian Paul | 2000-01-13 | 1 | -1/+2 | |
| | ||||||
* | clean up of eval_coord1/2f() | Brian Paul | 2000-01-13 | 1 | -10/+12 | |
| | ||||||
* | commented out gl_reinit_light_attrib() | Brian Paul | 2000-01-13 | 1 | -5/+5 | |
| | ||||||
* | commented out unused function | Brian Paul | 2000-01-13 | 1 | -3/+4 | |
| | ||||||
* | minor clean-up | Brian Paul | 2000-01-13 | 1 | -5/+7 | |
| | ||||||
* | made some functions static | Brian Paul | 2000-01-13 | 1 | -25/+25 | |
| | ||||||
* | another fix for gluPartialDisk() in GL_LINE mode | Brian Paul | 2000-01-11 | 1 | -2/+2 | |
| | ||||||
* | fixed missing slice problem in gluPartialDisk() | Brian Paul | 2000-01-11 | 1 | -94/+5 | |
| | ||||||
* | added printf-message to dispatch templates | Brian Paul | 2000-01-10 | 2 | -515/+555 | |
| | ||||||
* | removed DISPATCH_SETUP, added RETURN_DISPATCH | Brian Paul | 2000-01-08 | 2 | -527/+30 | |
| | ||||||
* | * Fixups to the GGIMesa code to reflect the recent DD API changes | Jon Taylor | 2000-01-07 | 8 | -67/+376 | |
| | | | | * Added a new GGIMesa debugging-print subsystem | |||||
* | added missing glHintPGI() function | Brian Paul | 2000-01-07 | 2 | -3/+30 | |
| | ||||||
* | improved robustness of extension handling in static_functions[] array | Brian Paul | 2000-01-07 | 1 | -229/+467 | |
| | ||||||
* | added glHintPGI template | Brian Paul | 2000-01-07 | 1 | -1/+8 | |
| | ||||||
* | added BitsPerPixel to XMesaVisual struct | Brian Paul | 2000-01-07 | 1 | -2/+3 | |
| | ||||||
* | updated version string | Brian Paul | 2000-01-07 | 1 | -3/+6 | |
| | ||||||
* | removed cpp conditionals from _mesa_init_exec_table() | Brian Paul | 2000-01-07 | 1 | -31/+16 | |
| | ||||||
* | fixed GetString template, added GL_SGI_color_table templates | Brian Paul | 2000-01-07 | 1 | -3/+48 | |
| | ||||||
* | Committing in . | Jouk Jansen | 2000-01-07 | 1 | -1/+10 | |
| | | | | | | | | Work around for bug in VMS7.2 Modified Files: Mesa/src-glut/glut_event.c ---------------------------------------------------------------------- |