Series is
Reviewed-by: Connor Abbott
On Mon, Mar 30, 2015 at 1:12 PM, Eric Anholt wrote:
> Since we have patterns based on b2f, generate them if we see the b2f
> equivalent using an iand. This is common when generating NIR from TGSI.
> ---
> src/glsl/nir/nir_opt_algebraic.py | 1 +
> 1 file c
Since we have patterns based on b2f, generate them if we see the b2f
equivalent using an iand. This is common when generating NIR from TGSI.
---
src/glsl/nir/nir_opt_algebraic.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/glsl/nir/nir_opt_algebraic.py
b/src/glsl/nir/nir_opt_algebrai