Re: [Mesa-dev] [PATCH v4 38/40] compiler/spirv: move the check for Int8 capability

2019-02-16 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Tue, Feb 12, 2019 at 5:56 AM Iago Toral Quiroga wrote: > So it is right after the checks for the other various Int* capabilities. > --- > src/compiler/spirv/spirv_to_nir.c | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git

[Mesa-dev] [PATCH v4 38/40] compiler/spirv: move the check for Int8 capability

2019-02-12 Thread Iago Toral Quiroga
So it is right after the checks for the other various Int* capabilities. --- src/compiler/spirv/spirv_to_nir.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/compiler/spirv/spirv_to_nir.c b/src/compiler/spirv/spirv_to_nir.c index 1cbc926c818..7e07de2bfc0 100644