summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed VB->IndexPtr==NULL bug (Richard Guenther)Brian Paul2000-01-251-13/+21
|
* replaced HashLookup() with _mesa_HashLookup()Brian Paul2000-01-241-2/+2
|
* prefixed hash functions with _mesa_Brian Paul2000-01-245-1700/+697
|
* added #ifdef SVGA, work-around asm code problemBrian Paul2000-01-235-5/+39
|
* 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
|
* added updated SVGA driver infoBrian Paul2000-01-221-1/+3
|
* removed unused varsBrian Paul2000-01-221-2/+1
|
* added copyright info, misc clean-upBrian Paul2000-01-2210-4/+296
|
* initial check-inBrian Paul2000-01-222-0/+204
|
* updated for Mesa 3.2Brian Paul2000-01-222-376/+284
|
* initial check-inBrian Paul2000-01-229-0/+721
|
* added front/back glCopyPixels bug fixBrian Paul2000-01-221-1/+2
|
* Fixed internal scanbeam intersection side-effects. When an internalGareth Hughes2000-01-191-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 fixesBrian Paul2000-01-171-2/+8
|
* added missing POINT/LINE RANGE/GRANULARITY tokensBrian Paul2000-01-172-10/+22
|
* added selection mode bug fixBrian Paul2000-01-171-1/+3
|
* Z values were wrong in selection mode (Holger Waechtler)Brian Paul2000-01-171-34/+23
|
* synchronized with DRI tree / Daryll's latest changesBrian Paul2000-01-153-9/+31
|
* updated for Mesa 3.2Brian Paul2000-01-141-2/+2
|
* initial check-inBrian Paul2000-01-141-0/+64
|
* updated for Mesa 3.2Brian Paul2000-01-141-95/+25
|
* another fix for gluPartialDisk() in GL_LINE modeBrian Paul2000-01-111-2/+2
|
* added two more bug fixes for 3.2Brian Paul2000-01-111-2/+3
|
* fixed missing slice problem in gluPartialDisk()Brian Paul2000-01-111-73/+5
|
* added amesa.h to tar file listBrian Paul2000-01-081-3/+4
|
* added glHintPGI note for 3.2 bug fixesBrian Paul2000-01-071-1/+2
|
* added glHintPGI()Brian Paul2000-01-071-1472/+985
|
* minor clean-up in _mesa_unpack_ubyte_color_span()Brian Paul2000-01-051-341/+1183
|
* added 3.2 bug fixesBrian Paul2000-01-051-1/+7
|
* start search at 1 in HashFindFreeKeyBlock()Brian Paul2000-01-041-8/+15
|
* added missing glColorTableParameter definesBrian Paul2000-01-041-2/+4
|
* Fixed bug in gl_extension_enable, allow drivers to turn on ext_texenv_addKeith Whitwell1999-12-212-4/+24
|
* patches from daryllKeith Whitwell1999-12-196-228/+268
|
* more tweaking of tar file listBrian Paul1999-12-161-2/+4
|
* added a cast to malloc callBrian Paul1999-12-161-2/+5
|
* just include Makefile.X11Brian Paul1999-12-151-59/+1
|
* initial check-inBrian Paul1999-12-151-0/+59
|
* made a few globals staticBrian Paul1999-12-151-5/+5
|
* moved #define to column 0Brian Paul1999-12-151-2/+5
|
* replaced 0 with 0.0 in sin, cos callsBrian Paul1999-12-151-29/+21
|
* added Win32 and MacOS files to tar file listmesa_3_1Brian Paul1999-12-141-141/+153
|
* disable diagnostic printfBrian Paul1999-12-141-0/+2
|
* removed bad call to fxMultipassBlendBrian Paul1999-12-141-2/+2
|
* print messages with new message() functionBrian Paul1999-12-141-3/+9
|
* added reference to INSTALL fileBrian Paul1999-12-141-1/+2
|
* changes for 3.1Brian Paul1999-12-141-3/+1
|
* minor 3.1 changesBrian Paul1999-12-141-3/+3
|
* updates for 3.1 final releaseBrian Paul1999-12-141-13/+19
|