Re: [Mesa-dev] [PATCH v2 05/31] glsl: process bindless/bound layout qualifiers

2017-04-26 Thread Nicolai Hähnle
On 24.04.2017 12:35, Samuel Pitoiset wrote: This adds bindless_sampler and bound_sampler (and respectively bindless_image and bound_image) to the parser. Signed-off-by: Samuel Pitoiset --- src/compiler/glsl/ast.h | 8 src/compiler/glsl/ast_to_hir.cpp | 65 +++

Re: [Mesa-dev] [PATCH v2 05/31] glsl: process bindless/bound layout qualifiers

2017-04-25 Thread Timothy Arceri
On 24/04/17 20:35, Samuel Pitoiset wrote: This adds bindless_sampler and bound_sampler (and respectively bindless_image and bound_image) to the parser. Signed-off-by: Samuel Pitoiset --- src/compiler/glsl/ast.h | 8 src/compiler/glsl/ast_to_hir.cpp | 65 +

[Mesa-dev] [PATCH v2 05/31] glsl: process bindless/bound layout qualifiers

2017-04-24 Thread Samuel Pitoiset
This adds bindless_sampler and bound_sampler (and respectively bindless_image and bound_image) to the parser. Signed-off-by: Samuel Pitoiset --- src/compiler/glsl/ast.h | 8 src/compiler/glsl/ast_to_hir.cpp | 65 src/compiler/glsl/a