illegal to set GL_TEXTURE_MAX_LEVEL w/ GL_TEXTURE_RECTANGLE_ARB
[mesa.git] / src / mesa / main / texstate.c
2007-04-14 Brianillegal to set GL_TEXTURE_MAX_LEVEL w/ GL_TEXTURE_RECTA...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-13 Brianproperly compute ctx->Texture._EnabledCoordUnits
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-01-05 Brianmove TexturesUsed[] into gl_program since vertex progra...
2007-01-04 Briansimplify update_texture_state() a bit, compute _Enabled...
2007-01-04 Brianupdate_texture_state() updated for new shaders
2006-12-20 BrianOverhaul of GLSL API functions, dispatching, etc.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-15 BrianLots of assorted changes for new GLSL compiler backend.
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-08-01 Michal KrolClean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.
2006-05-22 Keith WhitwellBetter caching for texenv programs.
2006-05-09 Brian Pauluse _mesa_compressed_texture_size() for GL_TEXTURE_COMP...
2006-04-14 Brian PaulReplace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTex...
2006-03-24 Brian PaulClean up the recent code related to texture_override...
2006-03-21 Michal KrolGLSL fixes:
2006-03-14 Michal KrolMore GLSL code:
2006-02-24 Brian PaulFix _mesa_copy_texture_state() so that we copy texture...
2006-02-15 Michal KrolEnable texcoords when program object in use.
2006-02-01 Roland Scheideggerfix test for valid texunit in _mesa_ClientActiveTextureARB
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-11 Brian PaulMake _mesa_is_proxy_texture() non-static and use in...
2005-11-05 Brian Paulremove unneeded #includes
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
next