summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide/fxdd.c
Commit message (Expand)AuthorAgeFilesLines
* updated RENDERER versionBrian Paul2000-04-201-1/+1
* minor updatesBrian Paul2000-04-151-1/+1
* silenced a warningBrian Paul2000-04-071-2/+1
* mask/disable stencil/accum clears in fxDDClear()Brian Paul2000-03-311-1/+4
* fixed Voodoo1/2/ stride problem in fxDDReadPixels()Brian Paul2000-03-311-1/+5
* optimized glReadPixels()Brian Paul2000-03-301-2/+121
* new texture image download codeBrian Paul2000-03-291-10/+14
* fixed some buffer clear bugsBrian Paul2000-03-291-8/+12
* added Daryll's patches for texture alignmentBrian Paul2000-03-221-0/+1
* updated renderer string version to 20000322Brian Paul2000-03-221-1/+1
* changed imaging functions to _mesa_ prefixBrian Paul2000-03-211-1/+1
* removed GL_FXMESA_global_texture_lod_bias extensionBrian Paul2000-03-191-1/+0
* removed Driver.UseGlobalTexturePalette()Brian Paul2000-03-071-1/+0
* fixed front/back buffer stride problem for XF86DRIBrian Paul2000-02-251-1/+6
* new fxDDClear(), fxDDDrawBitmp(), example extension registration codeBrian Paul2000-02-251-181/+261
* updated with changes from DRI project CVSBrian Paul2000-02-161-1/+12
* initialize fxMesa->verbose with MESA_FX_INFO env varBrian Paul2000-02-131-0/+5
* updated fxDDGetString() for DRIBrian Paul2000-02-091-46/+72
* clearing depth buffer failed when clearing front color bufferBrian Paul2000-02-061-17/+19
* updated with latest DRI tree changesBrian Paul2000-01-181-4/+10
* added fxMesaContext arg to fxInitPixelTables()Brian Paul2000-01-131-1/+3
* updated Clear function for new mask bitsBrian Paul2000-01-061-52/+55
* new depth buffer functionsBrian Paul1999-12-101-5/+4
* replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul1999-11-251-3/+28
* update/merge with Daryll's X server changesBrian Paul1999-11-151-77/+171
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-191-1/+40
* Fixed a MacOS specific compile error.Miklos Fazekas1999-10-161-1/+1
* fixed voodoo initializationKeith Whitwell1999-10-081-18/+1
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-081-37/+144
* Added support for GL_ext_texture_addMiklos Fazekas1999-10-051-0/+4
* Large patch:Keith Whitwell1999-09-181-11/+12
* bugix from raul for fxddbitmapKeith Whitwell1999-09-111-8/+29
* include extensions.hBrian Paul1999-09-111-0/+1
* various pipeline bugsKeith Whitwell1999-08-261-4/+4
* Initial revisionjtg1999-08-191-0/+632