summaryrefslogtreecommitdiff
path: root/src/glsl/opt_array_splitting.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-07-01glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner1-3/+1
2014-07-01glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner1-8/+5
2014-02-22glsl: Add a file argument to the IR printer.Eric Anholt1-1/+1
2014-01-13glsl: Convert piles of foreach_iter to foreach_list_safe.Kenneth Graunke1-2/+2
2014-01-13glsl: Convert piles of foreach_iter to the newer foreach_list macro.Kenneth Graunke1-6/+6
2013-12-12glsl: move variables in to ir_variable::data, part ITapani Pälli1-2/+2
2013-10-28glsl: Add check for unsized arrays to glsl typesTimothy Arceri1-1/+1
2013-09-23glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt1-0/+5
2013-06-21glsl: Remove ir_print_visitor.h includes and usageEric Anholt1-1/+0
2012-04-19glsl: Don't allow array splitting on function arguments.Eric Anholt1-1/+17
2012-04-19glsl: Rename the "whole_array_access" member in array splitting.Eric Anholt1-11/+15
2012-04-19glsl: Fix up a comment explaining what a visitor class does.Eric Anholt1-1/+4
2012-04-19glsl: Use the column_types() helper method.Eric Anholt1-2/+1
2012-04-18glsl: Remove unused mem_ctx field from ir_array_splitting_visitor.Kenneth Graunke1-1/+0
2012-04-11glsl: Extend the array splitting optimization pass to matrices.Eric Anholt1-11/+18
2012-04-11glsl: Add an array splitting pass.Eric Anholt1-0/+377