Replace the flags Mesa was using for ctx->NewState with a new set
[mesa.git] / src / mesa / drivers / glide / fxddtex.c
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