Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Add parameter to .equals() to ignore an IR type. | Matt Turner | 2014-01-21 | 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 <[email protected]> | ||||
* | glsl: Move the CSE equality functions to the ir class. | Eric Anholt | 2013-11-15 | 1 | -0/+198 |
I want to reuse them in opt_algebraic. v2: Merge in Chris Forbes's break fix. Reviewed-by: Jordan Justen <[email protected]> |