aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* added rest of GLX_EXT_visual_rating extensionBrian Paul2000-03-311-3/+12
* minor tweak to GLX_VISUAL_CAVEAT_EXT queryBrian Paul2000-03-311-2/+3
* updates for separate R/G/B/A accum buffer sizesBrian Paul2000-03-316-27/+75
* 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
* Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank2000-03-281-61/+47
* removed tfxMipMapLevel's used and translate fields, initial teximage clean-upBrian Paul2000-03-273-316/+154
* Minor fixupsJon Taylor2000-03-272-6/+6
* 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
* updated for Mesa 3.3Brian Paul2000-03-191-21/+46
* silence some warningsBrian Paul2000-03-171-1/+4
* removed old Depth buffer pointer varBrian Paul2000-03-171-3/+5
* 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
* removed obsolete logicop functionBrian Paul2000-03-031-14/+4
* 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-033-92/+169
* changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul2000-02-273-6/+6
* inserted a tabBrian Paul2000-02-251-2/+2
* changed glXCopyContext mask back to GLuintBrian Paul2000-02-253-7/+6
* changed glXCopyContext's mask to unsigned longBrian Paul2000-02-251-3/+3
* 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
* Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell2000-02-251-2/+2
* changed glXCopyContext()'s mask to unsigned longBrian Paul2000-02-233-7/+8
* fixed bug in 24bpp ximage pixel addressingBrian Paul2000-02-221-3/+3
* disabled an fprintf in FX_grSstQueryHardware()Brian Paul2000-02-221-0/+2
* replaced gl_ggiRendererString() with gl_ggiGetString()Brian Paul2000-02-171-3/+6
* replaced renderer_string() with get_string() funcBrian Paul2000-02-171-6/+14
* 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