summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/opt_copy_propagation.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-18glsl: use set for copy propagation killsTimothy Arceri1-37/+28
2017-01-17glsl: Make copy propagation not panic when it sees an intrinsic.Kenneth Graunke1-4/+27
2016-10-31glsl: use the linear allocator in opt_copy_propagationMarek Olšák1-1/+6
2016-09-09glsl: use hash instead of exec_list in copy propagationTapani Pälli1-51/+41
2016-07-29glsl: fix uninitialized instance variableJan Ziak1-0/+1
2016-06-06glsl: Make opt_copy_propagation actually propagate into loops.Kenneth Graunke1-6/+24
2016-04-12glsl: Don't copy propagate or tree graft precise values.Kenneth Graunke1-1/+2
2016-01-26glsl: move to compiler/Emil Velikov1-0/+352