summaryrefslogtreecommitdiffstats
path: root/src/glsl/opt_array_splitting.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Fix crash due to negative array indexAnuj Phogat2014-10-221-1/+1
* glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner2014-07-011-3/+1
* glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-011-8/+5
* glsl: Add a file argument to the IR printer.Eric Anholt2014-02-221-1/+1
* glsl: Convert piles of foreach_iter to foreach_list_safe.Kenneth Graunke2014-01-131-2/+2
* glsl: Convert piles of foreach_iter to the newer foreach_list macro.Kenneth Graunke2014-01-131-6/+6
* glsl: move variables in to ir_variable::data, part ITapani Pälli2013-12-121-2/+2
* glsl: Add check for unsized arrays to glsl typesTimothy Arceri2013-10-281-1/+1
* glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt2013-09-231-0/+5
* glsl: Remove ir_print_visitor.h includes and usageEric Anholt2013-06-211-1/+0
* 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