Re: [Mesa-dev] [PATCH 1/2] st/mesa: revalidate image atoms when a texture is updated

2016-06-07 Thread Nicolai Hähnle
Reviewed-by: Nicolai Hähnle On 04.06.2016 19:28, Ilia Mirkin wrote: A texture may be redefined with _NEW_TEXTURE, which might have been bound to a shader image slot. We have to revalidate the image atoms to pick up on the new resource. Signed-off-by: Ilia Mirkin Cc: "12.0" --- src/mesa/sta

[Mesa-dev] [PATCH 1/2] st/mesa: revalidate image atoms when a texture is updated

2016-06-04 Thread Ilia Mirkin
A texture may be redefined with _NEW_TEXTURE, which might have been bound to a shader image slot. We have to revalidate the image atoms to pick up on the new resource. Signed-off-by: Ilia Mirkin Cc: "12.0" --- src/mesa/state_tracker/st_atom_image.c | 12 ++-- 1 file changed, 6 insertion