In gl_texture_image replace IntFormat with InternalFormat and Format with
[mesa.git] / src / mesa / main / texstate.c
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-10-01 Brian Paulcheck for GL_DEPTH_STENCIL_EXT
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-21 Brian Pauls/GL_DEPTH_BITS/GL_TEXTURE_DEPTH_SIZE_ARB/ in _mesa_Get...
2005-09-15 Brian PaulReplace GLuint with GLbitfield where appropriate. ...
2005-09-08 Brian Paulcheck for either GL_ARB_depth_texture or GL_SGIX_depth_...
2005-08-15 Roland ScheideggerIn _mesa_TexEnvfv, do not accept values for GL_OPERAND2...
2005-07-11 Keith WhitwellCache texenv programs to avoid repeated compilation...
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2005-02-08 Brian Paulclamp anisotropy against max value
2004-06-17 Roland Scheideggerfix tex env mode GL_BLEND for GL_INTENSITY texture...
2004-06-11 Brian Paulfix some minor glitches in glGetTexParameter code
2004-05-10 Brian PaulDon't call calculate_derived_texenv() from in _mesa_Tex...
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-04-22 Brian PaulNew glTexImage code.
2004-04-10 Brian Paulfix minor glitch with GL_DEPTH_COMPONENT textures
2004-02-28 Brian Paulpaltex demo from recent texcombine changes. Minor...
2004-02-06 Ian RomanickRefactor "class" texture environments to be implemented...
2004-01-23 Keith WhitwellDon't set extra bits in FLUSH_VERTICES, fix several...
2003-11-30 Brian Pauls/texUnit->Enabled/enableBits/ (Karl Rasche)
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-09-12 Brian PaulAllow glTexImage1/2/3D to specify width/height/depth...
2003-09-02 Ian RomanickAdded support for EXT_texture_mirror_clamp and the...
2003-08-28 Brian PaulMove clamping of texture LOD bias to texture applicatio...
2003-08-28 Brian PaulAdded OpenGL 1.4's per-texture LOD bias.
2003-08-23 Ian RomanickTrivial changes to add support for GL_ARB_point_sprite...
2003-07-22 Brian PaulRestore more code lost during last big merge.
2003-07-18 Brian PaulFix up some loose ends from the last big check-in.
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-07-07 Brian Paulminor fixes in _mesa_TexGen[id]v() to silence valgrind
2003-07-03 Brian Paulfix int/float conversion for GL_TEXTURE_PRIORITY in...
2003-04-01 Brian Paulimprove some error messages
2003-03-03 Brian Paulbetter error messages (Leif Delgass)
2003-02-23 Brian Paultest if active texture is really changed in _mesa_Activ...
2003-01-21 Brian Pauladded missing break (Leif Delgass)
2003-01-21 Brian PaulGL_ATI_texture_env_combine3 extension
2003-01-16 Brian Paulupdate CurrentStack in glActiveTexture if needed (bug...
2002-12-30 Alan HourihaneCheck that ActiveTextureARB doesn't overflow MaxTexture...
2002-12-18 Brian Paulimproved error message
2002-12-05 Brian Pauladded _mesa_print_texunit_state() for debugging
2002-11-05 Brian Paulfixed glTexParameteriv(GL_TEXTURE_BORDER_COLOR) error
2002-11-01 Brian Paulfix a typo
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-10-23 Brian Pauladded missing code to copy texrect state
2002-10-21 Brian PaulGL_ATI_texture_mirror_once extension (Ian Romanick)
2002-10-17 Karl SchultzAdd casts to quiet compiler warnings.
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-08 Brian Paulmore detailed _mesa_error() strings
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
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.
next