Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |