DOS and glide driver updates from Daniel Borca
[mesa.git] / src / mesa / drivers / glide / fxdd.c
2003-08-19 Brian PaulDOS and glide driver updates from Daniel Borca
2003-07-17 Brian Paulmore DOS updates from Daniel Borca
2003-06-16 Brian Paulfix include paths (Daniel Borca)
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-01-08 Brian Paulfix some float/ubyte mistakes (Daniel Borca)
2002-11-04 Brian Paulmisc driver updates (Daniel Borca)
2002-10-29 Brian Pauladded some casts for mallocs (bug 630379)
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-09-27 Brian Paulnew texture compression infrastructure
2002-08-21 Brian Pauls/DrawDestMask/_DrawDestMask/
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2001-09-23 Brian Paulfixed some configure;make build problems. cleaned...
2001-09-18 Keith WhitwellFix FX driver to the point where gears & morph3d work.
2001-08-29 Brian Paulchanges to allow the driver to compile - still doesn...
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-06-13 Brian PaulAllow different max texture sizes for 1/2D, 3D and...
2001-05-10 Brian Paulfixed bad texture border test (sometimes caused a segfault)
2001-05-10 Keith WhitwellDriver interface changes
2001-05-03 Brian Paulminor clean-ups and warning fixes
2001-04-24 Brian Paultexture image code updates (not finished)
2001-03-30 Brian Paulfixed compilation problems related to ctx->_Enabled...
2001-03-27 Brian Paulsilence compiler warnings
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-03 Brian Paulused indent to clean-up the code
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-27 Brian Paulminor extension tweaks
2001-02-26 Brian PaulDisable most extensions by default. Drivers should...
2001-02-19 Brian Paulplug in fallback teximage DD functions
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-02-07 Brian Paulnew texture image routines work now
2001-02-06 Brian PaulOverhaul of texture image handling.
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