summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* include conf.htanner2000-01-315-5/+25
* updated version string to Mesa 3.3Brian Paul2000-01-271-3/+3
* updated RGB2BGR functionBrian Paul2000-01-252-10/+8
* updated for Mesa 3.3Brian Paul2000-01-258-162/+295
* added #ifdef SVGA, work-around asm code problemBrian Paul2000-01-236-6/+40
* updated SVGA sources from Mesa 3.2Brian Paul2000-01-2212-334/+1468
* updated with latest DRI tree changesBrian Paul2000-01-187-308/+464
* Added occlusion test code. Follows the HP proposed occlusion test extension.Randy Frank2000-01-151-2/+219
* GLcontext is now nested in OSMesaContextBrian Paul2000-01-141-57/+69
* added fxMesaContext arg to fxInitPixelTables()Brian Paul2000-01-133-6/+9
* * Fixups to the GGIMesa code to reflect the recent DD API changesJon Taylor2000-01-078-67/+376
* added BitsPerPixel to XMesaVisual structBrian Paul2000-01-071-2/+3
* return GL_FALSE in fxDDColorMaskBrian Paul2000-01-061-1/+1
* updated Clear function for new mask bitsBrian Paul2000-01-063-56/+77
* removed old thread codeBrian Paul1999-12-171-45/+16
* bitmaps were vertically shifted by one pixelBrian Paul1999-12-121-2/+3
* added GLX_ARB_get_proc_address to extension listBrian Paul1999-12-111-3/+3
* new depth buffer functionsBrian Paul1999-12-103-453/+64
* pass new args to gl_create_framebufferBrian Paul1999-12-101-1/+5