summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide
AgeCommit message (Expand)Author
2000-05-05fixed glDrawBuffer(GL_NONE) bugBrian Paul
2000-05-05replaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pixels()Brian Paul
2000-05-05added check for tmuRam==4 for Voodoo2 (Bernd)Brian Paul
2000-05-04EnvMode GL_BLEND and tex invalidate changes from DaryllBrian Paul
2000-05-04conditionally include some fields in the context struct for DRI / non-DRIBrian Paul
2000-05-04made fxMesaCurrentCtx staticBrian Paul
2000-04-20updated RENDERER versionBrian Paul
2000-04-20minor clean-upBrian Paul
2000-04-19Use smooth shaded triangles always. Fix SoF bug.Keith Whitwell
2000-04-17dynamically allocate color table data, uses less memoryBrian Paul
2000-04-15minor updatesBrian Paul
2000-04-15wrapper for grTexLodBiasValue()Brian Paul
2000-04-14applied Bernd's changes to useBGR codeBrian Paul
2000-04-11silenced warnings in FX_grSstPerfStats()Brian Paul
2000-04-11fixed bug in XF86 writeRegionClipped()Brian Paul
2000-04-11fixed stride problem in read_R5G6B5_spanBrian Paul
2000-04-07silenced a warningBrian Paul
2000-04-07new read_R5G5B5_span() functionBrian Paul
2000-03-31mask/disable stencil/accum clears in fxDDClear()Brian Paul
2000-03-31clean-up of info messagesBrian Paul
2000-03-31fixed Voodoo1/2/ stride problem in fxDDReadPixels()Brian Paul
2000-03-31misc clean-upBrian Paul
2000-03-31added more debugging codeBrian Paul
2000-03-31updates for separate R/G/B/A accum buffer sizesBrian Paul
2000-03-30optimized glReadPixels()Brian Paul
2000-03-29new texture image download codeBrian Paul
2000-03-29fixed some buffer clear bugsBrian Paul
2000-03-27removed tfxMipMapLevel's used and translate fields, initial teximage clean-upBrian Paul
2000-03-23added new texture image functions, minor clean-upBrian Paul
2000-03-23added some comments and new texture image functionsBrian Paul
2000-03-22added Daryll's patches for texture alignmentBrian Paul
2000-03-22updated renderer string version to 20000322Brian Paul
2000-03-21changed imaging functions to _mesa_ prefixBrian Paul
2000-03-19removed GL_FXMESA_global_texture_lod_bias extensionBrian Paul
2000-03-07removed Driver.UseGlobalTexturePalette()Brian Paul
2000-03-07implemented FX_grSstPerfStats()Brian Paul
2000-03-07added GL_EXT_texture_lod_bias extension (Michael Vance)Brian Paul
2000-03-07added target parameter to Driver.TexEnv()Brian Paul
2000-03-03depth buffer change, BGR/RGB setup changeBrian Paul
2000-03-03clean-up warningsBrian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-02-25fixed front/back buffer stride problem for XF86DRIBrian Paul
2000-02-25new fxDDClear(), fxDDDrawBitmp(), example extension registration codeBrian Paul
2000-02-22disabled an fprintf in FX_grSstQueryHardware()Brian Paul
2000-02-16update fog near/far bug fixBrian Paul
2000-02-16updated with changes from DRI project CVSBrian Paul
2000-02-13initialize fxMesa->verbose with MESA_FX_INFO env varBrian Paul
2000-02-12added MESA_FX_NO_SIGNALS env var (Michael Vance)Brian Paul
2000-02-09udpated version/copyright infoBrian Paul
2000-02-09removed fxDDBufferSize protoBrian Paul