Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
[mesa.git] / src / mesa / drivers / glide / fxdd.c
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-24 Brian Paulremoved the unused/broken GL_PGI_misc_hints extension
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-16 Keith WhitwellFix several conformance problems. Hack solution to...
2001-01-08 Keith WhitwellBring the FX driver into line with core mesa changes.
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2000-12-28 Keith WhitwellAdd render stage for unclipped vb's to fx driver.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Modified Files:
2000-11-17 Brian PaulMinor header file changes to silence warnings.
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-10 Brian Paulminor changes to silence compiler warnings
2000-11-05 Keith WhitwellLots of changes:
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-31 Keith WhitwellRemove dead code in FX driver.
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-08 Brian Paulremoved unused NEW_DRVSTATE flags
2000-09-08 Brian Paulremoved ctx->Driver.Dither function
2000-08-21 Brian Pauluse ImageTransferState
2000-08-09 Brian Paulfixed depth mask bug in fxddClear(DD_DEPTH_BIT)
2000-05-23 Brian Paulenable and clean-up of paletted texture code
2000-05-05 Brian Paulfixed glDrawBuffer(GL_NONE) bug
2000-05-04 Brian PaulEnvMode GL_BLEND and tex invalidate changes from Daryll
2000-04-20 Brian Paulupdated RENDERER version
2000-04-15 Brian Paulminor updates
2000-04-07 Brian Paulsilenced a warning
2000-03-31 Brian Paulmask/disable stencil/accum clears in fxDDClear()
2000-03-31 Brian Paulfixed Voodoo1/2/ stride problem in fxDDReadPixels()
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-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-02-25 Brian Paulfixed front/back buffer stride problem for XF86DRI
2000-02-25 Brian Paulnew fxDDClear(), fxDDDrawBitmp(), example extension...
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-09 Brian Paulupdated fxDDGetString() for DRI
2000-02-06 Brian Paulclearing depth buffer failed when clearing front color...
2000-01-18 Brian Paulupdated with latest DRI tree changes
2000-01-13 Brian Pauladded fxMesaContext arg to fxInitPixelTables()
2000-01-06 Brian Paulupdated Clear function for new mask bits
1999-12-10 Brian Paulnew depth buffer functions
1999-11-25 Brian Paulreplaced Driver.SetBuffer() with SetDrawBuffer() and...
1999-11-15 Brian Paulupdate/merge with Daryll's X server changes
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-08 Keith Whitwellfixed voodoo initialization
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-10-05 Miklos FazekasAdded support for GL_ext_texture_add
1999-09-18 Keith WhitwellLarge patch:
1999-09-11 Keith Whitwellbugix from raul for fxddbitmap
1999-09-11 Brian Paulinclude extensions.h
1999-08-26 Keith Whitwellvarious pipeline bugs
1999-08-19 jtgInitial revision