1. 8c2bfbc glsl: Move tree grafting's debug output to stderr. by Eric Anholt · 11 years ago
  2. 48d0faa glsl: Use a new foreach_two_lists macro for walking two lists at once. by Kenneth Graunke · 11 years ago
  3. 33ee2c6 glsl: move variables in to ir_variable::data, part I by Tapani Pälli · 11 years ago
  4. 88ee9bc glsl: Add support for specifying the component in textureGather by Chris Forbes · 11 years ago
  5. 7a4754d glsl: add plumbing for GL_ARB_texture_query_levels by Chris Forbes · 11 years ago
  6. 18002d9 glsl: add texture gather changes by Maxence Le Dore · 12 years ago
  7. 110ca8b glsl: Implement ARB_texture_query_lod by Dave Airlie · 12 years ago
  8. ffb53b4 glsl: add support for ARB_texture_multisample by Chris Forbes · 12 years ago
  9. 42a29d8 glsl: Eliminate ambiguity between function ins/outs and shader ins/outs by Paul Berry · 12 years ago
  10. 337d9c9 glsl: Put a bunch of optimization visitors under anonymous namespaces. by Eric Anholt · 12 years ago
  11. 82065fa glsl: Remove ir_call::get_callee() and set_callee(). by Kenneth Graunke · 13 years ago
  12. d884f60 glsl: Convert ir_call to be a statement rather than a value. by Kenneth Graunke · 13 years ago
  13. e3b5200 glsl: Rename class variable_entry to ir_variable_refcount_entry. by Kenneth Graunke · 13 years ago
  14. 3c22e35 glsl: Stop tree grafting if a variable is overwritten as an 'out' param. by Kenneth Graunke · 13 years ago
  15. 1e3bcbd glsl: Add a new ir_txs (textureSize) opcode to ir_texture. by Kenneth Graunke · 14 years ago
  16. 497baf4 Use C-style system headers in C++ code to avoid issues with std:: namespace by Ian Romanick · 14 years ago
  17. 61c5923 glsl: Add using statements for standard library functions. by Vinson Lee · 14 years ago
  18. 819d57f glsl: Introduce a new "const_in" variable mode. by Kenneth Graunke · 14 years ago
  19. c5a27b5 glsl: Change texel offsets to a single vector rvalue. by Kenneth Graunke · 14 years ago
  20. df883eb glsl: Fix Doxygen tag \file in recently renamed files by Chad Versace · 14 years ago
  21. 32aaf89 glsl: Rename various ir_* files to lower_* and opt_*. by Kenneth Graunke · 14 years ago[Renamed from src/glsl/ir_tree_grafting.cpp]
  22. ea70969 glsl2: Add missing sig_iter.next() to the no-constant-folding-to-outvals fix. by Eric Anholt · 14 years ago
  23. 137b839 glsl: Don't tree-graft in an expression in place of a function outval. by Eric Anholt · 14 years ago
  24. 1cbcf66 glsl: Standardize a few more uses of struct vs class keyword. by José Fonseca · 14 years ago
  25. c314c8f glsl2: Fix the dereferences_variable check in ir_tree_grafting. by Eric Anholt · 14 years ago
  26. b259eb2 glsl2: Don't tree-grafting out assignment to an out variable. by Eric Anholt · 14 years ago
  27. 5a7758e glsl2: Add ir_assignment::write_mask and associated methods by Ian Romanick · 14 years ago
  28. 7846954 glsl2: Add new tree grafting optimization pass. by Eric Anholt · 14 years ago