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_sampler_view.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: stop using pipe_sampler_view_release()
Brian Paul
2019-03-17
1
-3
/
+3
*
st/mesa: implement "zombie" sampler views (v2)
Brian Paul
2019-03-17
1
-4
/
+17
*
st/mesa: minor refactoring of texture/sampler delete code
Brian Paul
2019-03-11
1
-3
/
+8
*
st/mesa: rename st_texture_release_sampler_view()
Brian Paul
2019-03-11
1
-2
/
+2
*
st/mesa: add/improve sampler view comments
Brian Paul
2019-03-11
1
-2
/
+8
*
st/mesa: whitespace fixes in st_sampler_view.c
Brian Paul
2019-03-04
1
-6
/
+10
*
st/mesa: guard sampler views changes with a mutex
Nicolai Hähnle
2017-11-09
1
-78
/
+192
*
gallium: clarify the constraints on sampler_view_destroy
Nicolai Hähnle
2017-11-09
1
-1
/
+0
*
st/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT for samplers used with tex...
Nicolai Hähnle
2017-10-11
1
-7
/
+12
*
st/mesa: store state that affects sampler views per context
Nicolai Hähnle
2017-10-11
1
-21
/
+28
*
st/mesa: fix import of EGL images with non-zero level or layer
Nicolai Hähnle
2017-10-10
1
-6
/
+10
*
st/mesa: unify fail paths for update_single_texture
Marek Olšák
2017-06-22
1
-4
/
+0
*
st/mesa: don't call u_sampler_view_default_template for sampler views
Marek Olšák
2017-06-22
1
-1
/
+2
*
st/mesa: always set sampler swizzle according to the texture base format
Marek Olšák
2017-06-22
1
-32
/
+9
*
st/mesa: samplers only need to track whether GLSL >= 130
Marek Olšák
2017-06-22
1
-11
/
+12
*
st/mesa: simplify get_texture_format_swizzle
Marek Olšák
2017-06-22
1
-23
/
+20
*
st/mesa: add an entirely separate codepath for setting up buffer views
Marek Olšák
2017-06-22
1
-73
/
+101
*
st/mesa: make st_texture_get_sampler_view() static
Samuel Pitoiset
2017-01-30
1
-1
/
+1
*
st/mesa: silence warnings in optimized builds
Nicolai Hähnle
2016-11-18
1
-2
/
+2
*
st/mesa: fix the layer of VDPAU surface samplers
Nicolai Hähnle
2016-11-04
1
-4
/
+11
*
st/mesa: move all sampler view code into new st_sampler_view.[ch] files
Brian Paul
2016-10-06
1
-0
/
+495