aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide
Commit message (Collapse)AuthorAgeFilesLines
...
* update/merge with Daryll's X server changesBrian Paul1999-11-1510-712/+1872
|
* updated for new texture color palette structBrian Paul1999-11-111-14/+14
|
* Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not ↵Ted Jump1999-10-301-1/+3
| | | | appropriate
* Minor patches to cleanup some compiler warnings in MSVCTed Jump1999-10-201-3/+3
|
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-194-9/+54
|
* Fixed a MacOS specific compile error.Miklos Fazekas1999-10-161-1/+1
|
* now using MALLOC, CALLOC, FREE, etc macrosBrian Paul1999-10-133-20/+20
|
* fixed voodoo initializationKeith Whitwell1999-10-083-22/+20
|
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-083-328/+320
|
* Added PARB support.Miklos Fazekas1999-10-051-0/+45
|
* Added gl_ext_multitexture_ADD suport.Miklos Fazekas1999-10-051-1/+1
|
* Added packed ARGB support.Miklos Fazekas1999-10-051-0/+57
|
* Packed RGBA support.Miklos Fazekas1999-10-051-2/+20
|
* Packed RGB support.Miklos Fazekas1999-10-051-24/+47
|
* Added support for GL_ext_texture_addMiklos Fazekas1999-10-051-0/+4
|
* Minor cleanup.Miklos Fazekas1999-10-051-7/+3
|
* Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXTTed Jump1999-09-191-1/+0
|
* Large patch:Keith Whitwell1999-09-181-11/+12
| | | | | | | | | | - FX bug fixes. - Polygon mode and edgeflag work properly. - Clipping works with edgeflag. - Driver.ReducedPrimitiveChange() callback so drivers that implement lines & points as triangles can turn culling off before rendering groups of these primitives. - Cleaned up feedback & select primitives.
* Fix for write-rgba-span and othersKeith Whitwell1999-09-171-22/+48
|
* Win32 build req't updatesTed Jump1999-09-171-3/+3
|
* added Eero's multitexture function patchBrian Paul1999-09-131-0/+34
|
* bugix from raul for fxddbitmapKeith Whitwell1999-09-111-8/+29
|
* include extensions.hBrian Paul1999-09-111-0/+1
|
* removed bogus callKeith Whitwell1999-08-291-1/+0
|
* more fixes on the fast pathKeith Whitwell1999-08-291-1/+1
|
* various pipeline bugsKeith Whitwell1999-08-263-4/+13
|
* Initial revisionjtg1999-08-1911-0/+8744