1. df883eb glsl: Fix Doxygen tag \file in recently renamed files by Chad Versace · 14 years ago
  2. 32aaf89 glsl: Rename various ir_* files to lower_* and opt_*. by Kenneth Graunke · 14 years ago[Renamed from src/glsl/ir_copy_propagation.cpp]
  3. 4e5b41c glsl2: Allow copy / constant propagation into array indices by Ian Romanick · 14 years ago
  4. 2dd3ae0 glsl2: Teach copy propagation about "if" and "loop" instructions. by Eric Anholt · 14 years ago
  5. 63cddb2 copy_propagation: do propagation into non-out call params by Aras Pranckevicius · 14 years ago
  6. c5b9cab glsl2: Catch pointless copies in copy propagation. by Eric Anholt · 14 years ago
  7. 5a7758e glsl2: Add ir_assignment::write_mask and associated methods by Ian Romanick · 14 years ago
  8. b87259d glsl2: Fix copy propagation in the presence of derefs in array indexes. by Eric Anholt · 14 years ago
  9. c6099a6 glsl2: Create new talloc contexts the "right" way. by Kenneth Graunke · 14 years ago
  10. 5f3fe44 Use a more sensible context in copy propagation. by Kenneth Graunke · 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_copy_propagation.cpp]
  12. 1660a29 exec_node: Add new talloc-based new() by Carl Worth · 14 years ago
  13. e46a454 ir: Give ir_instruction a print visitor helper. by Eric Anholt · 14 years ago
  14. ac95f2f Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. by Eric Anholt · 14 years ago
  15. 2fd2248 Reimplement ir_copy_propagation_visitor using ir_hierarchical_vistor by Ian Romanick · 14 years ago
  16. b067db2 Refactor whole-variable assigment checking into member function by Ian Romanick · 14 years ago
  17. 36ea286 Refactor ir_dereference data fields to subclasses by Ian Romanick · 14 years ago
  18. c7b1046 Refactor ir_dereference support for ir_visitor by Ian Romanick · 14 years ago
  19. 5d82e23 Use ir_rvalue::variable_referenced instead of open-coding it by Ian Romanick · 14 years ago
  20. bdd9b1f Move optimization pass prototypes to a single header. by Eric Anholt · 14 years ago
  21. aef0aae ir_copy_propagation: Fix up the doxygen about the file. by Eric Anholt · 14 years ago
  22. 8e75de3 ir_copy_propagation: Return true if we optimized out any assignments. by Eric Anholt · 14 years ago
  23. 4e2c0b9 ir_copy_propagation: Handle swizzles and array derefs on LHS of assign. by Eric Anholt · 14 years ago
  24. 5c89f0e ir_copy_propagation: New pass to rewrite dereferences to avoid copies. by Eric Anholt · 14 years ago