Replace the flags Mesa was using for ctx->NewState with a new set
[mesa.git] / src / mesa / main / texstate.c
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-08-01 Brian PaulglGetTexParameter(GL_TEXTURE_RESIDENT) didn't query...
2000-07-05 Brian PaulHolger's fixes for GL_EXT_texture_env_combine
2000-06-27 Brian Pauladded GL_EXT_texture_env_combine (Holger Waechtler)
2000-05-23 Brian Paulinitial work for GL_ARB_texture_compression
2000-05-23 Brian Paulmore texture cube work, misc code clean-up
2000-05-23 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-22 Brian Paulinitial code for GL_ARB_texture_cube_map
2000-03-07 Brian Pauladded GL_EXT_texture_lod_bias extension (Michael Vance)
2000-03-07 Brian Pauladded target parameter to Driver.TexEnv()
2000-02-08 Brian Pauladded a few missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH...
1999-11-12 Brian Pauladded GL_EXT_texture_env_add extension
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-05 Brian Paulclean-up to reduce MSVC warnings
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-07 Brian Paulremoved TexCoordUnit from GLcontext, use Array.ActiveTe...
1999-08-19 jtgInitial revision