index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_atom_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: completely rewrite state atoms
Marek Olšák
2016-07-30
1
-24
/
+0
*
st/mesa: remove st_tracked_state::name
Marek Olšák
2016-07-30
1
-6
/
+0
*
st/mesa: force depth mode to GL_RED for sized depth/stencil formats
Ilia Mirkin
2016-02-19
1
-9
/
+25
*
st/mesa: apply DepthMode swizzle to stencil texturing as well
Ilia Mirkin
2016-02-17
1
-2
/
+0
*
st/mesa: add state validation for compute shaders
Samuel Pitoiset
2016-02-13
1
-0
/
+26
*
st/mesa: avoid integer overflows with buffers >= 512MB
Ilia Mirkin
2015-09-16
1
-2
/
+2
*
st/mesa: remove st_finalize_textures atom
Marek Olšák
2015-07-29
1
-45
/
+0
*
st/mesa: fix GLSL 1.30 texture shadow functions with the GL_ALPHA depth mode ...
Marek Olšák
2015-07-29
1
-22
/
+52
*
st/mesa: don't ignore texture buffer state changes
Marek Olšák
2015-07-25
1
-5
/
+5
*
st/mesa: remove unused 'samp' function parameters
Brian Paul
2015-07-23
1
-5
/
+3
*
st/mesa: add texture updates for tessellation programs
Ilia Mirkin
2015-07-23
1
-0
/
+52
*
st/mesa: add ARB_texture_stencil8 support (v4)
Dave Airlie
2015-04-23
1
-4
/
+10
*
mesa: create, use new _mesa_texture_base_format() function
Brian Paul
2015-01-05
1
-4
/
+3
*
st/mesa: use new _mesa_base_tex_image() helper
Brian Paul
2015-01-05
1
-1
/
+2
*
mesa/st: NumLayers is only valid for array textures
Ilia Mirkin
2014-09-25
1
-1
/
+1
*
mesa/st: add ARB_texture_view support
Ilia Mirkin
2014-09-12
1
-6
/
+24
*
st/mesa: add st_context parameter to st_mesa_format_to_pipe_format
Marek Olšák
2014-08-11
1
-1
/
+1
*
st/mesa: set sampler_view::last_level correctly
Marek Olšák
2014-06-19
1
-1
/
+10
*
st/mesa: fix geometry shader max texture limit in state validation
Marek Olšák
2014-06-19
1
-1
/
+1
*
st/mesa: remove extra calculation of sampler count
Timothy Arceri
2014-06-07
1
-9
/
+2
*
mesa/st: implement ARB_stencil_texturing
Ilia Mirkin
2014-05-04
1
-0
/
+4
*
st/mesa: improve sampler view handling
Christian König
2014-04-04
1
-29
/
+26
*
st/mesa: overhaul texture / sample swizzle code
Brian Paul
2014-03-27
1
-53
/
+114
*
st/mesa: simplify apply_depthmode()
Brian Paul
2014-03-27
1
-38
/
+47
*
st/mesa: recreate sampler view on context change v3
Christian König
2014-03-24
1
-0
/
+10
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-3
/
+3
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
1
-4
/
+4
*
st/mesa: use pipe_sampler_view_release()
Jonathan Liu
2013-12-22
1
-1
/
+1
*
st/mesa: handle texture_from_pixmap and other surface-based textures correctly
Marek Olšák
2013-05-15
1
-1
/
+2
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
1
-4
/
+4
*
st/mesa: fix texture buffer objects
Marek Olšák
2013-02-13
1
-4
/
+10
*
st/mesa: simplify the update_single_texture() function
Brian Paul
2013-02-04
1
-28
/
+7
*
st/mesa: add support for GL_ARB_texture_buffer_range
Christoph Bumiller
2013-01-30
1
-1
/
+21
*
st/mesa: add texture buffer object support to state tracker (v1.1)
Dave Airlie
2012-12-08
1
-6
/
+12
*
st/mesa: fix sampler view counting
Brian Paul
2012-08-18
1
-2
/
+9
*
st/mesa: add support for GS textures and samplers
Brian Paul
2012-08-16
1
-1
/
+27
*
st/mesa: combine vertex/fragment sampler state in arrays
Brian Paul
2012-08-16
1
-4
/
+4
*
st/mesa: merge fragment/vertex texture update code
Brian Paul
2012-08-06
1
-58
/
+42
*
st/mesa: massage the update_vertex_textures() code
Brian Paul
2012-08-06
1
-4
/
+14
*
st/mesa: rename some vertex/fragment state fields for better consistency
Brian Paul
2012-08-06
1
-8
/
+9
*
gallium: consolidate CSO sampler and sampler_view functions
Brian Paul
2012-08-03
1
-6
/
+8
*
mesa: Move DepthMode to texture object
Pauli Nieminen
2012-08-01
1
-2
/
+2
*
st/mesa: remove INLINE qualifiers
Brian Paul
2012-02-15
1
-2
/
+2
*
st/mesa: remove st_get_default_texture()
Brian Paul
2012-02-15
1
-1
/
+2
*
st/mesa: exit the update fragment samplers/textures loops early.
Dave Airlie
2012-02-09
1
-6
/
+13
*
st/mesa: avoid vertex texture and sampler updates for 0 case
Dave Airlie
2012-02-08
1
-0
/
+3
*
st/mesa: whitespace fixes, 80-column wrapping
Brian Paul
2012-01-12
1
-14
/
+21
*
st/mesa: fix indentation
Morgan Armand
2011-11-07
1
-6
/
+5
*
st/mesa: fix comment language
Brian Paul
2011-07-28
1
-3
/
+3
*
st/mesa: replace st->ctx with ctx
Brian Paul
2011-06-14
1
-13
/
+17
[next]