summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstate.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-02mesa: Add a _BoundTextures field in gl_texture_unitFredrik Höglund1-0/+3
2014-05-01mesa: Move declaration to top of block.José Fonseca1-1/+2
2014-04-30mesa: Track maximum CurrentTexUnit to reduce glDeleteTextures() overhead.Eric Anholt1-0/+6
2014-04-30mesa: Rewrite shader-based texture image state updates.Eric Anholt1-49/+73
2014-04-30mesa: Split the shader texture update logic from fixed function.Eric Anholt1-90/+160
2014-04-30mesa: Finish removing the _ReallyEnabled field.Eric Anholt1-5/+1
2014-04-30mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt1-1/+1
2014-04-30mesa: Ensure that (unit->_Current != 0) == (unit->_ReallyEnabled != 0).Eric Anholt1-0/+2
2014-04-30mesa: Drop _EnabledUnits.Eric Anholt1-4/+0
2014-04-21mesa: Track max enabled tex image unitChris Forbes1-0/+2
2014-03-25mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut1-3/+3
2014-01-21mesa: Change redundant code into loops in texstate.c.Paul Berry1-46/+29
2014-01-21mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...Paul Berry1-9/+9
2014-01-15mesa: Validate image units when the texture state changes.Francisco Jerez1-0/+3
2013-09-08mesa: Always use seamless cubemap filtering in GLES3Ian Romanick1-0/+8
2013-08-01mesa: account for geometry shader texture fetches in update_texture_stateBryan Cain1-5/+13
2013-07-29mesa: Remove broken assertion about enabled texture targets.Kenneth Graunke1-4/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-1/+1
2013-03-02mesa: add texobj support for ARB_texture_multisampleChris Forbes1-0/+2
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-3/+0
2013-01-18mesa: Skip updating texgen when not doing fixed function.Eric Anholt1-31/+39
2013-01-18mesa: Don't bother updating ff texture state if we have a fragment shader.Eric Anholt1-1/+2
2013-01-18mesa: Drop a comment about ff vertex shading and texturing.Eric Anholt1-5/+0
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-2/+2
2012-11-09mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie1-0/+1
2012-10-15mesa: Fix a crash in update_texture_state() for external texture typeAbdiel Janulgue1-0/+7
2012-09-15mesa: remove FEATURE_ARB_sampler_objects define.Oliver McFadden1-2/+0
2012-08-01mesa: Move DepthMode to texture objectPauli Nieminen1-1/+1
2012-04-09mesa: Handle updating texture state for buffer textures.Eric Anholt1-0/+4
2012-03-20mesa: rework texture completeness testingBrian Paul1-2/+5
2012-02-15mesa: fix _mesa_get_fallback_texture() to handle all texture targetsBrian Paul1-2/+8
2012-02-10mesa: fix proxy texture target initializationBrian Paul1-7/+12
2012-01-10mesa: use STATIC_ASSERT in a few more placesBrian Paul1-1/+1
2011-11-03mesa: add support for GL_OES_EGL_image_externalChia-I Wu1-1/+2
2011-10-07mesa: Use gl_shader_program::_LinkedShaders instead of FragmentProgramIan Romanick1-5/+5
2011-10-07mesa: Use gl_shader_program::_LinkedShaders instead of VertexProgramIan Romanick1-4/+4
2011-09-06mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...Ian Romanick1-8/+2
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-1/+7
2011-04-06mesa: init/release the default texture buffer objectBrian Paul1-0/+8
2011-04-05mesa: core support for GL_ARB_texture_buffer_objectBrian Paul1-1/+2
2011-02-28mesa: remove GL_SGI_texture_color_table supportBrian Paul1-3/+0
2010-10-27Track separate programs for each stageIan Romanick1-14/+19
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-11/+11
2010-10-01ARB_texture_rg: Handle RED and RG the same as RGB for tex envIan Romanick1-0/+6
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-1/+1