aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_visitor.h
Commit message (Collapse)AuthorAgeFilesLines
* glsl: add ir_control_flow_visitorLuca Barbieri2010-09-131-0/+17
| | | | | | | | | | This is just a subclass of ir_visitor with empty implementations of all the visit methods for non-control flow nodes. Used to avoid duplicating that in ir_visitor subclasses. ir_hierarchical_visitor is another way to solve this, but is less natural for some applications.
* glsl2: Define new ir_discard instruction.Kenneth Graunke2010-06-301-0/+1
|
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-241-0/+66