1. b8013a2 layers: Correctly represent Descriptor-related arrays in DrawState dot file by Tobin Ehlis · 9 years ago
  2. a20b67b glave: cleanup mem_info list as it shrinks during tracing by Jon Ashburn · 9 years ago
  3. 0d6e66d layer: Fixed options settings for generated layers, fixed typos by Mark Lobodzinski · 9 years ago
  4. be24fd9 layers: Fix Memtracker fence-related memory leak by Mark Lobodzinski · 9 years ago
  5. 8280002 Win: Fix compilation error on Windows (xgl_helper.py). by Ian Elliott · 9 years ago
  6. 5bd12da Win: layers (draw_state.c): Fix compilation error on Windows. by Ian Elliott · 9 years ago
  7. be1c898 layers: Track WsiCreatePresentableImage image object by Courtney Goeltzenleuchter · 9 years ago
  8. 7c74638 layers: Do not track PHYSICAL_GPUS by Courtney Goeltzenleuchter · 9 years ago
  9. 9675638 layers: Do not track Queue objects by Courtney Goeltzenleuchter · 9 years ago
  10. 7d1e06b layers: flush logged output so it's visible immediately by Courtney Goeltzenleuchter · 9 years ago
  11. 62a327c layers: Check for NULL pointer with dynamic_display() by Jon Ashburn · 9 years ago
  12. 9c1f807 glave: Fix locking of mem_info entries in UnmapMemory by Jon Ashburn · 9 years ago
  13. b62a6fa layers: Fix DrawState buffer over-run when clearing descriptors by Tobin Ehlis · 9 years ago
  14. 8cb421e layers: Drawstate color descriptor edges and correctly clear slot mappings by Tobin Ehlis · 9 years ago
  15. 8a2b75b layers: Fix layer config file options by Mark Lobodzinski · 9 years ago
  16. 95152dc layers: Validation check for CPU_VISIBLE bit set on MapMemory calls by Mark Lobodzinski · 9 years ago
  17. ef0c47c layers: Fix uninitialized variable in DrawState. by Tobin Ehlis · 9 years ago
  18. 0735849 update BUILD.md for imported libdrm by Chia-I Wu · 9 years ago
  19. f9a7e25 glave: For color array params, correctly size trace buffer based on array type and size by Tobin Ehlis · 9 years ago
  20. a134604 cmake: remove unused FindDRM.cmake by Chia-I Wu · 9 years ago
  21. 5b3e3d5 intel: add and link with libintelkmd.a by Chia-I Wu · 9 years ago
  22. 249c77e layers: Add simple Cmd Buffer dot file dump to DrawState by Tobin Ehlis · 9 years ago
  23. f4a3ac5 layers: For ParamChecker, verify struct ptrs aren't NULL before validating by Tobin Ehlis · 9 years ago
  24. aadd4c8 layers: Remove destroyed/freed objects from both object lists by Mark Lobodzinski · 9 years ago
  25. 6ef820b layers: Remove the automatic dumping of DOT files. by Jon Ashburn · 9 years ago
  26. 8ef49b1 glave: Add Dump() to debugger so DrawState dumping can occur on pauses by Jon Ashburn · 9 years ago
  27. 943dc2f glvdebug: Use svg instead of png. by Jeremy Hayes · 9 years ago
  28. 2a15a5f layers: Add DrawState dot file output of descriptor details by Tobin Ehlis · 9 years ago
  29. b822131 layers: Fix buffer overrun in memtracker by Mark Lobodzinski · 9 years ago
  30. 5adee1c misc: Use XGL_API_VERSION instead of hard coded value by Courtney Goeltzenleuchter · 9 years ago
  31. 297b985 layers: In DrawState correctly clear update chain for Struct Node by Tobin Ehlis · 9 years ago
  32. 36f1b46 layers: Lock ObjectTracker linked-list access by Tobin Ehlis · 9 years ago
  33. ea189f1 layers: Add per-thread tracking of latest cmd buffer by Tobin Ehlis · 9 years ago
  34. 4cae477 layers: Don't run ObjectTracker checks on NULL mem objects by Tobin Ehlis · 9 years ago
  35. 0a57611 glave: Don't log error if replay is succesful but trace was not_ready by Jon Ashburn · 9 years ago
  36. a95f438 glave: Fix search of mem_info list on UnmapMemory during tracing by Jon Ashburn · 9 years ago
  37. a915cb1 glave: Improve logging for anomalous conditions around Map and Unmap memory by Jon Ashburn · 9 years ago
  38. f7ab1a0 glave: Lock around access to the global mem_info list by Jon Ashburn · 9 years ago
  39. 002e863 glave: Fix bug in tracing CreateRenderPass with NULL attachments by Jon Ashburn · 9 years ago
  40. 8c2ed21 layers: Multi-threading fixes for DrawState by Tobin Ehlis · 9 years ago
  41. 65c4660 layers: Disable DrawState dot file autodump and an incorrect validation check by Tobin Ehlis · 9 years ago
  42. 58c025c layers: Fix DrawState bug to correctly shadow image/update structs by Tobin Ehlis · 9 years ago
  43. c0e8601 loader: Fix merge of layer names from env and CreateDevice by Jon Ashburn · 9 years ago
  44. 55dbc5b loader: initialize result for xglCreateInstance(). by Ian Elliott · 9 years ago
  45. 481ec71 layers: DrawState bug fixes by Tobin Ehlis · 9 years ago
  46. 2f3b19b layers: Fix memtracker reporting related to freeing presentable image memory by Mark Lobodzinski · 9 years ago
  47. 6a21834 loader: do not set RTLD_DEEPBIND by Chia-I Wu · 9 years ago
  48. 66b72f9 loader: Correct layer path lookup name by Courtney Goeltzenleuchter · 9 years ago
  49. 03d7a09 layers: Add debug code to DrawState for alloc and free calls by Tobin Ehlis · 9 years ago
  50. 3bca6b5 layers: Fix DrawState bug in UPDATE image/buffer shadowing by Tobin Ehlis · 9 years ago
  51. 3d0d99b layers: Add memory management to DrawState by Tobin Ehlis · 9 years ago
  52. c5ad801 layers: Correctly track pSetBindPoints per stage in DrawState layer by Tobin Ehlis · 9 years ago
  53. feae405 Win: Can now use "static inline" on Windows (i.e. no code mods). by Ian Elliott · 9 years ago
  54. 4470a30 loader: Windows now uses registry + env's (diff names) by Ian Elliott · 9 years ago
  55. 5350930 Win: Build Glave replay on Windows (REQUIRES NEW CMAKE COMMAND). by David Pinedo · 9 years ago
  56. eca1638 Redo the way Glave settings are obtained. by Ian Elliott · 9 years ago
  57. 691c6b2 nulldrv: Creation of the nulldrv, for use on Windows. by David Pinedo · 9 years ago
  58. c52b775 layers: Updated mem_tracker for new header changes. by Mark Lobodzinski · 9 years ago
  59. 49a6b4b tests: Fix cut-and-paste error in QuadWithIndexedVertexFetch test. by Mark Lobodzinski · 9 years ago
  60. 89ba928 loader: Enable env extensions as well as app. by Courtney Goeltzenleuchter · 9 years ago
  61. b11a0d0 tests: Fix XGLTriangleTest to not bind VBO since it doesn't use one by Tobin Ehlis · 9 years ago
  62. 084c886 cmake: support clang as the compiler by Chia-I Wu · 9 years ago
  63. 9a7f9a2 layers: Fix compilation error on ObjectTracker and Generic layer by Jon Ashburn · 9 years ago
  64. 3db6d9b intel: Add colorAttachmentCount by Courtney Goeltzenleuchter · 9 years ago
  65. 250dcdd intel: Remove unnecessary dualBlendMode enable by Courtney Goeltzenleuchter · 9 years ago
  66. bbe3cc5 intel: Remove scissor enable and scissor count by Courtney Goeltzenleuchter · 9 years ago
  67. 7131d01 Add detail on cloning repo by Courtney Goeltzenleuchter · 9 years ago
  68. 2e67289 layers: Have DrawState and MemTracker use the common code for reporting by Jon Ashburn · 9 years ago
  69. d6badbc layers: Add settings controls for the generated layers. Includes ParamChecker, ObjectTracker and Generic. Adds the controls for ReportingLevel, ReportingAction and log filename for these layers. Place the common callback code in a header these layers can include. by Jon Ashburn · 9 years ago
  70. 93837a0 layers: Add simple txt print of CmdBuffer contents by Tobin Ehlis · 9 years ago
  71. d01f7d6 layers: Track DrawState on a per-cmd-buffer basis by Tobin Ehlis · 9 years ago
  72. 42258e0 loader: Change sample code to not include a pointer. by Ian Elliott · 9 years ago
  73. 3672c78 loader: Fix and enhance README.md. by Ian Elliott · 9 years ago
  74. 4204584 Eliminate "-Wsign-compare" warnings on Linux ... by Ian Elliott · 9 years ago
  75. 661dc37 Enable additional Linux warnings, for loader/layers/demos. by Ian Elliott · 9 years ago
  76. 19cedb4 glave: Replay for UpdateDescriptor handle multiple replays by Jon Ashburn · 9 years ago
  77. 289f3e0 Minor fix/enhancement to BUILD.md. by Ian Elliott · 9 years ago
  78. 655cad7 Win: Attempt to keep from using Linux functions. by Ian Elliott · 9 years ago
  79. e536946 Linux: Add back the "C99" comment within "loader_platform.h" by Ian Elliott · 9 years ago
  80. 64ca923 icd: add loader magic word to verify ICD is compatible by Courtney Goeltzenleuchter · 9 years ago
  81. f1a3ae7 Win/icd: Move STATIC_INLINE macro, and use for magic funcs. by Ian Elliott · 9 years ago
  82. 5cc4635 glave: Unregister debug callback on DestroyInstance() by Jon Ashburn · 9 years ago
  83. 9ef8beb glave: Handle null pointers in stringify of entrypoint parameters by Jon Ashburn · 9 years ago
  84. 3acddc1 Update BUILD.md by Jens Owen · 9 years ago
  85. f15eb8a Win: "layers_config.cpp" must #include "loader_platform.h" by Ian Elliott · 9 years ago
  86. a6bbf3e Win: Build both "layer_utils.lib" and "layer_utils.dll". by Ian Elliott · 9 years ago
  87. 250e274 Add draw state diagram on pause events. by Jeremy Hayes · 9 years ago
  88. 68dc68e glave: Add xgl settings that control the MemTracker and DrawState layers by Jon Ashburn · 10 years ago
  89. dec6051 layers: Add ability to override layer settings from file with a call by Jon Ashburn · 10 years ago
  90. ba60628 layers: Make layer utilities a shared library for one instance per all layers by Jon Ashburn · 10 years ago
  91. b049785 layers: Fixes for Windows build by Tobin Ehlis · 9 years ago
  92. c0521e7 tests demos: Fix pDataSize to be either unitinitalized or initialized. by Jon Ashburn · 9 years ago
  93. e3a667c glave: Fix entrypoints with pDataSize and pData to handle non-input param by Jon Ashburn · 9 years ago
  94. 05cfe26 glave: remap sampler object in xglCreateDescriptorSetLayout() by Jon Ashburn · 9 years ago
  95. 308cc4c glave: Actually add the memory barrier list of structures to trace file by Jon Ashburn · 9 years ago
  96. 67c6580 glave: Remap buf/image obj for MEMORY_BARRIER for cmdWaitEvents,cmdPipeBarrier by Jon Ashburn · 9 years ago
  97. 1660b1b glave: Fix interpretation of allocMemory and beginCommandBuffer trace packets by Jon Ashburn · 9 years ago
  98. 1edd884 glave: Qualify adding to trace packet descriptor set layout structs by Jon Ashburn · 9 years ago
  99. 50a561c loader: Update README.md to instancing API and C++ ICDs by Jon Ashburn · 9 years ago
  100. 6926cd9 layers: Initial Descriptor Set output in DrawState Dot file by Tobin Ehlis · 9 years ago