Re: [Mesa-dev] [PATCH v2 07/31] glsl: allow bindless samplers/images as shader outputs

2017-04-26 Thread Samuel Pitoiset
On 04/26/2017 06:00 AM, Timothy Arceri wrote: On 26/04/17 12:21, Timothy Arceri wrote: On 24/04/17 20:35, Samuel Pitoiset wrote: Signed-off-by: Samuel Pitoiset --- src/compiler/glsl/ast_to_hir.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

Re: [Mesa-dev] [PATCH v2 07/31] glsl: allow bindless samplers/images as shader outputs

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

Re: [Mesa-dev] [PATCH v2 07/31] glsl: allow bindless samplers/images as shader outputs

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

[Mesa-dev] [PATCH v2 07/31] glsl: allow bindless samplers/images as shader outputs

2017-04-24 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- src/compiler/glsl/ast_to_hir.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compiler/glsl/ast_to_hir.cpp b/src/compiler/glsl/ast_to_hir.cpp index 85015e140e..e4b076f700 100644 ---