Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Fix copy'n'wasted ir_noop_swizzle conditions. | Eric Anholt | 2010-09-22 | 1 | -2/+2 |
| | | | | It considered .xyyy a noop for vec4 instead of .xyzw, and similar for vec3. | ||||
* | glsl2: Add a pass to strip out noop swizzles. | Eric Anholt | 2010-08-13 | 1 | -0/+80 |
With the glsl2-965 branch, the optimization of glsl-algebraic-rcp-rcp regressed due to noop swizzles hiding information from ir_algebraic. This cleans up those noop swizzles for us. |