summaryrefslogtreecommitdiff
path: root/src/glsl/lower_output_reads.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-12-12glsl: move variables in to ir_variable::data, part ITapani Pälli1-1/+1
2013-09-23glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt1-0/+4
2013-08-01glsl: add ir_emit_vertex and ir_end_primitive instruction typesBryan Cain1-1/+12
2013-01-24glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry1-2/+2
2012-12-05glsl: add new variable declaration in function body in lower_output_readVincent Lejeune1-0/+1
2012-04-09glsl: fix variable ordering in the output_read_removerVadim Girlin1-1/+17
2012-01-06glsl: Add a lowering pass to remove reads of shader output variables.Vincent Lejeune1-0/+141