Re: [Mesa-dev] [PATCH] st/mesa: check that the image unit is valid in st_bind_images

2016-03-11 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Fri, Mar 11, 2016 at 12:27 AM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > --- > src/mesa/state_tracker/st_atom_image.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/mesa/state_tracker/st_atom_image.c > b/src/mesa/state_

[Mesa-dev] [PATCH] st/mesa: check that the image unit is valid in st_bind_images

2016-03-10 Thread Nicolai Hähnle
From: Nicolai Hähnle --- src/mesa/state_tracker/st_atom_image.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/state_tracker/st_atom_image.c b/src/mesa/state_tracker/st_atom_image.c index d0f0c42..bf7486b 100644 --- a/src/mesa/state_tracker/st_atom_image.c +++ b/