aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added support for GL_RGB5_A1 internal texture format (Eero Pajarre)Brian Paul2000-02-041-7/+89
* pass IntFormat, not Format to fxTexGetFormatBrian Paul2000-02-041-1/+1
* updated with latest DRI tree changesBrian Paul2000-01-187-308/+464
* added fxMesaContext arg to fxInitPixelTables()Brian Paul2000-01-133-6/+9
* return GL_FALSE in fxDDColorMaskBrian Paul2000-01-061-1/+1
* updated Clear function for new mask bitsBrian Paul2000-01-061-52/+55
* new depth buffer functionsBrian Paul1999-12-103-453/+64
* pass new args to gl_create_framebufferBrian Paul1999-12-101-1/+5
* applied Daryll's patchesBrian Paul1999-12-103-408/+409
* applied Daryll's patchesBrian Paul1999-12-104-112/+146
* added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre)Brian Paul1999-12-021-0/+1
* fxInitPixelTables() change for Voodoo 1/2 vs 3Brian Paul1999-12-011-1/+16
* replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul1999-11-251-3/+28
* removed redundant fxCloseHardware() declBrian Paul1999-11-221-1/+0
* fixed FX_grSstControl(), now returns FxBoolBrian Paul1999-11-182-15/+18
* removed unused fxTMNewTMFreeNode declBrian Paul1999-11-181-1/+0
* texture palette updateBrian Paul1999-11-151-14/+14