1. 2ebabfb xgl: Remove QueueSetGlobalMemReferences by Courtney Goeltzenleuchter · 10 years ago
  2. c951e74 xgl: Remove old GPU maxMemReferencesPerSubmission by Courtney Goeltzenleuchter · 10 years ago
  3. d3fb955 xgl: Add QueueMemReference functions by Courtney Goeltzenleuchter · 10 years ago
  4. 090f0ce layers: Fix multi-line strings. by Jeremy Hayes · 10 years ago
  5. 29c4bd4 layers: Improve xglCreateInstance validation. by Jeremy Hayes · 10 years ago
  6. b1792dd layers: Improve xglCreateRenderPass validation. by Jeremy Hayes · 10 years ago
  7. 1c8d4d8 layers: drop ParamCheck from generator script by Mike Stroyan · 10 years ago
  8. c4b5821 layers: Improve CreateImage checks. by Jeremy Hayes · 10 years ago
  9. a8b1a8d layers: Remove param checker from auto-gen. by Jeremy Hayes · 10 years ago
  10. badda99 layers: Use brackets for if in previous fix by Tony Barbour · 10 years ago
  11. 9ff52b2 layers: Check for valid pipeline before validating by Tony Barbour · 10 years ago
  12. 2112d6b build: enable Glave and all layers but drawState by Jon Ashburn · 10 years ago
  13. 793ad30 layers: DrawState changes to support resource binding updates by Tobin Ehlis · 10 years ago
  14. eeae16b layers: Fixes to get them building and working with descriptor changes by Courtney Goeltzenleuchter · 10 years ago
  15. 72a3d13 layers: Correct xglBindObjectMemory signature in MemTracker message. by Tobin Ehlis · 10 years ago
  16. 59efe7d layers: Migrated DrawState layer to cpp by Tobin Ehlis · 10 years ago
  17. 4ffc1c6 layers: Convert memtracker to cpp by Mark Lobodzinski · 10 years ago
  18. 9d9da10 obj_track: Eliminate warning for presentable image by Courtney Goeltzenleuchter · 10 years ago
  19. 1c943a7 mem_tracker: Report PRESENTABLE_IMAGE_MEMORY obj by Courtney Goeltzenleuchter · 10 years ago
  20. ebb9584 xgl: Rename XGL_QUEUE_SEMAPHORE to XGL_SEMAPHORE by Courtney Goeltzenleuchter · 10 years ago
  21. 583495b xgl: Remove xglSetFastClearColor / xglSetFastClearDepth by Courtney Goeltzenleuchter · 10 years ago
  22. e2aaad0 FIXUP: Remove PIPELINE_DELTA by Courtney Goeltzenleuchter · 10 years ago
  23. 0d40f15 xgl: Remove PIPELINE_DELTA. by Courtney Goeltzenleuchter · 10 years ago
  24. a1c9f7a FIXUP: Add IMAGE_LAYOUT by Courtney Goeltzenleuchter · 10 years ago
  25. 9e433bb xgl: Add IMAGE_LAYOUT to Cmd*Image* calls by Courtney Goeltzenleuchter · 10 years ago
  26. b3efe9b xgl: Add IMAGE_LAYOUT to Cmd*Image* calls by Courtney Goeltzenleuchter · 10 years ago
  27. 91f9cee xgl: Add xglCmdBlitImage entry point by Courtney Goeltzenleuchter · 10 years ago
  28. 1e8f3be xgl: Add XGL_PIPE_EVENT to CmdResetEvent by Courtney Goeltzenleuchter · 10 years ago
  29. 89299fa xgl: Add xglCmdBlitImage entry point by Courtney Goeltzenleuchter · 10 years ago
  30. 69894b7 xgl: Proposal to remove XGL_FRAMEBUFFER by Courtney Goeltzenleuchter · 10 years ago
  31. a8a5800 FIXUP: update xglDbg.h for XGL_INSTANCE by Courtney Goeltzenleuchter · 10 years ago
  32. c80a557 xgl: update xglDbg.h for XGL_INSTANCE by Courtney Goeltzenleuchter · 10 years ago
  33. f31c1bd FIXUP: Add glave support for xglCmdClearColor patch by Courtney Goeltzenleuchter · 10 years ago
  34. d462fba xgl: combine xglCmdClearColor* into one function by Courtney Goeltzenleuchter · 10 years ago
  35. 18248e6 xgl: Impossible to expose multi-function queues by Courtney Goeltzenleuchter · 10 years ago
  36. 0a6644b xgl-generate.py: add WinDefFileSubcommand by Chia-I Wu · 10 years ago
  37. 88a3a53 Merge branch 'master' of https://github.com/KhronosGroup/GL-Next by Peter Lohrmann · 10 years ago
  38. c60b97d Merge branch 'glave_snapshot_support' by Peter Lohrmann · 10 years ago
  39. 4cf9821 layers: Update layer README.md info with current DrawState and MemTracker status by Tobin Ehlis · 10 years ago
  40. 5093297 layers: Updated for explicit fence validation with multiple queues by Mark Lobodzinski · 10 years ago
  41. 223ca20 layers: Added support for multiple queues by Mark Lobodzinski · 10 years ago
  42. 6434eff layers: Added GetDeviceQueue API, fixed up variable names by Mark Lobodzinski · 10 years ago
  43. 4a8d891 layers: update codegen to split struct_size_helper into .h and .c files. by Peter Lohrmann · 10 years ago
  44. 6d84923 glaveSnapshot: snapshot now does deep copy of DEVICE_CREATE_INFO struct. by Peter Lohrmann · 10 years ago
  45. f313c8b layers: Shadow PSO Creation structs directly in PIPELINE_NODE by Tobin Ehlis · 10 years ago
  46. eba312c layers: Add DrawState validation that FB samples matches PSO samples by Tobin Ehlis · 10 years ago
  47. 0506950 glaveSnapshot: Reorganize creation/insertion and deletion of objects by Peter Lohrmann · 10 years ago
  48. 4522141 GlaveSnapshot: Remove ifdef'd code for OBJ_NODES. by Peter Lohrmann · 10 years ago
  49. 623be4e GlaveSnapshot Layer: Objects are now tracked within a GLV_VK_SNAPSHOT structure. by Peter Lohrmann · 10 years ago
  50. 3904513 layers: Correct xglBindObjectMemory signature in MemTracker message. by Tobin Ehlis · 10 years ago
  51. 506bbda GlaveSnapshot layer: remove code specific to validation by Peter Lohrmann · 10 years ago
  52. 10ae8c1 layers: Migrated DrawState layer to cpp by Tobin Ehlis · 10 years ago
  53. db186c0 layers: Rename synchDS function to validateVBBinding by Tobin Ehlis · 10 years ago
  54. b6ddb46 layers: Convert memtracker to cpp by Mark Lobodzinski · 10 years ago
  55. 1ea1271 GlaveSnapshot layer: Snapshot information is now passed to the message callback. by Peter Lohrmann · 10 years ago
  56. 0582ed3 GlaveSnapshot layer: Rename enums and entrypoints to make them layer specific; add an entrypoint to print the object lists. by Peter Lohrmann · 10 years ago
  57. b6b4ce2 GlaveSnapshot Layer: XGL_OBJECT_TYPE_PRESENTABLE_IMABE_MEMORY enum can now be converted to a string. by Peter Lohrmann · 10 years ago
  58. 333d68f GlaveSnapshot Layer: Use correct header file. by Peter Lohrmann · 10 years ago
  59. d67314b GlaveSnapshot Layer: Initial code which is basically a copy of the ObjectTracker layer. by Peter Lohrmann · 10 years ago
  60. 1a97d6c win: Make build able to find python3 on Windows and Linux by Jon Ashburn · 10 years ago
  61. 19bf487 Revert "misc: Explicitly run python for generated code" by Jon Ashburn · 10 years ago
  62. 045b54f misc: Explicitly run python for generated code by Jon Ashburn · 10 years ago
  63. e61ebe7 layers: Added fence tracking for command buffer completion by Mark Lobodzinski · 10 years ago
  64. 3e4710d layers: Reduce unmeaningful error messages for memtracker by Mark Lobodzinski · 10 years ago
  65. c9dbcd5 layers: MemTracker add check to verify CB complete prior to Reset by Tobin Ehlis · 10 years ago
  66. 0411292 layers: Update DrawState to use generated struct size functions by Tobin Ehlis · 10 years ago
  67. 6035477 glave: Add codgen helper for struct size calculation and use for trace packet creation by Tobin Ehlis · 10 years ago
  68. 78a2197 layers: Improve PresentableImage memory handling in mem/objecttracker by Mark Lobodzinski · 10 years ago
  69. e782671 Win: Fix warnings for parameter of getLayerOptionEnum() by Ian Elliott · 10 years ago
  70. e0c24d1 glave: Remove unnecessary dot dump. by Jeremy Hayes · 10 years ago
  71. 90d9320 layers: Fix Windows build issue by Courtney Goeltzenleuchter · 10 years ago
  72. 71c2b15 memTracker: Use local GetProcAddr rather than auto generated one by Jon Ashburn · 10 years ago
  73. 925fee9 drawState: Use local GetProcAddr rather than auto generated one by Jon Ashburn · 10 years ago
  74. a8aa837 layers: if no settings file or call overrides make callback override loging by Jon Ashburn · 10 years ago
  75. 5c7e7b8 layers: Correctly set last bound PSO in DrawState layer by Tobin Ehlis · 10 years ago
  76. 93f494b layers: Made mem_tracker thread-safe by Mark Lobodzinski · 10 years ago
  77. 4821eef layers: Update last global DS in DrawState when UpdateDescriptors is called by Tobin Ehlis · 10 years ago
  78. 6744942 layers: DrawState Cmd Buffer tracking improvements by Tobin Ehlis · 10 years ago
  79. ae708b8 layers: In DrawState track last global pipe state and dump that to dot diagram by Tobin Ehlis · 10 years ago
  80. ae5f13b layers: Fix null pointer reference in MemTracker by Mark Lobodzinski · 10 years ago
  81. 2c98e53 glave: Add command buffer diagram. by Jeremy Hayes · 10 years ago
  82. 4f03722 layers: Remove spurious assert. by Mark Lobodzinski · 10 years ago
  83. c815b00 layers: Fix MemTracker memory leak by Mark Lobodzinski · 10 years ago
  84. b8013a2 layers: Correctly represent Descriptor-related arrays in DrawState dot file by Tobin Ehlis · 10 years ago
  85. 0d6e66d layer: Fixed options settings for generated layers, fixed typos by Mark Lobodzinski · 10 years ago
  86. be24fd9 layers: Fix Memtracker fence-related memory leak by Mark Lobodzinski · 10 years ago
  87. 5bd12da Win: layers (draw_state.c): Fix compilation error on Windows. by Ian Elliott · 10 years ago
  88. 7d1e06b layers: flush logged output so it's visible immediately by Courtney Goeltzenleuchter · 10 years ago
  89. b62a6fa layers: Fix DrawState buffer over-run when clearing descriptors by Tobin Ehlis · 10 years ago
  90. 8cb421e layers: Drawstate color descriptor edges and correctly clear slot mappings by Tobin Ehlis · 10 years ago
  91. 8a2b75b layers: Fix layer config file options by Mark Lobodzinski · 10 years ago
  92. 95152dc layers: Validation check for CPU_VISIBLE bit set on MapMemory calls by Mark Lobodzinski · 10 years ago
  93. ef0c47c layers: Fix uninitialized variable in DrawState. by Tobin Ehlis · 10 years ago
  94. 249c77e layers: Add simple Cmd Buffer dot file dump to DrawState by Tobin Ehlis · 10 years ago
  95. 6ef820b layers: Remove the automatic dumping of DOT files. by Jon Ashburn · 10 years ago
  96. 943dc2f glvdebug: Use svg instead of png. by Jeremy Hayes · 10 years ago
  97. 2a15a5f layers: Add DrawState dot file output of descriptor details by Tobin Ehlis · 10 years ago
  98. b822131 layers: Fix buffer overrun in memtracker by Mark Lobodzinski · 10 years ago
  99. 297b985 layers: In DrawState correctly clear update chain for Struct Node by Tobin Ehlis · 10 years ago
  100. ea189f1 layers: Add per-thread tracking of latest cmd buffer by Tobin Ehlis · 10 years ago