Re: [Mesa-dev] [PATCH v2 26/31] glsl: allow bindless samplers/images to be used with constructors

2017-04-26 Thread Nicolai Hähnle
With Timothy's suggestion, patches 24-26: Reviewed-by: Nicolai Hähnle On 24.04.2017 12:35, Samuel Pitoiset wrote: For the explicit conversions. Signed-off-by: Samuel Pitoiset --- src/compiler/glsl/ast_function.cpp | 3 ++- 1 file changed,

Re: [Mesa-dev] [PATCH v2 26/31] glsl: allow bindless samplers/images to be used with constructors

2017-04-25 Thread Timothy Arceri
On 24/04/17 20:35, Samuel Pitoiset wrote: For the explicit conversions. Signed-off-by: Samuel Pitoiset --- src/compiler/glsl/ast_function.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compiler/glsl/ast_function.cpp

[Mesa-dev] [PATCH v2 26/31] glsl: allow bindless samplers/images to be used with constructors

2017-04-24 Thread Samuel Pitoiset
For the explicit conversions. Signed-off-by: Samuel Pitoiset --- src/compiler/glsl/ast_function.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compiler/glsl/ast_function.cpp b/src/compiler/glsl/ast_function.cpp index