| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Use typed foreach_in_list_safe instead of foreach_list_safe. | Matt Turner | 2014-07-01 | 1 | -3/+1 |
* | glsl: Use typed foreach_in_list instead of foreach_list. | Matt Turner | 2014-07-01 | 1 | -8/+5 |
* | glsl: Add a file argument to the IR printer. | Eric Anholt | 2014-02-22 | 1 | -1/+1 |
* | glsl: Convert piles of foreach_iter to foreach_list_safe. | Kenneth Graunke | 2014-01-13 | 1 | -2/+2 |
* | glsl: Convert piles of foreach_iter to the newer foreach_list macro. | Kenneth Graunke | 2014-01-13 | 1 | -6/+6 |
* | glsl: move variables in to ir_variable::data, part I | Tapani Pälli | 2013-12-12 | 1 | -2/+2 |
* | glsl: Add check for unsized arrays to glsl types | Timothy Arceri | 2013-10-28 | 1 | -1/+1 |
* | glsl: Hide many classes local to individual .cpp files in anon namespaces. | Eric Anholt | 2013-09-23 | 1 | -0/+5 |
* | glsl: Remove ir_print_visitor.h includes and usage | Eric Anholt | 2013-06-21 | 1 | -1/+0 |
* | glsl: Don't allow array splitting on function arguments. | Eric Anholt | 2012-04-19 | 1 | -1/+17 |
* | glsl: Rename the "whole_array_access" member in array splitting. | Eric Anholt | 2012-04-19 | 1 | -11/+15 |
* | glsl: Fix up a comment explaining what a visitor class does. | Eric Anholt | 2012-04-19 | 1 | -1/+4 |
* | glsl: Use the column_types() helper method. | Eric Anholt | 2012-04-19 | 1 | -2/+1 |
* | glsl: Remove unused mem_ctx field from ir_array_splitting_visitor. | Kenneth Graunke | 2012-04-18 | 1 | -1/+0 |
* | glsl: Extend the array splitting optimization pass to matrices. | Eric Anholt | 2012-04-11 | 1 | -11/+18 |
* | glsl: Add an array splitting pass. | Eric Anholt | 2012-04-11 | 1 | -0/+377 |