| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: don't eliminate subroutine types. | Dave Airlie | 2015-07-23 | 1 | -0/+3 |
* | glsl: Do not kill dead assignments to buffer variables or SSBO declarations. | Iago Toral Quiroga | 2015-07-14 | 1 | -3/+6 |
* | mesa: rename is_in_uniform_block to is_in_buffer_block | Iago Toral Quiroga | 2015-07-14 | 1 | -1/+1 |
* | glsl: Do not eliminate 'shared' or 'std140' blocks or block members | Ian Romanick | 2014-08-04 | 1 | -4/+25 |
* | util: Move the open-addressing linear-probing hash_table to src/util. | Kenneth Graunke | 2014-08-04 | 1 | -1/+1 |
* | glsl: Use typed foreach_in_list instead of foreach_list. | Matt Turner | 2014-07-01 | 1 | -4/+2 |
* | glsl: Convert piles of foreach_iter to the newer foreach_list macro. | Kenneth Graunke | 2014-01-13 | 1 | -5/+4 |
* | glsl: move variables in to ir_variable::data, part I | Tapani Pälli | 2013-12-12 | 1 | -4/+4 |
* | glsl: Allow elimination of uniform block members | Ian Romanick | 2013-01-25 | 1 | -6/+1 |
* | glsl: Add ir_variable::is_in_uniform_block predicate | Ian Romanick | 2013-01-25 | 1 | -1/+1 |
* | glsl: Eliminate ambiguity between function ins/outs and shader ins/outs | Paul Berry | 2013-01-24 | 1 | -3/+4 |
* | mesa: Use the new hash table for the variable refcount visitor. | Eric Anholt | 2012-12-07 | 1 | -2/+4 |
* | glsl: Don't dead-code eliminiate uniforms declared in uniform blocks. | Eric Anholt | 2012-07-20 | 1 | -1/+7 |
* | glsl: Convert ir_call to be a statement rather than a value. | Kenneth Graunke | 2012-04-02 | 1 | -2/+1 |
* | glsl: Rename class variable_entry to ir_variable_refcount_entry. | Kenneth Graunke | 2012-01-30 | 1 | -1/+1 |
* | glsl: Add uniform_locations_assigned parameter to do_dead_code opt pass | Ian Romanick | 2011-10-25 | 1 | -4/+10 |
* | Use C-style system headers in C++ code to avoid issues with std:: namespace | Ian Romanick | 2011-02-21 | 1 | -2/+0 |
* | glsl: Add using statements for standard library functions. | Vinson Lee | 2011-02-03 | 1 | -0/+2 |
* | glsl: Fix Doxygen tag \file in recently renamed files | Chad Versace | 2010-11-17 | 1 | -1/+1 |
* | glsl: Rename various ir_* files to lower_* and opt_*. | Kenneth Graunke | 2010-11-15 | 1 | -0/+142 |