Re: [Mesa-dev] [PATCH] glsl: make sure that texture(bias) variants are only exposed in fs

2016-05-13 Thread Nicolai Hähnle
Thanks! Reviewed-by: Nicolai Hähnle On 13.05.2016 00:12, Ilia Mirkin wrote: Many were already marked as fs_only, but not all. This fixes the remaining ir_txb entries. Signed-off-by: Ilia Mirkin --- src/compiler/glsl/builtin_functions.cpp | 74 - 1 file chan

Re: [Mesa-dev] [PATCH] glsl: make sure that texture(bias) variants are only exposed in fs

2016-05-12 Thread Kenneth Graunke
On Friday, May 13, 2016 1:12:20 AM PDT Ilia Mirkin wrote: > Many were already marked as fs_only, but not all. This fixes the > remaining ir_txb entries. > > Signed-off-by: Ilia Mirkin > --- > src/compiler/glsl/builtin_functions.cpp | 74 +++ +- > 1 file changed, 37 in

[Mesa-dev] [PATCH] glsl: make sure that texture(bias) variants are only exposed in fs

2016-05-12 Thread Ilia Mirkin
Many were already marked as fs_only, but not all. This fixes the remaining ir_txb entries. Signed-off-by: Ilia Mirkin --- src/compiler/glsl/builtin_functions.cpp | 74 - 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/src/compiler/glsl/builtin_func