summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_structure_splitting.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl2: Add a generic visitor class to call back with pointers to each rvalue.Eric Anholt2010-08-131-103/+6
* glsl2: add cast to silence warningBrian Paul2010-08-111-1/+1
* glsl: fix missing return in ir_structure_splittingAras Pranckevicius2010-08-091-0/+1
* glsl2: Handle plain variable copies in struct splitting.Eric Anholt2010-08-081-3/+51
* ir_structure_splitting: Massive fixing to this.Eric Anholt2010-08-051-9/+34
* ir_structure_splitting: New pass to chop structures into their components.Eric Anholt2010-08-051-0/+378