summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2000-04-11fixed stride problem in read_R5G6B5_spanBrian Paul
2000-04-10added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul
2000-04-07silenced a warningBrian Paul
2000-04-07new read_R5G5B5_span() functionBrian Paul
2000-04-05new arguments to XMesaCreateVisual()Brian Paul
2000-04-04more GL_HP_occlusion_test workBrian Paul
2000-04-04use BCOPY macro on FreeBSDBrian Paul
2000-03-31fixed mistake in glXGetConfig(GLX_VISUAL_CAVEAT_EXT)Brian 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-31added rest of GLX_EXT_visual_rating extensionBrian Paul
2000-03-31minor tweak to GLX_VISUAL_CAVEAT_EXT queryBrian 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-28Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank
2000-03-27removed tfxMipMapLevel's used and translate fields, initial teximage clean-upBrian Paul
2000-03-27Minor fixupsJon Taylor
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-19updated for Mesa 3.3Brian Paul
2000-03-17silence some warningsBrian Paul
2000-03-17removed old Depth buffer pointer varBrian 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-03removed obsolete logicop functionBrian 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-27changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul
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