index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
texstate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the ATI_envmap_bumpmap extension
Jason Ekstrand
2014-06-30
1
-15
/
+0
*
mesa: Add a _BoundTextures field in gl_texture_unit
Fredrik Höglund
2014-05-02
1
-0
/
+3
*
mesa: Move declaration to top of block.
José Fonseca
2014-05-01
1
-1
/
+2
*
mesa: Track maximum CurrentTexUnit to reduce glDeleteTextures() overhead.
Eric Anholt
2014-04-30
1
-0
/
+6
*
mesa: Rewrite shader-based texture image state updates.
Eric Anholt
2014-04-30
1
-49
/
+73
*
mesa: Split the shader texture update logic from fixed function.
Eric Anholt
2014-04-30
1
-90
/
+160
*
mesa: Finish removing the _ReallyEnabled field.
Eric Anholt
2014-04-30
1
-5
/
+1
*
mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.
Eric Anholt
2014-04-30
1
-1
/
+1
*
mesa: Ensure that (unit->_Current != 0) == (unit->_ReallyEnabled != 0).
Eric Anholt
2014-04-30
1
-0
/
+2
*
mesa: Drop _EnabledUnits.
Eric Anholt
2014-04-30
1
-4
/
+0
*
mesa: Track max enabled tex image unit
Chris Forbes
2014-04-21
1
-0
/
+2
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-3
/
+3
*
mesa: Change redundant code into loops in texstate.c.
Paul Berry
2014-01-21
1
-46
/
+29
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
1
-9
/
+9
*
mesa: Validate image units when the texture state changes.
Francisco Jerez
2014-01-15
1
-0
/
+3
*
mesa: Always use seamless cubemap filtering in GLES3
Ian Romanick
2013-09-08
1
-0
/
+8
*
mesa: account for geometry shader texture fetches in update_texture_state
Bryan Cain
2013-08-01
1
-5
/
+13
*
mesa: Remove broken assertion about enabled texture targets.
Kenneth Graunke
2013-07-29
1
-4
/
+2
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-1
/
+1
*
mesa: add texobj support for ARB_texture_multisample
Chris Forbes
2013-03-02
1
-0
/
+2
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-3
/
+0
*
mesa: Skip updating texgen when not doing fixed function.
Eric Anholt
2013-01-18
1
-31
/
+39
*
mesa: Don't bother updating ff texture state if we have a fragment shader.
Eric Anholt
2013-01-18
1
-1
/
+2
*
mesa: Drop a comment about ff vertex shading and texturing.
Eric Anholt
2013-01-18
1
-5
/
+0
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-2
/
+2
*
mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)
Dave Airlie
2012-11-09
1
-0
/
+1
*
mesa: Fix a crash in update_texture_state() for external texture type
Abdiel Janulgue
2012-10-15
1
-0
/
+7
*
mesa: remove FEATURE_ARB_sampler_objects define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: Move DepthMode to texture object
Pauli Nieminen
2012-08-01
1
-1
/
+1
*
mesa: Handle updating texture state for buffer textures.
Eric Anholt
2012-04-09
1
-0
/
+4
*
mesa: rework texture completeness testing
Brian Paul
2012-03-20
1
-2
/
+5
*
mesa: fix _mesa_get_fallback_texture() to handle all texture targets
Brian Paul
2012-02-15
1
-2
/
+8
*
mesa: fix proxy texture target initialization
Brian Paul
2012-02-10
1
-7
/
+12
*
mesa: use STATIC_ASSERT in a few more places
Brian Paul
2012-01-10
1
-1
/
+1
*
mesa: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
1
-1
/
+2
*
mesa: Use gl_shader_program::_LinkedShaders instead of FragmentProgram
Ian Romanick
2011-10-07
1
-5
/
+5
*
mesa: Use gl_shader_program::_LinkedShaders instead of VertexProgram
Ian Romanick
2011-10-07
1
-4
/
+4
*
mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...
Ian Romanick
2011-09-06
1
-8
/
+2
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-1
/
+7
*
mesa: init/release the default texture buffer object
Brian Paul
2011-04-06
1
-0
/
+8
*
mesa: core support for GL_ARB_texture_buffer_object
Brian Paul
2011-04-05
1
-1
/
+2
*
mesa: remove GL_SGI_texture_color_table support
Brian Paul
2011-02-28
1
-3
/
+0
*
Track separate programs for each stage
Ian Romanick
2010-10-27
1
-14
/
+19
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-11
/
+11
*
ARB_texture_rg: Handle RED and RG the same as RGB for tex env
Ian Romanick
2010-10-01
1
-0
/
+6
[next]