fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots of poten...
[mesa.git] / src / mesa / drivers / glide / fxdrv.h
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