summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/propagate_invariance.cpp
Commit message (Collapse)AuthorAgeFilesLines
* glsl: Fix typo in commentIan Romanick2016-08-301-1/+1
| | | | | | Trivial. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
* glsl: Add a pass to propagate the "invariant" and "precise" qualifiersJason Ekstrand2016-03-231-0/+125
Reviewed-by: Francisco Jerez <currojerez@riseup.net>