mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
[mesa.git] / src / mesa / main / texstate.c
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-04-01 Brian Paulmesa: remove unneeded #include of colormac.h
2015-03-05 Brian Paulmesa: include stdio.h where needed
2015-03-02 Brian Paulmesa/main: replace Elements() with ARRAY_SIZE()
2015-02-24 Iago Toral Quirogamesa: Fix ctx->Texture.CubeMapSeamless
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-02-20 Eric Anholtutil: Move Mesa's bitset.h to util/.
2015-01-08 Laura Ekstrandmain: Added entry point for BindTextureUnit.
2015-01-08 Laura Ekstrandmain: Removed trailing whitespaces in texture code.
2014-06-30 Jason EkstrandRemove the ATI_envmap_bumpmap extension
2014-05-02 Fredrik Höglundmesa: Add a _BoundTextures field in gl_texture_unit
2014-05-01 José Fonsecamesa: Move declaration to top of block.
2014-04-30 Eric Anholtmesa: Track maximum CurrentTexUnit to reduce glDeleteTe...
2014-04-30 Eric Anholtmesa: Rewrite shader-based texture image state updates.
2014-04-30 Eric Anholtmesa: Split the shader texture update logic from fixed...
2014-04-30 Eric Anholtmesa: Finish removing the _ReallyEnabled field.
2014-04-30 Eric Anholtmesa: Replace use of _ReallyEnabled as a boolean with...
2014-04-30 Eric Anholtmesa: Ensure that (unit->_Current != 0) == (unit->_Real...
2014-04-30 Eric Anholtmesa: Drop _EnabledUnits.
2014-04-20 Chris Forbesmesa: Track max enabled tex image unit
2014-03-25 Gregory Hainautmesa/sso: rename Shader to the pointer _Shader
2014-01-22 Paul Berrymesa: Change redundant code into loops in texstate.c.
2014-01-22 Paul Berrymesa: Replace ctx->Shader.Current{Vertex,Fragment,Geome...
2014-01-15 Francisco Jerezmesa: Validate image units when the texture state changes.
2013-09-08 Ian Romanickmesa: Always use seamless cubemap filtering in GLES3
2013-08-02 Bryan Cainmesa: account for geometry shader texture fetches in...
2013-07-30 Kenneth Graunkemesa: Remove broken assertion about enabled texture...
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-01 Chris Forbesmesa: add texobj support for ARB_texture_multisample
2013-01-22 Eric Anholtmesa: Drop manual checks for outside begin/end.
2013-01-18 Eric Anholtmesa: Skip updating texgen when not doing fixed function.
2013-01-18 Eric Anholtmesa: Don't bother updating ff texture state if we...
2013-01-18 Eric Anholtmesa: Drop a comment about ff vertex shading and texturing.
2012-11-12 Paul Berrymesa: Standardize names of OpenGL functions.
2012-11-08 Dave Airliemesa: add fbo/texture support for ARB_texture_cube_map_...
2012-10-15 Abdiel Janulguemesa: Fix a crash in update_texture_state() for externa...
2012-09-15 Oliver McFaddenmesa: remove FEATURE_ARB_sampler_objects define.
2012-08-01 Pauli Nieminenmesa: Move DepthMode to texture object
2012-04-09 Eric Anholtmesa: Handle updating texture state for buffer textures.
2012-03-20 Brian Paulmesa: rework texture completeness testing
2012-02-15 Brian Paulmesa: fix _mesa_get_fallback_texture() to handle all...
2012-02-10 Brian Paulmesa: fix proxy texture target initialization
2012-01-10 Brian Paulmesa: use STATIC_ASSERT in a few more places
2011-11-03 Chia-I Wumesa: add support for GL_OES_EGL_image_external
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-09-06 Ian Romanickmesa: Remove API facing bits of EXT_paletted_texture...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-10 Brian Paulmesa: move sampler state into new gl_sampler_object...
2011-04-06 Brian Paulmesa: init/release the default texture buffer object
2011-04-06 Brian Paulmesa: core support for GL_ARB_texture_buffer_object
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Brian Paulmesa: remove GL_SGI_texture_color_table support
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-27 Ian RomanickTrack separate programs for each stage
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-01 Ian RomanickARB_texture_rg: Handle RED and RG the same as RGB for...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-11 Brian Paulmesa: rename src/mesa/shader/ to src/mesa/program/
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-02-19 Kristian HøgsbergReplace the _mesa_*printf() wrappers with the plain...
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-02-03 Brian Paulmesa: increase number of texture units to MAX_COMBINED_...
2010-02-03 Brian Paulmesa: add out of bounds assertions for accessing textur...
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-28 Brian Paulmesa: more info in glActiveTexture error msg
2010-01-23 Dave AirlieMerge branch 'arb_half_float_vertex'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-18 Vinson Leemesa: Remove unnecessary headers from texstate.c.
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-21 Keith WhitwellMerge commit 'origin/master' into i965g-restart
2009-12-12 Michal KrolMerge branch 'master' into glsl-pp-rework-2
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
next