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_texture.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: guard sampler views changes with a mutex
Nicolai Hähnle
2017-11-09
1
-4
/
+36
*
st/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT for samplers used with tex...
Nicolai Hähnle
2017-10-11
1
-3
/
+4
*
st/mesa: store state that affects sampler views per context
Nicolai Hähnle
2017-10-11
1
-6
/
+14
*
st/mesa: whitespace fix
Nicolai Hähnle
2017-10-10
1
-1
/
+1
*
st/mesa: fix import of EGL images with non-zero level or layer
Nicolai Hähnle
2017-10-10
1
-3
/
+12
*
st/mesa: also clamp and quantize per-unit lod bias
Marek Olšák
2017-07-26
1
-0
/
+1
*
st/mesa: samplers only need to track whether GLSL >= 130
Marek Olšák
2017-06-22
1
-2
/
+2
*
st/mesa: don't return an error from update_single_texture
Marek Olšák
2017-06-22
1
-1
/
+1
*
st/mesa: make bindless samplers/images bound to units resident
Samuel Pitoiset
2017-06-14
1
-0
/
+8
*
st/mesa: add infrastructure for storing bound texture/image handles
Samuel Pitoiset
2017-06-14
1
-0
/
+5
*
st/mesa: add st_convert_image_from_unit() helper
Samuel Pitoiset
2017-06-14
1
-0
/
+5
*
st/mesa: make convert_sampler_from_unit() non-static
Samuel Pitoiset
2017-06-14
1
-0
/
+5
*
st/mesa: make update_single_texture() non-static
Samuel Pitoiset
2017-06-14
1
-0
/
+5
*
st/mesa: skip texture validation logic when nothing has changed
Timothy Arceri
2017-06-13
1
-0
/
+9
*
st/mesa: add st_convert_sampler()
Samuel Pitoiset
2017-04-18
1
-0
/
+6
*
gallium: decrease the size of pipe_resource - 64 -> 48 bytes
Marek Olšák
2017-04-04
1
-7
/
+7
*
st/mesa: add st_convert_image()
Samuel Pitoiset
2017-04-03
1
-0
/
+4
*
st/mesa: fix the layer of VDPAU surface samplers
Nicolai Hähnle
2016-11-04
1
-0
/
+9
*
st/mesa: move all sampler view code into new st_sampler_view.[ch] files
Brian Paul
2016-10-06
1
-34
/
+0
*
st/mesa: optimize pipe_sampler_view validation
Brian Paul
2016-10-06
1
-0
/
+5
*
mesa/st: support lowering multi-planar YUV
Rob Clark
2016-09-26
1
-0
/
+21
*
st/mesa: provide GL_OES_copy_image support by caching the original ETC data
Ilia Mirkin
2016-08-12
1
-1
/
+6
*
st/mesa: refactor duplicated etc fallback checks
Ilia Mirkin
2016-08-12
1
-0
/
+3
*
st/mesa: directly compute level=0 texture size in st_finalize_texture
Nicolai Hähnle
2016-06-08
1
-6
/
+0
*
st/mesa: drop unused texture function
Dave Airlie
2015-03-09
1
-10
/
+0
*
mesa/st: remove unused TexData
Dave Airlie
2015-03-09
1
-6
/
+0
*
st/mesa: replace INLINE with inline
Brian Paul
2015-02-26
1
-8
/
+8
*
st/mesa: use new _mesa_base_tex_image() helper
Brian Paul
2015-01-05
1
-0
/
+6
*
st/mesa: use pipe_sampler_view_release for releasing sampler views
Marek Olšák
2014-10-16
1
-1
/
+2
*
st/mesa: add st_context parameter to st_mesa_format_to_pipe_format
Marek Olšák
2014-08-11
1
-1
/
+2
*
st/mesa: add support for ETC2 formats
Marek Olšák
2014-08-11
1
-1
/
+11
*
st/mesa: properly implement MapTextureImage with multiple mapped slices (v2)
Marek Olšák
2014-04-10
1
-3
/
+8
*
st/mesa: fix sampler_view REALLOC/FREE macro mix-up
Brian Paul
2014-04-10
1
-0
/
+3
*
st/mesa: improve sampler view handling
Christian König
2014-04-04
1
-3
/
+13
*
st/mesa: fix sampler view handling with shared textures v4
Christian König
2014-03-26
1
-0
/
+4
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
st/mesa: add const qualifiers in sampler validation code
Brian Paul
2013-12-13
1
-0
/
+6
*
st/mesa: handle texture_from_pixmap and other surface-based textures correctly
Marek Olšák
2013-05-15
1
-2
/
+8
*
st/mesa: add support for ARB_texture_multisample (v3)
Dave Airlie
2013-04-11
1
-0
/
+1
*
st/mesa: fix CopyTexSubImage fallback for 1D array textures
Marek Olšák
2013-01-04
1
-5
/
+3
*
st/mesa: fix typo: s/patent/parent/
Brian Paul
2012-02-15
1
-1
/
+1
*
st/mesa: simplify st_create_texture_sampler_view()
Brian Paul
2012-02-15
1
-12
/
+9
*
st/mesa: remove unused st_get_texture_sampler_view()
Brian Paul
2012-02-15
1
-16
/
+0
*
st/mesa: completely stop using gl_texture_image::Data
Brian Paul
2011-10-05
1
-1
/
+6
*
st/mesa: remove unnecessary st_texture_match_image() parameters
Brian Paul
2011-09-22
1
-2
/
+1
*
st/mesa: remove st_texture_image::face,level fields
Brian Paul
2011-08-24
1
-5
/
+0
*
st/mesa: replace duplicated create_color_map_texture() function with shared f...
Bryan Cain
2011-08-04
1
-0
/
+4
*
intel: Add support for ARB_sampler_objects.
Eric Anholt
2011-04-23
1
-15
/
+0
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-0
/
+15
*
st/mesa: fix texture array dimensions
Brian Paul
2011-01-28
1
-1
/
+14
[next]