summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide/fxdd.c
Commit message (Expand)AuthorAgeFilesLines
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-0/+8
* Add render stage for unclipped vb's to fx driver.Keith Whitwell2000-12-281-11/+17
* Major rework of tnl moduleKeith Whitwell2000-12-261-26/+66
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-36/+70
* Modified Files:Jouk Jansen2000-11-221-36/+36
* Minor header file changes to silence warnings.Brian Paul2000-11-171-21/+0
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-25/+16
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-0/+2
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-1/+5
* minor changes to silence compiler warningsBrian Paul2000-11-101-0/+1
* Lots of changes:Keith Whitwell2000-11-051-201/+68
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-2/+2
* Remove dead code in FX driver.Keith Whitwell2000-10-311-1/+0
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-10/+17
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-0/+1
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-1/+1
* removed unused NEW_DRVSTATE flagsBrian Paul2000-09-081-1/+0
* removed ctx->Driver.Dither functionBrian Paul2000-09-081-17/+0
* use ImageTransferStateBrian Paul2000-08-211-1/+1
* fixed depth mask bug in fxddClear(DD_DEPTH_BIT)Brian Paul2000-08-091-0/+2
* enable and clean-up of paletted texture codeBrian Paul2000-05-231-2/+1
* fixed glDrawBuffer(GL_NONE) bugBrian Paul2000-05-051-2/+6
* EnvMode GL_BLEND and tex invalidate changes from DaryllBrian Paul2000-05-041-1/+7
* 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