initial support for GL_SGIS_generate_mipmap extension
[mesa.git] / src / mesa / main / texstate.c
2001-05-21 Brian Paulinitial support for GL_SGIS_generate_mipmap extension
2001-05-18 Brian Paulfixed a bad error string in ClientActiveTexture()
2001-05-17 Brian Paulfixed two GL error calls
2001-04-25 Brian Paulminor simplification in glGetTexLevelParameter
2001-04-24 Brian Paulfixed problems with texel component size queries in...
2001-04-20 Brian PaulMinor fixes for Win32 (Karl Schultz).
2001-04-19 Brian Paulbug fixes, added missing state query cases
2001-04-17 Brian PaulFixed a number of minor GL_ARB_texture_env_combine...
2001-04-16 Brian Pauladded missing 'break' in _mesa_TexEnvfv(), better error...
2001-03-30 Brian Paulquerying proxy texture image info was segfaulting becau...
2001-03-28 Gareth Hughes- Restore texImage->IntFormat.
2001-03-28 Gareth HughesMore texture format updates. Drivers now need only...
2001-03-26 Brian Pauladded GL_ARB_texture_border_clamp
2001-03-22 Brian Pauladded GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-28 Brian Paulremoved some bogus error checks
2001-02-20 Brian PaulImplemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-17 Brian PaulWork in glGetTexImage() to return GL_COLOR_INDEX images.
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-06 Gareth HughesImplementation of GL_EXT_texture_env_dot3.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Committing in .
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
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