Re: [Mesa-dev] [PATCH v2 25/31] glsl: add is_valid_constructor() helper function

2017-04-25 Thread Timothy Arceri
Patches 24-25 are: Reviewed-by: Timothy Arceri On 24/04/17 20:35, Samuel Pitoiset wrote: This will help for the explicit conversions for sampler and image types as specified by ARB_bindless_texture. Signed-off-by: Samuel Pitoiset ---

[Mesa-dev] [PATCH v2 25/31] glsl: add is_valid_constructor() helper function

2017-04-24 Thread Samuel Pitoiset
This will help for the explicit conversions for sampler and image types as specified by ARB_bindless_texture. Signed-off-by: Samuel Pitoiset --- src/compiler/glsl/ast_function.cpp | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git