fix for eval regression
[mesa.git] / src / mesa / drivers /
2000-07-19 Brian Paula bunch of thread-safety changes
2000-06-27 Brian Pauladded GL_EXT_texture_env_combine (Holger Waechtler)
2000-06-16 Brian Paulreplaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadM...
2000-06-14 Brian Pauladded dummy function to silence compiler warning
2000-06-11 Jon TaylorLots of small updates to GGIMesa, tracking LibGGI inter...
2000-06-08 Brian Paulvariety of updates to better conform to real GLX
2000-06-05 Brian Paulfixed bugs in fxSetupDepthTest()
2000-05-26 Brian Paulinclude glheader.h instead of system headers
2000-05-26 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-23 Brian Paulenable and clean-up of paletted texture code
2000-05-22 Brian Paulupdate for Glide3
2000-05-19 Brian PaulPass pixel format to xmesa_color_to_pixel(). Compute...
2000-05-05 Brian Paulfixed glDrawBuffer(GL_NONE) bug
2000-05-05 Brian Paulreplaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pi...
2000-05-05 Brian Pauladded check for tmuRam==4 for Voodoo2 (Bernd)
2000-05-04 Brian PaulEnvMode GL_BLEND and tex invalidate changes from Daryll
2000-05-04 Brian Paulconditionally include some fields in the context struct...
2000-05-04 Brian Paulmade fxMesaCurrentCtx static
2000-04-22 Brian Paulcall _mesa_initialize_context()
2000-04-20 Brian Paulupdated RENDERER version
2000-04-20 Brian Paulminor clean-up
2000-04-19 Keith WhitwellUse smooth shaded triangles always. Fix SoF bug.
2000-04-19 Brian Paulminor clean-up
2000-04-17 Brian Pauldynamically allocate color table data, uses less memory
2000-04-15 Brian Paulminor updates
2000-04-15 Brian Paulwrapper for grTexLodBiasValue()
2000-04-14 Brian Paulapplied Bernd's changes to useBGR code
2000-04-11 Brian Paulsilenced warnings in FX_grSstPerfStats()
2000-04-11 Brian Paulfixed bug in XF86 writeRegionClipped()
2000-04-11 Brian Paulfixed stride problem in read_R5G6B5_span
2000-04-10 Brian Pauladded glXGetFBConfigs(), fixed glXChooseFBConfig()
2000-04-07 Brian Paulsilenced a warning
2000-04-07 Brian Paulnew read_R5G5B5_span() function
2000-04-05 Brian Paulnew arguments to XMesaCreateVisual()
2000-04-04 Brian Paulmore GL_HP_occlusion_test work
2000-04-04 Brian Pauluse BCOPY macro on FreeBSD
2000-03-31 Brian Paulfixed mistake in glXGetConfig(GLX_VISUAL_CAVEAT_EXT)
2000-03-31 Brian Paulmask/disable stencil/accum clears in fxDDClear()
2000-03-31 Brian Paulclean-up of info messages
2000-03-31 Brian Paulfixed Voodoo1/2/ stride problem in fxDDReadPixels()
2000-03-31 Brian Paulmisc clean-up
2000-03-31 Brian Pauladded more debugging code
2000-03-31 Brian Pauladded rest of GLX_EXT_visual_rating extension
2000-03-31 Brian Paulminor tweak to GLX_VISUAL_CAVEAT_EXT query
2000-03-31 Brian Paulupdates for separate R/G/B/A accum buffer sizes
2000-03-30 Brian Pauloptimized glReadPixels()
2000-03-29 Brian Paulnew texture image download code
2000-03-29 Brian Paulfixed some buffer clear bugs
2000-03-28 Randy FrankImplemented support for the HP occlusion test extension...
2000-03-27 Brian Paulremoved tfxMipMapLevel's used and translate fields...
2000-03-27 Jon TaylorMinor fixups
2000-03-23 Brian Pauladded new texture image functions, minor clean-up
2000-03-23 Brian Pauladded some comments and new texture image functions
2000-03-22 Brian Pauladded Daryll's patches for texture alignment
2000-03-22 Brian Paulupdated renderer string version to 20000322
2000-03-21 Brian Paulchanged imaging functions to _mesa_ prefix
2000-03-19 Brian Paulremoved GL_FXMESA_global_texture_lod_bias extension
2000-03-19 Brian Paulupdated for Mesa 3.3
2000-03-17 Brian Paulsilence some warnings
2000-03-17 Brian Paulremoved old Depth buffer pointer var
2000-03-07 Brian Paulremoved Driver.UseGlobalTexturePalette()
2000-03-07 Brian Paulimplemented FX_grSstPerfStats()
2000-03-07 Brian Pauladded GL_EXT_texture_lod_bias extension (Michael Vance)
2000-03-07 Brian Pauladded target parameter to Driver.TexEnv()
2000-03-03 Brian Paulremoved obsolete logicop function
2000-03-03 Brian Pauldepth buffer change, BGR/RGB setup change
2000-03-03 Brian Paulclean-up warnings
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-02-27 Brian Paulchanged glXCopyContext() mask to unsigned long, per...
2000-02-25 Brian Paulinserted a tab
2000-02-25 Brian Paulchanged glXCopyContext mask back to GLuint
2000-02-25 Brian Paulchanged glXCopyContext's mask to unsigned long
2000-02-25 Brian Paulfixed front/back buffer stride problem for XF86DRI
2000-02-25 Brian Paulnew fxDDClear(), fxDDDrawBitmp(), example extension...
2000-02-25 Keith WhitwellFog coordinate stage which drivers may use to replace...
2000-02-23 Brian Paulchanged glXCopyContext()'s mask to unsigned long
2000-02-22 Brian Paulfixed bug in 24bpp ximage pixel addressing
2000-02-22 Brian Pauldisabled an fprintf in FX_grSstQueryHardware()
2000-02-17 Brian Paulreplaced gl_ggiRendererString() with gl_ggiGetString()
2000-02-17 Brian Paulreplaced renderer_string() with get_string() func
2000-02-16 Brian Paulupdate fog near/far bug fix
2000-02-16 Brian Paulupdated with changes from DRI project CVS
2000-02-13 Brian Paulinitialize fxMesa->verbose with MESA_FX_INFO env var
2000-02-12 Brian Pauladded MESA_FX_NO_SIGNALS env var (Michael Vance)
2000-02-09 Brian Pauludpated version/copyright info
2000-02-09 Brian Paulremoved fxDDBufferSize proto
2000-02-09 Brian Paulupdated fxDDGetString() for DRI
2000-02-06 Brian Paulin fxSelectSingleTMUSrc_NoLock(), added check for haveT...
2000-02-06 Brian Paulclearing depth buffer failed when clearing front color...
2000-02-04 Brian Pauladded support for GL_RGB5_A1 internal texture format...
2000-02-04 Brian Paulpass IntFormat, not Format to fxTexGetFormat
2000-01-31 tannerinclude conf.h
2000-01-27 Brian Paulupdated version string to Mesa 3.3
2000-01-25 Brian Paulupdated RGB2BGR function
2000-01-25 Brian Paulupdated for Mesa 3.3
2000-01-23 Brian Pauladded #ifdef SVGA, work-around asm code problem
2000-01-22 Brian Paulupdated SVGA sources from Mesa 3.2
2000-01-18 Brian Paulupdated with latest DRI tree changes
2000-01-15 Randy FrankAdded occlusion test code. Follows the HP proposed...
2000-01-14 Brian PaulGLcontext is now nested in OSMesaContext
next