Re: [Mesa-dev] [PATCH 06/16] mesa: fix active sampler conflict validation

2015-07-21 Thread Samuel Iglesias Gonsálvez
Reviewed-by: Samuel Iglesias Gonsálvez On 18/07/15 03:25, Timothy Arceri wrote: > The type stored in gl_uniform_storage is the type of a single array > element not the array type so size was always 1. > > V2: Dont validate sampler units pointing to 0 > --- > src/mesa/main/uniform_query.cpp | 20

[Mesa-dev] [PATCH 06/16] mesa: fix active sampler conflict validation

2015-07-17 Thread Timothy Arceri
The type stored in gl_uniform_storage is the type of a single array element not the array type so size was always 1. V2: Dont validate sampler units pointing to 0 --- src/mesa/main/uniform_query.cpp | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/mesa