summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/lower_output_reads.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-16glsl: avoid treating fb fetches as output reads to be loweredIlia Mirkin1-1/+1
2016-11-21glsl/lower_output_reads: remove unused mem_ctxNicolai Hähnle1-4/+0
2016-11-21glsl/lower_output_reads: bail early in tessellation control shadersNicolai Hähnle1-2/+6
2016-11-21glsl/lower_output_reads: fix geometry shader output handling with conditional...Nicolai Hähnle1-1/+0
2016-09-12glsl: Convert output read lowering to the util hash tableThomas Helland1-8/+9
2016-01-26glsl: move to compiler/Emil Velikov1-0/+178