nir: Conditionalize the POW reconstruction on shader compiler options.
[mesa.git] / src / glsl / nir / nir_opt_algebraic.py
2015-02-18 Eric Anholtnir: Conditionalize the POW reconstruction on shader...
2015-02-11 Matt Turnernir: Recognize open-coded fmin/fmax.
2015-02-11 Eric Anholtnir: Add algebraic opt for int comparisons with identic...
2015-02-06 Eric Anholtnir: Fix broken fsat recognizer.
2015-01-30 Jason Ekstrandnir/opt_algebraic: Add some constant bcsel reductions
2015-01-30 Jason Ekstrandnir/opt_algebraic: Add some boolean simplifications
2015-01-30 Jason Ekstrandnir/algebraic: Support specifying variable as constant...
2015-01-29 Eric Anholtnir: Add variants of some of the comparison simplificat...
2015-01-23 Kenneth Graunkenir: Add algebraic optimizations for division and recip...
2015-01-23 Kenneth Graunkenir: Add algebraic optimizations for exponential/logari...
2015-01-23 Kenneth Graunkenir: Add algebraic optimizations for simplifying compar...
2015-01-23 Kenneth Graunkenir: Add algebraic optimizations for pointless shifts.
2015-01-23 Kenneth Graunkenir: Add a bunch of algebraic optimizations on logic...
2015-01-15 Jason Ekstrandnir: Add an algebraic optimization pass