summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2000-02-25inserted a tabBrian Paul
2000-02-25changed glXCopyContext mask back to GLuintBrian Paul
2000-02-25changed glXCopyContext's mask to unsigned longBrian Paul
2000-02-25fixed front/back buffer stride problem for XF86DRIBrian Paul
2000-02-25new fxDDClear(), fxDDDrawBitmp(), example extension registration codeBrian Paul
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell
2000-02-23changed glXCopyContext()'s mask to unsigned longBrian Paul
2000-02-22fixed bug in 24bpp ximage pixel addressingBrian Paul
2000-02-22disabled an fprintf in FX_grSstQueryHardware()Brian Paul
2000-02-17replaced gl_ggiRendererString() with gl_ggiGetString()Brian Paul
2000-02-17replaced renderer_string() with get_string() funcBrian 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
2000-02-09updated fxDDGetString() for DRIBrian Paul
2000-02-06in fxSelectSingleTMUSrc_NoLock(), added check for haveTwoTMUs (Neal Tringham)Brian Paul
2000-02-06clearing depth buffer failed when clearing front color bufferBrian Paul
2000-02-04added support for GL_RGB5_A1 internal texture format (Eero Pajarre)Brian Paul
2000-02-04pass IntFormat, not Format to fxTexGetFormatBrian Paul
2000-01-31include conf.htanner
2000-01-27updated version string to Mesa 3.3Brian Paul
2000-01-25updated RGB2BGR functionBrian Paul
2000-01-25updated for Mesa 3.3Brian Paul
2000-01-23added #ifdef SVGA, work-around asm code problemBrian Paul
2000-01-22updated SVGA sources from Mesa 3.2Brian Paul
2000-01-18updated with latest DRI tree changesBrian Paul
2000-01-15Added occlusion test code. Follows the HP proposed occlusion test extension.Randy Frank
2000-01-14GLcontext is now nested in OSMesaContextBrian Paul
2000-01-13added fxMesaContext arg to fxInitPixelTables()Brian Paul
2000-01-07* Fixups to the GGIMesa code to reflect the recent DD API changesJon Taylor
2000-01-07added BitsPerPixel to XMesaVisual structBrian Paul
2000-01-06return GL_FALSE in fxDDColorMaskBrian Paul
2000-01-06updated Clear function for new mask bitsBrian Paul
1999-12-17removed old thread codeBrian Paul
1999-12-12bitmaps were vertically shifted by one pixelBrian Paul
1999-12-11added GLX_ARB_get_proc_address to extension listBrian Paul
1999-12-10new depth buffer functionsBrian Paul
1999-12-10pass new args to gl_create_framebufferBrian Paul
1999-12-10applied Daryll's patchesBrian Paul
1999-12-10pass new args to gl_create_framebuffer()Brian Paul
1999-12-10applied Daryll's patchesBrian Paul
1999-12-10added glXGetProcAddressARB()Brian Paul
1999-12-02added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre)Brian Paul
1999-12-01fxInitPixelTables() change for Voodoo 1/2 vs 3Brian Paul
1999-11-28added missing functions in GLX_functions[] arrayBrian Paul
1999-11-28updated comments, removed obsolete functionsBrian Paul
1999-11-28removed include fakeglx.hBrian Paul