Merge branch 'master' into gallium-0.2
[mesa.git] / src / mesa / main / texstate.c
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-22 Brian Paulmesa: refactor: move various ENUM_TO_x macros into...
2008-09-22 Brian Paulmesa: refactor: move glTexParameter-related functions...
2008-09-22 Brian Paulmesa: refactor: move glTexEnv-related functions into...
2008-09-22 Brian Paulmesa: refactor: move glTexGen-related functions into...
2008-09-22 Keith Whitwellmesa: refactor: move #define FEATURE flags into new...
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith Whitwellmesa: move fixed function vertex program builder from...
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-08-21 Eric AnholtFlush vertices when updating texObj->GenerateMipmap...
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-04 Brian Paulmesa: Replace Proxy1D/2D/etc with ProxyTex[] indexed...
2008-07-04 Brian Paulmesa: Implement mutex/locking around texture object...
2008-07-04 Nicolai HaehnleEnable TexGen based on InputsRead when a fragment progr...
2008-06-12 Brian Paulmesa: refactor: move various ENUM_TO_x macros into...
2008-06-12 Brian Paulmesa: refactor: move glTexParameter-related functions...
2008-06-12 Brian Paulmesa: refactor: move glTexEnv-related functions into...
2008-06-12 Brian Paulmesa: refactor: move glTexGen-related functions into...
2008-06-10 Brian Paulmesa: refactor: move #define FEATURE flags into new...
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-30 Brian PaulAdd support for GL_REPLACE_EXT texture env mode.
2008-04-30 Brian PaulAdd support for GL_REPLACE_EXT texture env mode.
2007-10-31 BrianUpdate texenvprogram.c code to use prog_cache.c routines.
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-08-23 BrianFor _mesa_share_state(), update the context's reference...
2007-08-16 BrianReplace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTU...
2007-08-16 BrianBring over the texobj refcounting changes from mesa_7_0...
2007-08-13 BrianImplement mutex/locking around texture object reference...
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-11 BrianRework _mesa_update_texture_compare_function() to only...
2007-06-11 Brianrename/clean-up _mesa_validate_texture_wrap_mode
2007-06-11 Brianfix typo, added comment
2007-06-11 BrianReplace texobj->Complete with texobj->_Complete since...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-06-07 Ian RomanickAdd support for GL_ARB_fragment_program_shadow.
2007-06-07 Ian RomanickFix ARB_fp spec conformance bug WRT shadow sampling.
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-16 Ian RomanickInitial implementation of MESA_texture_array
2007-05-10 Ian RomanickRefactor queries of GL_(SOURCE|OPERAND)[012]_(ALPHA...
2007-04-17 BrianEnable texture sampling for vertex programs/shaders.
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
next