glsl: handle case where index is array deref in optimize_split_arrays
[mesa.git] / src / glsl / opt_array_splitting.cpp
2015-11-25 Tapani Pälliglsl: handle case where index is array deref in optimiz...
2014-10-22 Anuj Phogatglsl: Fix crash due to negative array index
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list_safe instead of foreach...
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list instead of foreach_list.
2014-02-23 Eric Anholtglsl: Add a file argument to the IR printer.
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to foreach_list_safe.
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to the newer foreac...
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-10-28 Timothy Arceriglsl: Add check for unsized arrays to glsl types
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2012-04-19 Eric Anholtglsl: Don't allow array splitting on function arguments.
2012-04-19 Eric Anholtglsl: Rename the "whole_array_access" member in array...
2012-04-19 Eric Anholtglsl: Fix up a comment explaining what a visitor class...
2012-04-19 Eric Anholtglsl: Use the column_types() helper method.
2012-04-19 Kenneth Graunkeglsl: Remove unused mem_ctx field from ir_array_splitti...
2012-04-12 Eric Anholtglsl: Extend the array splitting optimization pass...
2012-04-12 Eric Anholtglsl: Add an array splitting pass.