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_image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: ensure that images don't try to reference non-existent levels
Ilia Mirkin
2018-02-27
1
-0
/
+1
*
st/mesa: add an entirely separate codepath for setting up buffer views
Marek Olšák
2017-06-22
1
-8
/
+21
*
st/mesa: add st_convert_image_from_unit() helper
Samuel Pitoiset
2017-06-14
1
-11
/
+22
*
st/mesa: remove struct st_tracked_state
Marek Olšák
2017-05-08
1
-30
/
+6
*
st/mesa: add st_convert_image()
Samuel Pitoiset
2017-04-03
1
-47
/
+59
*
st: Add cubeMapFace parameter to st_finalize_texture.
Michal Srb
2017-04-01
1
-1
/
+1
*
mesa: use gl_program for CurrentProgram rather than gl_shader_program
Timothy Arceri
2017-01-23
1
-30
/
+12
*
st/mesa: pass gl_program to st_bind_images()
Timothy Arceri
2017-01-09
1
-24
/
+22
*
st/mesa/glsl: set num_images directly in shader_info
Timothy Arceri
2017-01-09
1
-6
/
+6
*
st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_program
Timothy Arceri
2017-01-06
1
-1
/
+2
*
gallium: Use enum pipe_shader_type in set_shader_images()
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: change pipe_image_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-8
/
+2
*
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
*
glsl/mesa: split gl_shader in two
Timothy Arceri
2016-06-30
1
-1
/
+1
*
st/mesa: revalidate image atoms when a texture is updated
Ilia Mirkin
2016-06-07
1
-6
/
+6
*
gallium/cso: allow saving the first fragment shader image slot
Nicolai Hähnle
2016-06-01
1
-4
/
+5
*
st/mesa: set image access flags in st_bind_images
Nicolai Hähnle
2016-03-14
1
-0
/
+15
*
st/mesa: check that the image unit is valid in st_bind_images
Nicolai Hähnle
2016-03-11
1
-1
/
+2
*
st/mesa: move dereference after null check
Thomas Hindoe Paaboel Andersen
2016-03-02
1
-1
/
+3
*
st/mesa: set pipe_image_view layers correctly for 3D textures
Nicolai Hähnle
2016-02-15
1
-7
/
+17
*
st/mesa: call st_finalize_texture from image atoms
Nicolai Hähnle
2016-02-15
1
-1
/
+5
*
st/mesa: add an image atom for shader images
Ilia Mirkin
2016-02-15
1
-0
/
+222