aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/opt_dead_code_local.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Move 'foo = foo;' optimization to opt_dead_code_localIan Romanick2017-10-021-0/+11
* glsl: handle partial swizzles in opt_dead_code_local correctlyMarek Olšák2016-11-101-3/+6
* glsl: use the linear allocator in opt_dead_code_localMarek Olšák2016-10-311-3/+9
* glsl: move to compiler/Emil Velikov2016-01-261-0/+336