1. c6a16f6 glsl: Use typed foreach_in_list_safe instead of foreach_list_safe. by Matt Turner · 10 years ago
  2. 4d78446 glsl: Use typed foreach_in_list instead of foreach_list. by Matt Turner · 10 years ago
  3. 838a687 glsl: Convert piles of foreach_iter to foreach_list_safe. by Kenneth Graunke · 11 years ago
  4. 5f7e778 glsl: Convert piles of foreach_iter to the newer foreach_list macro. by Kenneth Graunke · 11 years ago
  5. 33ee2c6 glsl: move variables in to ir_variable::data, part I by Tapani Pälli · 11 years ago
  6. 426ca34 glsl: Remove ir_print_visitor.h includes and usage by Eric Anholt · 11 years ago
  7. 3680864 glsl: Disable structure splitting for shader ins/outs. by Paul Berry · 12 years ago
  8. 5cadb3e glsl: Rename variable_entry2 back to variable_entry in struct splitting. by Kenneth Graunke · 12 years ago
  9. 337d9c9 glsl: Put a bunch of optimization visitors under anonymous namespaces. by Eric Anholt · 12 years ago
  10. 6af4c90 glsl: Remove unused member mem_ctx from ir_dead_functions_visitor. by Vinson Lee · 12 years ago
  11. 86f270e glsl: Fix up some comments in structure splitting, based on array-split work. by Eric Anholt · 13 years ago
  12. 05cf1ad glsl: Reduce processing of expression trees in do_structure_splitting. by Eric Anholt · 14 years ago
  13. 497baf4 Use C-style system headers in C++ code to avoid issues with std:: namespace by Ian Romanick · 14 years ago
  14. 61c5923 glsl: Add using statements for standard library functions. by Vinson Lee · 14 years ago
  15. d3073f5 Convert everything from the talloc API to the ralloc API. by Kenneth Graunke · 14 years ago
  16. df883eb glsl: Fix Doxygen tag \file in recently renamed files by Chad Versace · 14 years ago
  17. 32aaf89 glsl: Rename various ir_* files to lower_* and opt_*. by Kenneth Graunke · 14 years ago[Renamed from src/glsl/ir_structure_splitting.cpp]
  18. 8113762 glsl2: rename local variable_entry class by Brian Paul · 14 years ago
  19. d0a9cbd glsl2: Silence unused variable warning by Ian Romanick · 14 years ago
  20. 1cbcf66 glsl: Standardize a few more uses of struct vs class keyword. by José Fonseca · 14 years ago
  21. b3b0cf6 glsl2: Add a generic visitor class to call back with pointers to each rvalue. by Eric Anholt · 14 years ago
  22. ffd3f15 glsl2: add cast to silence warning by Brian Paul · 14 years ago
  23. 5023eda glsl: fix missing return in ir_structure_splitting by Aras Pranckevicius · 14 years ago
  24. f8d2cfe glsl2: Handle plain variable copies in struct splitting. by Eric Anholt · 14 years ago
  25. 0a0ab12 ir_structure_splitting: Massive fixing to this. by Eric Anholt · 14 years ago
  26. 7f7eaf0 ir_structure_splitting: New pass to chop structures into their components. by Eric Anholt · 14 years ago