Port glXCopyContext bug from 4.0 branch.
[mesa.git] / src / mesa / main / texstate.c
2002-06-17 Brian PaulPort glXCopyContext bug from 4.0 branch.
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-05-02 Brian PaulImplemented GL_ARB_texture_env_crossbar.
2002-04-26 Brian Pauladded GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParamete...
2002-04-25 Brian Pauladded GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParamete...
2002-04-19 Brian Pauladded some casts
2002-04-12 Brian Paulfixes for corrected GL_DOT3_RGB[A]_EXT token values
2002-03-23 Brian PaulTest implementation of proposed GL_EXT_shadow_funcs...
2002-03-23 Brian Paulremoved temporary ARB_texture enum defs
2002-02-15 Brian PaulFinished up GL_ARB_depth_texture and GL_ARB_shadow.
2002-01-09 Brian Paulfixed int->float conversion bug in _mesa_TexEnviv()
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-13 Brian Paulcall FLUSH_VERTICES() in _mesaTexParameterfv() (bug...
2001-12-04 Brian Paulprototype implementation of GL_ARB_depth_texture, GL_AR...
2001-11-06 Brian Pauladded missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
2001-10-17 Brian Pauladded GL_ARB_texture_mirrored_repeat
2001-09-18 Karl Schultzmore compiler warning fixes
2001-08-20 Brian Paulbetter error messages
2001-07-23 Brian Paulrename ERROR macro to TE_ERROR (Gerk Huisma)
2001-06-18 Brian PaulConsolidated source files. Since the re-org a number...
2001-06-13 Brian PaulAllow different max texture sizes for 1/2D, 3D and...
2001-06-12 Brian Paulremoved old, redundant CurrentTransformUnit state var
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