summaryrefslogtreecommitdiffstats
path: root/src/glsl/lower_output_reads.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: move variables in to ir_variable::data, part ITapani Pälli2013-12-121-1/+1
* glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt2013-09-231-0/+4
* glsl: add ir_emit_vertex and ir_end_primitive instruction typesBryan Cain2013-08-011-1/+12
* glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry2013-01-241-2/+2
* glsl: add new variable declaration in function body in lower_output_readVincent Lejeune2012-12-051-0/+1
* glsl: fix variable ordering in the output_read_removerVadim Girlin2012-04-091-1/+17
* glsl: Add a lowering pass to remove reads of shader output variables.Vincent Lejeune2012-01-061-0/+141