fix GL_BACK color material bug
[mesa.git] / src / mesa / drivers / glide /
2000-06-16 Brian Paulreplaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadM...
2000-06-05 Brian Paulfixed bugs in fxSetupDepthTest()
2000-05-26 Brian Paulinclude glheader.h instead of system headers
2000-05-23 Brian Paulenable and clean-up of paletted texture code
2000-05-22 Brian Paulupdate for Glide3
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-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-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-07 Brian Paulsilenced a warning
2000-04-07 Brian Paulnew read_R5G5B5_span() function
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 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-27 Brian Paulremoved tfxMipMapLevel's used and translate fields...
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-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 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-25 Brian Paulfixed front/back buffer stride problem for XF86DRI
2000-02-25 Brian Paulnew fxDDClear(), fxDDDrawBitmp(), example extension...
2000-02-22 Brian Pauldisabled an fprintf in FX_grSstQueryHardware()
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-18 Brian Paulupdated with latest DRI tree changes
2000-01-13 Brian Pauladded fxMesaContext arg to fxInitPixelTables()
2000-01-06 Brian Paulreturn GL_FALSE in fxDDColorMask
2000-01-06 Brian Paulupdated Clear function for new mask bits
1999-12-10 Brian Paulnew depth buffer functions
1999-12-10 Brian Paulpass new args to gl_create_framebuffer
1999-12-10 Brian Paulapplied Daryll's patches
1999-12-10 Brian Paulapplied Daryll's patches
1999-12-02 Brian Pauladded WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre)
1999-12-01 Brian PaulfxInitPixelTables() change for Voodoo 1/2 vs 3
1999-11-25 Brian Paulreplaced Driver.SetBuffer() with SetDrawBuffer() and...
1999-11-22 Brian Paulremoved redundant fxCloseHardware() decl
1999-11-18 Brian Paulfixed FX_grSstControl(), now returns FxBool
1999-11-18 Brian Paulremoved unused fxTMNewTMFreeNode decl
1999-11-15 Brian Paultexture palette update
1999-11-15 Brian Paulinclude mem.h
1999-11-15 Brian Paulfixed mistake in merge regarding texture palettes
1999-11-15 Brian Paulupdate/merge with Daryll's X server changes
1999-11-11 Brian Paulupdated for new texture color palette struct
1999-10-30 Ted JumpAdded checking for FXMESA_USE_ARGB to disable pixel...
1999-10-20 Ted JumpMinor patches to cleanup some compiler warnings in...
1999-10-19 Keith WhitwellChanges to reduce the memory footprint of display lists
1999-10-16 Miklos FazekasFixed a MacOS specific compile error.
1999-10-13 Brian Paulnow using MALLOC, CALLOC, FREE, etc macros
1999-10-08 Keith Whitwellfixed voodoo initialization
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-10-05 Miklos FazekasAdded PARB support.
1999-10-05 Miklos FazekasAdded gl_ext_multitexture_ADD suport.
1999-10-05 Miklos FazekasAdded packed ARGB support.
1999-10-05 Miklos FazekasPacked RGBA support.
1999-10-05 Miklos FazekasPacked RGB support.
1999-10-05 Miklos FazekasAdded support for GL_ext_texture_add
1999-10-05 Miklos FazekasMinor cleanup.
1999-09-19 Ted JumpRemoved use of GLU.H - prevents compiler warning wrt...
1999-09-18 Keith WhitwellLarge patch:
1999-09-17 Keith WhitwellFix for write-rgba-span and others
1999-09-17 Ted JumpWin32 build req't updates
1999-09-13 Brian Pauladded Eero's multitexture function patch
1999-09-11 Keith Whitwellbugix from raul for fxddbitmap
1999-09-11 Brian Paulinclude extensions.h
next