aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/lower_discard_flow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* glsl: Implement the GLSL 1.30+ discard control flow rule in GLSL IR.Eric Anholt2012-05-141-0/+144
Previously, I tried implementing this in the i965 driver, but did so in a way that violated the intent of the spec, and broke Tropics. Reviewed-by: Kenneth Graunke <[email protected]>