summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_constant_propagation.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: "Copyright", not "Constantright"Kenneth Graunke2010-09-281-1/+1
* glsl: Rework assignments with write_masks to have LHS chan count match RHS.Eric Anholt2010-09-221-4/+12
* glsl2: Allow copy / constant propagation into array indicesIan Romanick2010-09-031-12/+6
* glsl2: Convert ir_constant_propagation to ir_rvalue_visitor.Eric Anholt2010-08-131-55/+9
* glsl2: Add constant propagation.Eric Anholt2010-08-091-0/+481