summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/opt_dead_builtin_varyings.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-24glsl: Don't attempt to do dead varying elimination on gl_LastFragData arrays.Francisco Jerez1-3/+4
2016-08-10Re-apply "glsl: don't try to lower non-gl builtins as if they were gl_FragData"Ilia Mirkin1-1/+2
2016-08-08Revert "glsl: don't try to lower non-gl builtins as if they were gl_FragData"Marek Olšák1-2/+1
2016-07-26glsl: Separate overlapping sentinel nodes in exec_list.Matt Turner1-1/+1
2016-07-05glsl: don't try to lower non-gl builtins as if they were gl_FragDataIlia Mirkin1-1/+2
2016-06-30glsl/mesa: split gl_shader in twoTimothy Arceri1-5/+6
2016-06-21glsl: only match gl_FragData and not gl_SecondaryFragDataEXTIlia Mirkin1-2/+5
2016-01-26glsl: move to compiler/Emil Velikov1-0/+606