1. cda5e0c glsl: Small optimization for constant conditionals by Iago Toral Quiroga · 11 years ago
  2. 838a687 glsl: Convert piles of foreach_iter to foreach_list_safe. by Kenneth Graunke · 11 years ago
  3. 739b883 glsl: Flip around "if" statements with empty "then" blocks. by Eric Anholt · 11 years ago
  4. 337d9c9 glsl: Put a bunch of optimization visitors under anonymous namespaces. by Eric Anholt · 12 years ago
  5. 3f349d4 glsl: If an "if" has no "then" or "else" code left, remove it. by Eric Anholt · 13 years ago
  6. 9a3bd5e glsl: Silence several "warning: unused parameter" by Ian Romanick · 13 years ago
  7. 991fa4d glsl: Skip processing expression trees in do_if_simplification(). by Eric Anholt · 14 years ago
  8. df883eb glsl: Fix Doxygen tag \file in recently renamed files by Chad Versace · 14 years ago
  9. 32aaf89 glsl: Rename various ir_* files to lower_* and opt_*. by Kenneth Graunke · 14 years ago[Renamed from src/glsl/ir_if_simplification.cpp]
  10. 2b04ead glsl2: fix comments by Brian Paul · 14 years ago
  11. 2928588 glsl2: Move the compiler to the subdirectory it will live in in Mesa. by Eric Anholt · 14 years ago[Renamed from ir_if_simplification.cpp]
  12. ac95f2f Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. by Eric Anholt · 14 years ago
  13. a0b4f3d Reimplement ir_if_simplicifation_visitor using ir_hierarchical_vistor by Ian Romanick · 14 years ago
  14. 3289886 Remove ir_label since it is no longer used. by Kenneth Graunke · 15 years ago
  15. 9fa99f3 Refactor IR function representation. by Kenneth Graunke · 15 years ago
  16. 5ba9420 Add an ir_if simplification pass. by Eric Anholt · 15 years ago