summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstate.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use bitmask/ffs to iterate the enabled textures.Mathias Fröhlich2016-06-161-15/+16
* mesa: Use designated bool value to check texture unit completeness.Mathias Fröhlich2016-06-161-1/+4
* mesa: remove _ARB suffix from cube map enumsBrian Paul2016-02-121-1/+1
* mesa: report enum name in glClientActiveTexture() error stringBrian Paul2015-11-051-1/+2
* mesa: Get rid of texture-dependent image unit derived state.Francisco Jerez2015-10-091-3/+0
* mesa: handle no-op cases sooner in _mesa_[Client]ActiveTexture()Brian Paul2015-08-061-10/+10
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-18/+18
* mesa: remove unneeded #include of colormac.hBrian Paul2015-04-011-2/+0
* mesa: include stdio.h where neededBrian Paul2015-03-051-0/+1
* mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-8/+8
* mesa: Fix ctx->Texture.CubeMapSeamlessIago Toral Quiroga2015-02-241-1/+10
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-5/+5
* util: Move Mesa's bitset.h to util/.Eric Anholt2015-02-201-1/+1
* main: Added entry point for BindTextureUnit.Laura Ekstrand2015-01-081-3/+1
* main: Removed trailing whitespaces in texture code.Laura Ekstrand2015-01-081-9/+9
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-15/+0
* mesa: Add a _BoundTextures field in gl_texture_unitFredrik Höglund2014-05-021-0/+3
* mesa: Move declaration to top of block.José Fonseca2014-05-011-1/+2
* mesa: Track maximum CurrentTexUnit to reduce glDeleteTextures() overhead.Eric Anholt2014-04-301-0/+6
* mesa: Rewrite shader-based texture image state updates.Eric Anholt2014-04-301-49/+73
* mesa: Split the shader texture update logic from fixed function.Eric Anholt2014-04-301-90/+160
* mesa: Finish removing the _ReallyEnabled field.Eric Anholt2014-04-301-5/+1
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-301-1/+1
* mesa: Ensure that (unit->_Current != 0) == (unit->_ReallyEnabled != 0).Eric Anholt2014-04-301-0/+2
* mesa: Drop _EnabledUnits.Eric Anholt2014-04-301-4/+0
* mesa: Track max enabled tex image unitChris Forbes2014-04-211-0/+2
* mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut2014-03-251-3/+3
* mesa: Change redundant code into loops in texstate.c.Paul Berry2014-01-211-46/+29
* mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...Paul Berry2014-01-211-9/+9
* mesa: Validate image units when the texture state changes.Francisco Jerez2014-01-151-0/+3
* mesa: Always use seamless cubemap filtering in GLES3Ian Romanick2013-09-081-0/+8
* mesa: account for geometry shader texture fetches in update_texture_stateBryan Cain2013-08-011-5/+13
* mesa: Remove broken assertion about enabled texture targets.Kenneth Graunke2013-07-291-4/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* mesa: add texobj support for ARB_texture_multisampleChris Forbes2013-03-021-0/+2
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-3/+0
* mesa: Skip updating texgen when not doing fixed function.Eric Anholt2013-01-181-31/+39
* mesa: Don't bother updating ff texture state if we have a fragment shader.Eric Anholt2013-01-181-1/+2
* mesa: Drop a comment about ff vertex shading and texturing.Eric Anholt2013-01-181-5/+0
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-2/+2
* mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-091-0/+1
* mesa: Fix a crash in update_texture_state() for external texture typeAbdiel Janulgue2012-10-151-0/+7
* mesa: remove FEATURE_ARB_sampler_objects define.Oliver McFadden2012-09-151-2/+0
* mesa: Move DepthMode to texture objectPauli Nieminen2012-08-011-1/+1
* mesa: Handle updating texture state for buffer textures.Eric Anholt2012-04-091-0/+4