Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: move variables in to ir_variable::data, part I | Tapani Pälli | 2013-12-12 | 1 | -1/+1 |
* | glsl: Hide many classes local to individual .cpp files in anon namespaces. | Eric Anholt | 2013-09-23 | 1 | -0/+4 |
* | glsl: add ir_emit_vertex and ir_end_primitive instruction types | Bryan Cain | 2013-08-01 | 1 | -1/+12 |
* | glsl: Eliminate ambiguity between function ins/outs and shader ins/outs | Paul Berry | 2013-01-24 | 1 | -2/+2 |
* | glsl: add new variable declaration in function body in lower_output_read | Vincent Lejeune | 2012-12-05 | 1 | -0/+1 |
* | glsl: fix variable ordering in the output_read_remover | Vadim Girlin | 2012-04-09 | 1 | -1/+17 |
* | glsl: Add a lowering pass to remove reads of shader output variables. | Vincent Lejeune | 2012-01-06 | 1 | -0/+141 |