1. 90d9320 layers: Fix Windows build issue by Courtney Goeltzenleuchter · 9 years ago
  2. 71c2b15 memTracker: Use local GetProcAddr rather than auto generated one by Jon Ashburn · 9 years ago
  3. 925fee9 drawState: Use local GetProcAddr rather than auto generated one by Jon Ashburn · 9 years ago
  4. a8aa837 layers: if no settings file or call overrides make callback override loging by Jon Ashburn · 9 years ago
  5. 5c7e7b8 layers: Correctly set last bound PSO in DrawState layer by Tobin Ehlis · 9 years ago
  6. 93f494b layers: Made mem_tracker thread-safe by Mark Lobodzinski · 9 years ago
  7. 4821eef layers: Update last global DS in DrawState when UpdateDescriptors is called by Tobin Ehlis · 9 years ago
  8. 6744942 layers: DrawState Cmd Buffer tracking improvements by Tobin Ehlis · 9 years ago
  9. ae708b8 layers: In DrawState track last global pipe state and dump that to dot diagram by Tobin Ehlis · 9 years ago
  10. ae5f13b layers: Fix null pointer reference in MemTracker by Mark Lobodzinski · 9 years ago
  11. 2c98e53 glave: Add command buffer diagram. by Jeremy Hayes · 9 years ago
  12. 4f03722 layers: Remove spurious assert. by Mark Lobodzinski · 9 years ago
  13. c815b00 layers: Fix MemTracker memory leak by Mark Lobodzinski · 9 years ago
  14. b8013a2 layers: Correctly represent Descriptor-related arrays in DrawState dot file by Tobin Ehlis · 9 years ago
  15. 0d6e66d layer: Fixed options settings for generated layers, fixed typos by Mark Lobodzinski · 9 years ago
  16. be24fd9 layers: Fix Memtracker fence-related memory leak by Mark Lobodzinski · 9 years ago
  17. 5bd12da Win: layers (draw_state.c): Fix compilation error on Windows. by Ian Elliott · 9 years ago
  18. 7d1e06b layers: flush logged output so it's visible immediately by Courtney Goeltzenleuchter · 9 years ago
  19. b62a6fa layers: Fix DrawState buffer over-run when clearing descriptors by Tobin Ehlis · 9 years ago
  20. 8cb421e layers: Drawstate color descriptor edges and correctly clear slot mappings by Tobin Ehlis · 9 years ago
  21. 8a2b75b layers: Fix layer config file options by Mark Lobodzinski · 9 years ago
  22. 95152dc layers: Validation check for CPU_VISIBLE bit set on MapMemory calls by Mark Lobodzinski · 9 years ago
  23. ef0c47c layers: Fix uninitialized variable in DrawState. by Tobin Ehlis · 9 years ago
  24. 249c77e layers: Add simple Cmd Buffer dot file dump to DrawState by Tobin Ehlis · 9 years ago
  25. 6ef820b layers: Remove the automatic dumping of DOT files. by Jon Ashburn · 9 years ago
  26. 943dc2f glvdebug: Use svg instead of png. by Jeremy Hayes · 9 years ago
  27. 2a15a5f layers: Add DrawState dot file output of descriptor details by Tobin Ehlis · 9 years ago
  28. b822131 layers: Fix buffer overrun in memtracker by Mark Lobodzinski · 9 years ago
  29. 297b985 layers: In DrawState correctly clear update chain for Struct Node by Tobin Ehlis · 9 years ago
  30. ea189f1 layers: Add per-thread tracking of latest cmd buffer by Tobin Ehlis · 9 years ago
  31. 8c2ed21 layers: Multi-threading fixes for DrawState by Tobin Ehlis · 9 years ago
  32. 65c4660 layers: Disable DrawState dot file autodump and an incorrect validation check by Tobin Ehlis · 9 years ago
  33. 58c025c layers: Fix DrawState bug to correctly shadow image/update structs by Tobin Ehlis · 9 years ago
  34. 481ec71 layers: DrawState bug fixes by Tobin Ehlis · 9 years ago
  35. 2f3b19b layers: Fix memtracker reporting related to freeing presentable image memory by Mark Lobodzinski · 9 years ago
  36. 6a21834 loader: do not set RTLD_DEEPBIND by Chia-I Wu · 9 years ago
  37. 03d7a09 layers: Add debug code to DrawState for alloc and free calls by Tobin Ehlis · 9 years ago
  38. 3bca6b5 layers: Fix DrawState bug in UPDATE image/buffer shadowing by Tobin Ehlis · 9 years ago
  39. 3d0d99b layers: Add memory management to DrawState by Tobin Ehlis · 9 years ago
  40. c5ad801 layers: Correctly track pSetBindPoints per stage in DrawState layer by Tobin Ehlis · 9 years ago
  41. c52b775 layers: Updated mem_tracker for new header changes. by Mark Lobodzinski · 9 years ago
  42. bbe3cc5 intel: Remove scissor enable and scissor count by Courtney Goeltzenleuchter · 9 years ago
  43. 2e67289 layers: Have DrawState and MemTracker use the common code for reporting by Jon Ashburn · 9 years ago
  44. 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
  45. 93837a0 layers: Add simple txt print of CmdBuffer contents by Tobin Ehlis · 9 years ago
  46. d01f7d6 layers: Track DrawState on a per-cmd-buffer basis by Tobin Ehlis · 9 years ago
  47. 661dc37 Enable additional Linux warnings, for loader/layers/demos. by Ian Elliott · 9 years ago
  48. 655cad7 Win: Attempt to keep from using Linux functions. by Ian Elliott · 9 years ago
  49. f15eb8a Win: "layers_config.cpp" must #include "loader_platform.h" by Ian Elliott · 9 years ago
  50. a6bbf3e Win: Build both "layer_utils.lib" and "layer_utils.dll". by Ian Elliott · 9 years ago
  51. 250e274 Add draw state diagram on pause events. by Jeremy Hayes · 10 years ago
  52. dec6051 layers: Add ability to override layer settings from file with a call by Jon Ashburn · 10 years ago
  53. ba60628 layers: Make layer utilities a shared library for one instance per all layers by Jon Ashburn · 10 years ago
  54. b049785 layers: Fixes for Windows build by Tobin Ehlis · 9 years ago
  55. 6926cd9 layers: Initial Descriptor Set output in DrawState Dot file by Tobin Ehlis · 9 years ago
  56. a3a693e layers: Restore DrawState to general level of functionality by Tobin Ehlis · 10 years ago
  57. aae93e5 layers: Validate mem ref counts in queueSubmit call by Mark Lobodzinski · 10 years ago
  58. 3d5b89d layers: Update README.md with current layer status by Tobin Ehlis · 10 years ago
  59. 92c80d7 Win: Eliminate VS2013 miscellaneous additional compiler warnings. by Ian Elliott · 10 years ago
  60. 1962880 Win: Eliminate VS2013 compiler warnings for "loader.c" ... by Ian Elliott · 10 years ago
  61. 4988dea layers: Add validation for mapped mem objects ref'd in cmd buffer by Mark Lobodzinski · 10 years ago
  62. 2d4ab1e Can compile "loader" and "layers" on Windows and Linux ... by Ian Elliott · 10 years ago
  63. 4037087 layers: Add object tracker validation for dynamic state objects by Mark Lobodzinski · 10 years ago
  64. 04178d7 layers: Continuing to update DrawState for new binding model by Tobin Ehlis · 10 years ago
  65. 7265e83 layers: Updating MemTracker and DrawState interfaces to match API updates by Tobin Ehlis · 10 years ago
  66. 91ce77e Added Mark's change to track Fence submit by Tobin Ehlis · 10 years ago
  67. 7e65d75 All of the codegen for layers is now working well enough that the generated layers will compile. by Tobin Ehlis · 10 years ago
  68. 17caf57 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 10 years ago
  69. e0d8788 xgl: Rename semaphore enums by Mark Lobodzinski · 10 years ago
  70. 9b6eae5 memory alloc: Add allocation index to BindObjectMemory by Jon Ashburn · 10 years ago
  71. 96bcce0 memory alloc: Remove xglGetMemoryHeapXXX from driver,loader, glave, layers by Jon Ashburn · 10 years ago
  72. fb80d5f xgl: Resource transition proposal from Bug 12904. by Mike Stroyan · 10 years ago
  73. 09eebd6 layers: Remove CmdBindAttachment() for tiler GPUs by Jon Ashburn · 10 years ago
  74. 8652237 layers: Update BeginCommandBuffer API for Tiler Gpus by Jon Ashburn · 10 years ago
  75. 4f1547f layers: Updated MemTracker to track per-region memory transition states for allocations by Tobin Ehlis · 10 years ago
  76. c145be8 layers: Added per-region memory state tracking by Tobin Ehlis · 10 years ago
  77. 8be20fd layers: Enhancements to MemTracker and DrawState by Tobin Ehlis · 10 years ago
  78. 6e6aa1f layers: Updated README to include ParamChecker by Tobin Ehlis · 10 years ago
  79. 14ff085 layers: Initial ParamChecker layer by Tobin Ehlis · 10 years ago
  80. 391bb6d xgl: Add xgl header changes for rev30 and 31. by Mark Lobodzinski · 10 years ago
  81. 99f8867 layers: Create APIDump[NoAddr]Cpp layers using c++ string and streams by Tobin Ehlis · 10 years ago
  82. ee70223 layers: Default MemTracker and DrawState to verbose stdout mode when no settings file present. by Tobin Ehlis · 10 years ago
  83. 7757a76 layers: xgl-helper.py depends on xgl.h by Chia-I Wu · 10 years ago
  84. 4d11dcc layers: use generated layer_intercept_proc() by Chia-I Wu · 10 years ago
  85. 1915682 layers: intercept xglCmdBindVertexData() in DrawState and MemTracker by Chia-I Wu · 10 years ago
  86. b665d94 layers: simplify xglGetProcAddr() for Basic and Multi by Chia-I Wu · 10 years ago
  87. aa4121f layers: simplify initLayerTable() by Chia-I Wu · 10 years ago
  88. 09cf5f0 layers: no explicit enum values for internal enums by Chia-I Wu · 10 years ago
  89. 892d918 layers: DrawState layer now support the layers settings file by Jon Ashburn · 10 years ago
  90. 7d7b3cf layers: MemTracker support the new layers settings file for configuration by Jon Ashburn · 10 years ago
  91. be58264 layers: Add utilities for layer configuration via settings file. by Jon Ashburn · 10 years ago
  92. f1a5a74 remove unnecessary casting between XGL_CHAR/char by Chia-I Wu · 10 years ago
  93. db2b387 layers: fix parallel building by Chia-I Wu · 10 years ago
  94. 649d871 layers: Format improvements on README by Jon Ashburn · 10 years ago
  95. 763b76e Update README.md by Jens Owen · 10 years ago
  96. e980ad7 layers: do not override CMAKE_C_FLAGS by Chia-I Wu · 10 years ago
  97. 1da4b9f layers: fix -Wpointer-sign warnings by Chia-I Wu · 10 years ago
  98. 3bf80a6 layers: fix -Wunused-variable warnings by Chia-I Wu · 10 years ago
  99. bfa3fea layers: fix -Wswitch warnings by Chia-I Wu · 10 years ago
  100. f27eba7 layers: DrawState layer can now dump png image of dot graph by Tobin Ehlis · 10 years ago