Age | Commit message (Expand) | Author |
2000-01-28 | added texdown info | Brian Paul |
2000-01-28 | added texdown program | Brian Paul |
2000-01-28 | initial check-in | Brian Paul |
2000-01-27 | added improved glxinfo item | Brian Paul |
2000-01-27 | added prefetchw | Holger Waechtler |
2000-01-27 | minor changes regarding transparency and multisample | Brian Paul |
2000-01-27 | updated version string to Mesa 3.3 | Brian Paul |
2000-01-27 | all new version of glxinfo | Brian Paul |
2000-01-27 | include conf.h if HAVE_CONFIG_H defined | Brian Paul |
2000-01-27 | added WIN32 and macos files to tar archive | Brian Paul |
2000-01-25 | updated RGB2BGR function | Brian Paul |
2000-01-25 | added info about assembly language optimizations | Brian Paul |
2000-01-25 | only print info if MESA_DEBUG is set | Brian Paul |
2000-01-25 | fixed VB->IndexPtr==NULL bug (Richard Guenther) | Brian Paul |
2000-01-25 | updated for Mesa 3.3 | Brian Paul |
2000-01-24 | Removed '#if 0' from second pass. | Gareth Hughes |
2000-01-24 | changed VB_MAX, no longer dependant on FX symbol | Brian Paul |
2000-01-24 | replaced HashLookup() with _mesa_HashLookup() | Brian Paul |
2000-01-24 | prefixed hash functions with _mesa_ | Brian Paul |
2000-01-23 | Merged 3.2 updates, namely combine callback for intersecting | Gareth Hughes |
2000-01-23 | added #ifdef SVGA, work-around asm code problem | Brian Paul |
2000-01-23 | added new SVGA driver files | Brian Paul |
2000-01-23 | prevent spaces in fp register names | Josh Vanderhoof |
2000-01-23 | no brackets for nasm indirect jumps | Josh Vanderhoof |
2000-01-22 | updated for Mesa 3.2 | Brian Paul |
2000-01-22 | updated SVGA sources from Mesa 3.2 | Brian Paul |
2000-01-20 | Merged in fixes from 3.2 branch. Fixed clipping bug, segfault in | Gareth Hughes |
2000-01-18 | updated with latest DRI tree changes | Brian Paul |
2000-01-18 | replaced some spaces with a tab | Brian Paul |
2000-01-18 | generic_noop() now returns 0 | Brian Paul |
2000-01-18 | renamed CURRENT_INPUT to _mesa_CurrentInput | Brian Paul |
2000-01-18 | minor clean-up | Brian Paul |
2000-01-17 | added do /while to multi-line macros | Brian Paul |
2000-01-17 | added X86-optimized message for MESA_INFO | Brian Paul |
2000-01-17 | disabled X86-optimized dispatch when using XF86DRI (temporary) | Brian Paul |
2000-01-17 | added _glapi_Dispatch | Brian Paul |
2000-01-17 | renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-up | Brian Paul |
2000-01-17 | removed X86 files from linux debug configs | Brian Paul |
2000-01-17 | added copyright info | Brian Paul |
2000-01-17 | added missing POINT/LINE RANGE/GRANULARITY tokens | Brian Paul |
2000-01-17 | Z values were wrong in selection mode (Holger Waechtler), misc clean-up | Brian Paul |
2000-01-16 | use nplanes instead of bitsPerRGBValue in GET_BITS_PER_PIXEL macro | Brian Paul |
2000-01-16 | x86 assembly dispatch | Josh Vanderhoof |
2000-01-15 | Added occlusion test code. Follows the HP proposed occlusion test extension. | Randy Frank |
2000-01-15 | Added entry point and define for the occlusion test. | Randy Frank |
2000-01-15 | Added test for the occlusion test code. | Randy Frank |
2000-01-14 | minor change for DEBUG builds | Brian Paul |
2000-01-14 | first check-in | Brian Paul |
2000-01-14 | updated for Mesa 3.3 | Brian Paul |
2000-01-14 | GLcontext is now nested in OSMesaContext | Brian Paul |