Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Silence unused parameter warning in propagate_invariance.cpp | Ian Romanick | 2016-12-19 | 1 | -1/+1 |
| | | | | | | | | | | glsl/propagate_invariance.cpp: In member function ‘virtual ir_visitor_status {anonymous}::ir_invariance_propagation_visitor::visit_leave(ir_assignment*)’: glsl/propagate_invariance.cpp:86:63: warning: unused parameter ‘ir’ [-Wunused-parameter] ir_invariance_propagation_visitor::visit_leave(ir_assignment *ir) ^~ Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | glsl: Fix typo in comment | Ian Romanick | 2016-08-30 | 1 | -1/+1 |
| | | | | | | Trivial. Signed-off-by: Ian Romanick <[email protected]> | ||||
* | glsl: Add a pass to propagate the "invariant" and "precise" qualifiers | Jason Ekstrand | 2016-03-23 | 1 | -0/+125 |
Reviewed-by: Francisco Jerez <[email protected]> |