summaryrefslogtreecommitdiff
path: root/src/glsl/opt_structure_splitting.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-06-21glsl: Remove ir_print_visitor.h includes and usageEric Anholt1-1/+0
2013-01-24glsl: Disable structure splitting for shader ins/outs.Paul Berry1-1/+2
2012-09-29glsl: Rename variable_entry2 back to variable_entry in struct splitting.Kenneth Graunke1-21/+17
2012-06-11glsl: Put a bunch of optimization visitors under anonymous namespaces.Eric Anholt1-0/+4
2012-04-26glsl: Remove unused member mem_ctx from ir_dead_functions_visitor.Vinson Lee1-1/+0
2012-04-19glsl: Fix up some comments in structure splitting, based on array-split work.Eric Anholt1-3/+8
2011-03-15glsl: Reduce processing of expression trees in do_structure_splitting.Eric Anholt1-0/+6
2011-02-21Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick1-3/+0
2011-02-03glsl: Add using statements for standard library functions.Vinson Lee1-0/+3
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-8/+8
2010-11-17glsl: Fix Doxygen tag \file in recently renamed filesChad Versace1-1/+1
2010-11-15glsl: Rename various ir_* files to lower_* and opt_*.Kenneth Graunke1-0/+361