summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide
Commit message (Expand)AuthorAgeFilesLines
* EnvMode GL_BLEND and tex invalidate changes from DaryllBrian Paul2000-05-042-3/+9
* conditionally include some fields in the context struct for DRI / non-DRIBrian Paul2000-05-041-0/+2
* made fxMesaCurrentCtx staticBrian Paul2000-05-041-1/+1
* updated RENDERER versionBrian Paul2000-04-201-1/+1
* minor clean-upBrian Paul2000-04-201-5/+5
* Use smooth shaded triangles always. Fix SoF bug.Keith Whitwell2000-04-191-14/+15
* dynamically allocate color table data, uses less memoryBrian Paul2000-04-171-57/+85
* minor updatesBrian Paul2000-04-152-1/+3
* wrapper for grTexLodBiasValue()Brian Paul2000-04-152-4/+13
* applied Bernd's changes to useBGR codeBrian Paul2000-04-141-20/+57
* silenced warnings in FX_grSstPerfStats()Brian Paul2000-04-111-1/+1
* fixed bug in XF86 writeRegionClipped()Brian Paul2000-04-111-1/+1
* fixed stride problem in read_R5G6B5_spanBrian Paul2000-04-111-2/+6
* silenced a warningBrian Paul2000-04-071-2/+1
* new read_R5G5B5_span() functionBrian Paul2000-04-071-1/+58
* mask/disable stencil/accum clears in fxDDClear()Brian Paul2000-03-311-1/+4
* clean-up of info messagesBrian Paul2000-03-311-5/+5
* fixed Voodoo1/2/ stride problem in fxDDReadPixels()Brian Paul2000-03-311-1/+5
* misc clean-upBrian Paul2000-03-311-46/+61
* added more debugging codeBrian Paul2000-03-311-8/+18
* updates for separate R/G/B/A accum buffer sizesBrian Paul2000-03-311-1/+1
* optimized glReadPixels()Brian Paul2000-03-301-2/+121
* new texture image download codeBrian Paul2000-03-294-477/+334
* fixed some buffer clear bugsBrian Paul2000-03-291-8/+12
* removed tfxMipMapLevel's used and translate fields, initial teximage clean-upBrian Paul2000-03-273-316/+154
* added new texture image functions, minor clean-upBrian Paul2000-03-231-146/+177
* added some comments and new texture image functionsBrian Paul2000-03-231-9/+22
* added Daryll's patches for texture alignmentBrian Paul2000-03-224-3/+11
* 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-192-15/+0
* removed Driver.UseGlobalTexturePalette()Brian Paul2000-03-072-1/+3
* implemented FX_grSstPerfStats()Brian Paul2000-03-071-6/+6
* added GL_EXT_texture_lod_bias extension (Michael Vance)Brian Paul2000-03-071-0/+10
* added target parameter to Driver.TexEnv()Brian Paul2000-03-072-2/+2
* depth buffer change, BGR/RGB setup changeBrian Paul2000-03-031-4/+18
* clean-up warningsBrian Paul2000-03-033-16/+20
* runtime selectable depth buffer depthBrian Paul2000-03-031-26/+39
* 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
* disabled an fprintf in FX_grSstQueryHardware()Brian Paul2000-02-221-0/+2
* update fog near/far bug fixBrian Paul2000-02-162-47/+37
* updated with changes from DRI project CVSBrian Paul2000-02-166-29/+63
* initialize fxMesa->verbose with MESA_FX_INFO env varBrian Paul2000-02-131-0/+5
* added MESA_FX_NO_SIGNALS env var (Michael Vance)Brian Paul2000-02-121-2/+6
* udpated version/copyright infoBrian Paul2000-02-098-16/+16
* removed fxDDBufferSize protoBrian Paul2000-02-091-4/+2
* updated fxDDGetString() for DRIBrian Paul2000-02-091-46/+72
* in fxSelectSingleTMUSrc_NoLock(), added check for haveTwoTMUs (Neal Tringham)Brian Paul2000-02-061-13/+17
* clearing depth buffer failed when clearing front color bufferBrian Paul2000-02-061-17/+19