Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed VB->IndexPtr==NULL bug (Richard Guenther) | Brian Paul | 2000-01-25 | 1 | -13/+21 |
| | |||||
* | replaced HashLookup() with _mesa_HashLookup() | Brian Paul | 2000-01-24 | 1 | -2/+2 |
| | |||||
* | prefixed hash functions with _mesa_ | Brian Paul | 2000-01-24 | 5 | -1700/+697 |
| | |||||
* | added #ifdef SVGA, work-around asm code problem | Brian Paul | 2000-01-23 | 5 | -5/+39 |
| | |||||
* | 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 |
| | |||||
* | added updated SVGA driver info | Brian Paul | 2000-01-22 | 1 | -1/+3 |
| | |||||
* | removed unused vars | Brian Paul | 2000-01-22 | 1 | -2/+1 |
| | |||||
* | added copyright info, misc clean-up | Brian Paul | 2000-01-22 | 10 | -4/+296 |
| | |||||
* | initial check-in | Brian Paul | 2000-01-22 | 2 | -0/+204 |
| | |||||
* | updated for Mesa 3.2 | Brian Paul | 2000-01-22 | 2 | -376/+284 |
| | |||||
* | initial check-in | Brian Paul | 2000-01-22 | 9 | -0/+721 |
| | |||||
* | added front/back glCopyPixels bug fix | Brian Paul | 2000-01-22 | 1 | -1/+2 |
| | |||||
* | Fixed internal scanbeam intersection side-effects. When an internal | Gareth Hughes | 2000-01-19 | 1 | -3/+3 |
| | | | | | | | | | | | | | intersection is found, it essentially reverses the two bounds with intersecting edges above the point of intersection. This needs to be taken into account when inserting vertices from these bounds, otherwise they will be added to the wrong end of the output contours. Quite an easy fix, really. Still cleaning up redundant code in the clipping functions, left over from the original Vatti/GPC algorithms. Will do some more thorough testing of the fix with the programs that have had problems reported, and finish cleaning up the clipping code. | ||||
* | added missing tokens item to 3.2 bug fixes | Brian Paul | 2000-01-17 | 1 | -2/+8 |
| | |||||
* | added missing POINT/LINE RANGE/GRANULARITY tokens | Brian Paul | 2000-01-17 | 2 | -10/+22 |
| | |||||
* | added selection mode bug fix | Brian Paul | 2000-01-17 | 1 | -1/+3 |
| | |||||
* | Z values were wrong in selection mode (Holger Waechtler) | Brian Paul | 2000-01-17 | 1 | -34/+23 |
| | |||||
* | synchronized with DRI tree / Daryll's latest changes | Brian Paul | 2000-01-15 | 3 | -9/+31 |
| | |||||
* | updated for Mesa 3.2 | Brian Paul | 2000-01-14 | 1 | -2/+2 |
| | |||||
* | initial check-in | Brian Paul | 2000-01-14 | 1 | -0/+64 |
| | |||||
* | updated for Mesa 3.2 | Brian Paul | 2000-01-14 | 1 | -95/+25 |
| | |||||
* | another fix for gluPartialDisk() in GL_LINE mode | Brian Paul | 2000-01-11 | 1 | -2/+2 |
| | |||||
* | added two more bug fixes for 3.2 | Brian Paul | 2000-01-11 | 1 | -2/+3 |
| | |||||
* | fixed missing slice problem in gluPartialDisk() | Brian Paul | 2000-01-11 | 1 | -73/+5 |
| | |||||
* | added amesa.h to tar file list | Brian Paul | 2000-01-08 | 1 | -3/+4 |
| | |||||
* | added glHintPGI note for 3.2 bug fixes | Brian Paul | 2000-01-07 | 1 | -1/+2 |
| | |||||
* | added glHintPGI() | Brian Paul | 2000-01-07 | 1 | -1472/+985 |
| | |||||
* | minor clean-up in _mesa_unpack_ubyte_color_span() | Brian Paul | 2000-01-05 | 1 | -341/+1183 |
| | |||||
* | added 3.2 bug fixes | Brian Paul | 2000-01-05 | 1 | -1/+7 |
| | |||||
* | start search at 1 in HashFindFreeKeyBlock() | Brian Paul | 2000-01-04 | 1 | -8/+15 |
| | |||||
* | added missing glColorTableParameter defines | Brian Paul | 2000-01-04 | 1 | -2/+4 |
| | |||||
* | Fixed bug in gl_extension_enable, allow drivers to turn on ext_texenv_add | Keith Whitwell | 1999-12-21 | 2 | -4/+24 |
| | |||||
* | patches from daryll | Keith Whitwell | 1999-12-19 | 6 | -228/+268 |
| | |||||
* | more tweaking of tar file list | Brian Paul | 1999-12-16 | 1 | -2/+4 |
| | |||||
* | added a cast to malloc call | Brian Paul | 1999-12-16 | 1 | -2/+5 |
| | |||||
* | just include Makefile.X11 | Brian Paul | 1999-12-15 | 1 | -59/+1 |
| | |||||
* | initial check-in | Brian Paul | 1999-12-15 | 1 | -0/+59 |
| | |||||
* | made a few globals static | Brian Paul | 1999-12-15 | 1 | -5/+5 |
| | |||||
* | moved #define to column 0 | Brian Paul | 1999-12-15 | 1 | -2/+5 |
| | |||||
* | replaced 0 with 0.0 in sin, cos calls | Brian Paul | 1999-12-15 | 1 | -29/+21 |
| | |||||
* | added Win32 and MacOS files to tar file listmesa_3_1 | Brian Paul | 1999-12-14 | 1 | -141/+153 |
| | |||||
* | disable diagnostic printf | Brian Paul | 1999-12-14 | 1 | -0/+2 |
| | |||||
* | removed bad call to fxMultipassBlend | Brian Paul | 1999-12-14 | 1 | -2/+2 |
| | |||||
* | print messages with new message() function | Brian Paul | 1999-12-14 | 1 | -3/+9 |
| | |||||
* | added reference to INSTALL file | Brian Paul | 1999-12-14 | 1 | -1/+2 |
| | |||||
* | changes for 3.1 | Brian Paul | 1999-12-14 | 1 | -3/+1 |
| | |||||
* | minor 3.1 changes | Brian Paul | 1999-12-14 | 1 | -3/+3 |
| | |||||
* | updates for 3.1 final release | Brian Paul | 1999-12-14 | 1 | -13/+19 |
| |