Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-21 | glsl: Add parameter to .equals() to ignore an IR type. | Matt Turner | 1 | -29/+31 | |
Only implemented for ir_swizzles currently, but perhaps will be useful for other IR types in the future. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> | |||||
2013-11-15 | glsl: Move the CSE equality functions to the ir class. | Eric Anholt | 1 | -0/+198 | |
I want to reuse them in opt_algebraic. v2: Merge in Chris Forbes's break fix. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> |