fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots of poten...
[mesa.git] / src / mesa / drivers / glide / fxddtex.c
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-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-07 Brian Paulnew texture image routines work now
2001-02-06 Brian Paulupdated texture image handling - STILL UNTESTED
2001-02-06 Brian PaulOverhaul of texture image handling.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-05 Keith WhitwellLots of changes:
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-06-16 Brian Paulreplaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadM...
2000-05-23 Brian Paulenable and clean-up of paletted texture code
2000-05-04 Brian PaulEnvMode GL_BLEND and tex invalidate changes from Daryll
2000-04-17 Brian Pauldynamically allocate color table data, uses less memory
2000-04-15 Brian Paulwrapper for grTexLodBiasValue()
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 new texture image functions, minor clean-up
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 Paulclean-up warnings
2000-02-09 Brian Pauludpated version/copyright info
2000-02-04 Brian Pauladded support for GL_RGB5_A1 internal texture format...
2000-01-18 Brian Paulupdated with latest DRI tree changes
1999-12-10 Brian Paulapplied Daryll's patches
1999-11-15 Brian Paultexture palette update
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-19 Keith WhitwellChanges to reduce the memory footprint of display lists
1999-10-13 Brian Paulnow using MALLOC, CALLOC, FREE, etc macros
1999-10-05 Miklos FazekasAdded gl_ext_multitexture_ADD suport.
1999-08-19 jtgInitial revision