Re: [Mesa-dev] [PATCH v3 32/32] glsl: skip tree grafting for sampler and image types

2017-05-04 Thread Timothy Arceri
Nice work :) Everything but patch 4, which I'd like a response on is: Reviewed-by: Timothy Arceri On 03/05/17 06:53, Samuel Pitoiset wrote: From: Nicolai Hähnle v2: - use is_sampler()/is_image() instead (Samuel Pitoiset) Reviewed-by: Samuel

[Mesa-dev] [PATCH v3 32/32] glsl: skip tree grafting for sampler and image types

2017-05-02 Thread Samuel Pitoiset
From: Nicolai Hähnle v2: - use is_sampler()/is_image() instead (Samuel Pitoiset) Reviewed-by: Samuel Pitoiset --- src/compiler/glsl/opt_tree_grafting.cpp | 11 +++ 1 file changed, 11 insertions(+) diff --git