summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2000-06-27added GL_EXT_texture_env_combine (Holger Waechtler)Brian Paul
2000-06-16replaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadMipMapLevel() to work-a...Brian Paul
2000-06-14added dummy function to silence compiler warningBrian Paul
2000-06-11Lots of small updates to GGIMesa, tracking LibGGI internals changesJon Taylor
2000-06-08variety of updates to better conform to real GLXBrian Paul
2000-06-05fixed bugs in fxSetupDepthTest()Brian Paul
2000-05-26include glheader.h instead of system headersBrian Paul
2000-05-26more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-23enable and clean-up of paletted texture codeBrian Paul
2000-05-22update for Glide3Brian Paul
2000-05-19Pass pixel format to xmesa_color_to_pixel(). Compute clearpixel without ditherBrian Paul
2000-05-05fixed glDrawBuffer(GL_NONE) bugBrian Paul
2000-05-05replaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pixels()Brian Paul
2000-05-05added check for tmuRam==4 for Voodoo2 (Bernd)Brian Paul
2000-05-04EnvMode GL_BLEND and tex invalidate changes from DaryllBrian Paul
2000-05-04conditionally include some fields in the context struct for DRI / non-DRIBrian Paul
2000-05-04made fxMesaCurrentCtx staticBrian Paul
2000-04-22call _mesa_initialize_context()Brian Paul
2000-04-20updated RENDERER versionBrian Paul
2000-04-20minor clean-upBrian Paul
2000-04-19Use smooth shaded triangles always. Fix SoF bug.Keith Whitwell
2000-04-19minor clean-upBrian Paul
2000-04-17dynamically allocate color table data, uses less memoryBrian Paul
2000-04-15minor updatesBrian Paul
2000-04-15wrapper for grTexLodBiasValue()Brian Paul
2000-04-14applied Bernd's changes to useBGR codeBrian Paul
2000-04-11silenced warnings in FX_grSstPerfStats()Brian Paul
2000-04-11fixed bug in XF86 writeRegionClipped()Brian Paul
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