1. 8111268 Add Shared/Std140 SSBO process & top-level array elements related (#2231) by Chow · 4 years, 4 months ago
  2. 24dcbd1 Reserve unused std140 uniform block in reflection, and fix uniform block matrix layout (#2041) by Roy.li · 4 years, 5 months ago
  3. 141bc5a Fix type recursion with EOpIndexIndirect dereferences by baldurk · 6 years ago
  4. 879562b Fix treatment of array input/output variables in reflection by baldurk · 6 years ago
  5. a972e73 Add option to reflect all block members, inactive or active. by baldurk · 6 years ago
  6. 657acc0 Add option to reflect buffer blocks & variables separately to uniforms by baldurk · 6 years ago
  7. 4a2aa82 Reflect array stride, top-level array stride, and block member count by baldurk · 6 years ago
  8. 0af5e3e Reflect pipeline outputs as well as inputs, optionally from other stages by baldurk · 6 years ago
  9. 15c37f7 Include array index in reflected uniform names more consistently by baldurk · 6 years ago
  10. 90995f5 Update reflection offset consistently for structure members by baldurk · 6 years ago
  11. f556e5d Reflection exposes the Shader Stages where a Uniform is present by dmpakas · 6 years ago
  12. a58cc9f GLSL reflection: Fix #985: reflect runtime sized arrays having no constant index. by John Kessenich · 7 years ago
  13. a353bf1 Nonfunctional: Add reflect test case, and fix long lines in reflection code. by John Kessenich · 7 years ago
  14. e00e8f4 GLSL: replace general missing functionality with specific messages. by John Kessenich · 7 years ago
  15. fb06e95 Don't print the "Linked stage" message unless the AST is being dumped. by John Kessenich · 8 years ago
  16. 8ffc36a add reflection queries to return a TType. Fix minor issue with interface names. by steve-lunarg · 8 years ago
  17. bef7428 Update test cases for vertex attribute reflection by Thomas Perl · 8 years ago
  18. e95fa5e Tests: Update to match previous pull request. by John Kessenich · 9 years ago
  19. cc16fa0 Tests: Move to just linefeed to simply cross-platform test changes. by John Kessenich · 9 years ago
  20. 6626cad glslang front-end: Don't emit blank lines for empty info logs. From Andrew Woloszyn <awoloszyn@google.com>. by John Kessenich · 9 years ago
  21. cf0206c Restore r26245 and all tests and test results since 4/1: by John Kessenich · 10 years ago
  22. 5b9f988 Reflection: Eliminate redundant arrayed block entries, and use block name instead of instance name for active uniform enumeration. by John Kessenich · 11 years ago
  23. 04884e4 Reflection: Expand out block arrays to N different blocks. by John Kessenich · 11 years ago
  24. 43e43ce Reflection: Flesh out expansions of complex aggregates not fully dereferenced, visit all array elements for a variable index, and correct max array index when a later occurrence is larger than an earlier one. by John Kessenich · 11 years ago
  25. c17dbd5 Reflection: Optimize leaf-array sizes for largest index used in a live path. by John Kessenich · 11 years ago
  26. 12f9221 Reflection: by John Kessenich · 11 years ago
  27. ec252df Reflection: Add translation from glslang types to the API #define types. by John Kessenich · 11 years ago
  28. 568bc3a Reflection: Implement the std140 block offset calculation rules. by John Kessenich · 11 years ago
  29. 11f9fc7 Add and partially implement an interface for doing uniform reflection. It includes an AST traversal to identify live accesses. by John Kessenich · 11 years ago