summaryrefslogtreecommitdiffstats
path: root/src/glsl/opt_array_splitting.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Don't allow array splitting on function arguments.Eric Anholt2012-04-191-1/+17
* glsl: Rename the "whole_array_access" member in array splitting.Eric Anholt2012-04-191-11/+15
* glsl: Fix up a comment explaining what a visitor class does.Eric Anholt2012-04-191-1/+4
* glsl: Use the column_types() helper method.Eric Anholt2012-04-191-2/+1
* glsl: Remove unused mem_ctx field from ir_array_splitting_visitor.Kenneth Graunke2012-04-181-1/+0
* glsl: Extend the array splitting optimization pass to matrices.Eric Anholt2012-04-111-11/+18
* glsl: Add an array splitting pass.Eric Anholt2012-04-111-0/+377