Replace ctx->Driver.StencilOp/Func/Mask() functions with
[mesa.git] / src / mesa / drivers / glide / fxdrv.h
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-01-06 Daniel Borcasemantic in parameter names
2004-12-21 Daniel Borcaadded GL_EXT_stencil_two_side (yes, it works)
2004-09-24 Daniel Borcaadded (back!) option to use non-packedcolor
2004-09-13 Daniel Borcacleanup
2004-07-05 Daniel Borcaadded GL_ARB_point_sprite.
2004-07-02 Daniel Borcaadded GL_EXT_fog_coord.
2004-06-24 Daniel Borcahack for compressed textures with aspectratio greater...
2004-06-03 Daniel Borcamasked out unsupported glBlendColor (some games check...
2004-05-10 Daniel Borcafixed bugs in fxddtex.c
2004-04-30 Daniel BorcaFXT1: getting warmer
2004-03-29 Daniel Borcacode cleanup heheh
2004-02-16 Daniel Borcacleanup and some WGL PIXELFORMAT issues
2004-01-29 Daniel BorcaGL_TEXTURE_1D and other stories...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-23 Daniel Borcaaccomodated new driver_func initialization
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-13 Daniel Borcaadded support for textures bigger than HW can support...
2003-12-15 Daniel BorcaEXT_secondary_color and EXT_separate_specular via multipass
2003-12-10 Daniel Borcagot rid of __FUNCTION__ :(
2003-11-03 Daniel BorcaVoodoo2 happiness
2003-10-29 Daniel Borcachanges to accomodate texture compression
2003-10-21 Daniel BorcaNapalm total immersion
2003-10-14 Daniel Borcaminor fixes + doc update
2003-10-09 Daniel BorcaReorganized combiners. Added optimized span functions.
2003-10-02 Brian Paulupdates from Daniel Borca
2003-08-19 Brian PaulDOS and glide driver updates from Daniel Borca
2003-07-17 Brian Paulmore DOS updates from Daniel Borca
2003-01-08 Brian Paulfix some float/ubyte mistakes (Daniel Borca)
2002-11-04 Brian Paulmisc driver updates (Daniel Borca)
2002-10-24 Brian PaulHeader file clean-up:
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
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-05-10 Brian Paulcheck hardware type and use SETUP_SNAP if needed
2001-04-24 Brian Paultexture image code updates (not finished)
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
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-06 Brian Paulupdated texture image handling - STILL UNTESTED
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-01-16 Keith WhitwellFix several conformance problems. Hack solution to...
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2001-01-03 Brian PaulMore color macro clean-ups.
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-27 Brian Paulminor changes to fix compiler warnings
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Modified Files:
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-05 Keith WhitwellLots of changes:
2000-10-31 Keith WhitwellRemove dead code in FX driver.
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-09-07 Brian PaulRemoved ctx->Driver.LogicOp().
2000-05-26 Brian Paulinclude glheader.h instead of system headers
2000-05-04 Brian Paulconditionally include some fields in the context struct...
2000-04-20 Brian Paulminor clean-up
2000-03-29 Brian Paulnew texture image download code
2000-03-27 Brian Paulremoved tfxMipMapLevel's used and translate fields...
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-07 Brian Pauladded target parameter to Driver.TexEnv()
2000-03-03 Brian Paulclean-up warnings
2000-02-16 Brian Paulupdate fog near/far bug fix
2000-02-16 Brian Paulupdated with changes from DRI project CVS
2000-02-09 Brian Paulremoved fxDDBufferSize proto
2000-01-18 Brian Paulupdated with latest DRI tree changes
2000-01-13 Brian Pauladded fxMesaContext arg to fxInitPixelTables()
1999-12-10 Brian Paulnew depth buffer functions
1999-12-10 Brian Paulapplied Daryll's patches
1999-11-22 Brian Paulremoved redundant fxCloseHardware() decl
1999-11-18 Brian Paulremoved unused fxTMNewTMFreeNode decl
1999-11-15 Brian Paulinclude mem.h
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-08 Keith Whitwellfixed voodoo initialization
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-10-05 Miklos FazekasPacked RGB support.
1999-08-29 Keith Whitwellmore fixes on the fast path
1999-08-26 Keith Whitwellvarious pipeline bugs
1999-08-19 jtgInitial revision