1. 5178bd7 Update xgl_helper to handle all of the dynamic arrays by Tobin Ehlis · 9 years ago
  2. b8013a2 layers: Correctly represent Descriptor-related arrays in DrawState dot file by Tobin Ehlis · 9 years ago
  3. 8280002 Win: Fix compilation error on Windows (xgl_helper.py). by Ian Elliott · 9 years ago
  4. 62a327c layers: Check for NULL pointer with dynamic_display() by Jon Ashburn · 9 years ago
  5. f4a3ac5 layers: For ParamChecker, verify struct ptrs aren't NULL before validating by Tobin Ehlis · 9 years ago
  6. feae405 Win: Can now use "static inline" on Windows (i.e. no code mods). by Ian Elliott · 9 years ago
  7. b049785 layers: Fixes for Windows build by Tobin Ehlis · 10 years ago
  8. 2d4ab1e Can compile "loader" and "layers" on Windows and Linux ... by Ian Elliott · 10 years ago
  9. 291cd70 layers: Updated API codegen to handle AllocDescriptorSets by Tobin Ehlis · 10 years ago
  10. 1077703 Various code clean-ups for glave and codegen with updated xgl.h by Tobin Ehlis · 10 years ago
  11. 7e65d75 All of the codegen for layers is now working well enough that the generated layers will compile. by Tobin Ehlis · 10 years ago
  12. 17caf57 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 10 years ago
  13. 77483a7 xgl_helper: Eliminate compiler not used warning by Courtney Goeltzenleuchter · 10 years ago
  14. ce12ad6 layers: Validate structs embedded in structs by Tobin Ehlis · 10 years ago
  15. 27e02a6 layers: Add comment to xgl_helper.py by Jon Ashburn · 10 years ago
  16. 14ff085 layers: Initial ParamChecker layer by Tobin Ehlis · 10 years ago[Renamed (96%) from xgl-helper.py]
  17. 99f8867 layers: Create APIDump[NoAddr]Cpp layers using c++ string and streams by Tobin Ehlis · 10 years ago
  18. fe6113c layers: More robust parsing of xgl.h in helper script used by layers by Jon Ashburn · 10 years ago
  19. 99ff89d include: fix typedefs by Chia-I Wu · 10 years ago
  20. 7c47fc4 layers: Added generated enum_validate_helper.h to check enum values by Tobin Ehlis · 10 years ago
  21. 3bf80a6 layers: fix -Wunused-variable warnings by Chia-I Wu · 10 years ago
  22. 85763e5 layers: fix -Wunused-function warnings by Chia-I Wu · 10 years ago
  23. bfa3fea layers: fix -Wswitch warnings by Chia-I Wu · 10 years ago
  24. 43ebcac glave: Update replay to use code-gen version of xgl_enum_string_helper.h by Tobin Ehlis · 10 years ago
  25. 59fbc4a layers: Don't show totally unused DS slots or arrows for slots unused by a particular shader by Tobin Ehlis · 10 years ago
  26. bbd0a36 layers: Eliminate statically allocated strings by Courtney Goeltzenleuchter · 10 years ago
  27. 8356288 layers: DrawState layer can dump complete State to Graphviz dot file format by Tobin Ehlis · 10 years ago
  28. d49efcb layers: Added APIDumpNoAddr layer that replaces variable addresses in API Dump w/ static "addr" string by Tobin Ehlis · 10 years ago
  29. acb3581 layers: Struct printing improvements for "pNext" struct chains by Tobin Ehlis · 10 years ago
  30. dc275a9 layers: Fix apidump buffer overruns by Courtney Goeltzenleuchter · 10 years ago
  31. 5a487e5 layers: Improve handling of printing embedded structs in generated string helper functions. by Tobin Ehlis · 10 years ago
  32. bda509b layers: Restore dynamic malloc fix in xgl-helper.py by Tobin Ehlis · 10 years ago
  33. 33267fd layers: Actual auto-gen of print helper code used by layers by Tobin Ehlis · 10 years ago
  34. c07df48 layers: Fix memory overrun issue causing segfault. by Courtney Goeltzenleuchter · 10 years ago
  35. 6442dca Better memory management in api_dump layer and struct print helper by Tobin Ehlis · 10 years ago