summaryrefslogtreecommitdiff
path: root/ir_constant_variable.cpp
AgeCommit message (Collapse)Author
2010-06-09Remove linux_list in favor of exec_list.Kenneth Graunke
2010-06-01ir_constant_variable: New pass to mark constant-assigned variables constant.Eric Anholt
This removes a bunch of gratuitous moving around of constant values from constructors. Makes a shader ir I was looking at for structure handling almost readable.