1. feae405 Win: Can now use "static inline" on Windows (i.e. no code mods). by Ian Elliott · 9 years ago
  2. 4470a30 loader: Windows now uses registry + env's (diff names) by Ian Elliott · 9 years ago
  3. 5350930 Win: Build Glave replay on Windows (REQUIRES NEW CMAKE COMMAND). by David Pinedo · 9 years ago
  4. eca1638 Redo the way Glave settings are obtained. by Ian Elliott · 9 years ago
  5. 691c6b2 nulldrv: Creation of the nulldrv, for use on Windows. by David Pinedo · 9 years ago
  6. c52b775 layers: Updated mem_tracker for new header changes. by Mark Lobodzinski · 9 years ago
  7. 49a6b4b tests: Fix cut-and-paste error in QuadWithIndexedVertexFetch test. by Mark Lobodzinski · 9 years ago
  8. 89ba928 loader: Enable env extensions as well as app. by Courtney Goeltzenleuchter · 9 years ago
  9. b11a0d0 tests: Fix XGLTriangleTest to not bind VBO since it doesn't use one by Tobin Ehlis · 9 years ago
  10. 084c886 cmake: support clang as the compiler by Chia-I Wu · 9 years ago
  11. 9a7f9a2 layers: Fix compilation error on ObjectTracker and Generic layer by Jon Ashburn · 9 years ago
  12. 3db6d9b intel: Add colorAttachmentCount by Courtney Goeltzenleuchter · 9 years ago
  13. 250dcdd intel: Remove unnecessary dualBlendMode enable by Courtney Goeltzenleuchter · 9 years ago
  14. bbe3cc5 intel: Remove scissor enable and scissor count by Courtney Goeltzenleuchter · 9 years ago
  15. 7131d01 Add detail on cloning repo by Courtney Goeltzenleuchter · 9 years ago
  16. 2e67289 layers: Have DrawState and MemTracker use the common code for reporting by Jon Ashburn · 9 years ago
  17. 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
  18. 93837a0 layers: Add simple txt print of CmdBuffer contents by Tobin Ehlis · 9 years ago
  19. d01f7d6 layers: Track DrawState on a per-cmd-buffer basis by Tobin Ehlis · 9 years ago
  20. 42258e0 loader: Change sample code to not include a pointer. by Ian Elliott · 9 years ago
  21. 3672c78 loader: Fix and enhance README.md. by Ian Elliott · 9 years ago
  22. 4204584 Eliminate "-Wsign-compare" warnings on Linux ... by Ian Elliott · 9 years ago
  23. 661dc37 Enable additional Linux warnings, for loader/layers/demos. by Ian Elliott · 9 years ago
  24. 19cedb4 glave: Replay for UpdateDescriptor handle multiple replays by Jon Ashburn · 9 years ago
  25. 289f3e0 Minor fix/enhancement to BUILD.md. by Ian Elliott · 9 years ago
  26. 655cad7 Win: Attempt to keep from using Linux functions. by Ian Elliott · 9 years ago
  27. e536946 Linux: Add back the "C99" comment within "loader_platform.h" by Ian Elliott · 9 years ago
  28. 64ca923 icd: add loader magic word to verify ICD is compatible by Courtney Goeltzenleuchter · 9 years ago
  29. f1a3ae7 Win/icd: Move STATIC_INLINE macro, and use for magic funcs. by Ian Elliott · 9 years ago
  30. 5cc4635 glave: Unregister debug callback on DestroyInstance() by Jon Ashburn · 9 years ago
  31. 9ef8beb glave: Handle null pointers in stringify of entrypoint parameters by Jon Ashburn · 9 years ago
  32. 3acddc1 Update BUILD.md by Jens Owen · 9 years ago
  33. f15eb8a Win: "layers_config.cpp" must #include "loader_platform.h" by Ian Elliott · 9 years ago
  34. a6bbf3e Win: Build both "layer_utils.lib" and "layer_utils.dll". by Ian Elliott · 9 years ago
  35. 250e274 Add draw state diagram on pause events. by Jeremy Hayes · 9 years ago
  36. 68dc68e glave: Add xgl settings that control the MemTracker and DrawState layers by Jon Ashburn · 10 years ago
  37. dec6051 layers: Add ability to override layer settings from file with a call by Jon Ashburn · 10 years ago
  38. ba60628 layers: Make layer utilities a shared library for one instance per all layers by Jon Ashburn · 10 years ago
  39. b049785 layers: Fixes for Windows build by Tobin Ehlis · 9 years ago
  40. c0521e7 tests demos: Fix pDataSize to be either unitinitalized or initialized. by Jon Ashburn · 9 years ago
  41. e3a667c glave: Fix entrypoints with pDataSize and pData to handle non-input param by Jon Ashburn · 9 years ago
  42. 05cfe26 glave: remap sampler object in xglCreateDescriptorSetLayout() by Jon Ashburn · 9 years ago
  43. 308cc4c glave: Actually add the memory barrier list of structures to trace file by Jon Ashburn · 9 years ago
  44. 67c6580 glave: Remap buf/image obj for MEMORY_BARRIER for cmdWaitEvents,cmdPipeBarrier by Jon Ashburn · 9 years ago
  45. 1660b1b glave: Fix interpretation of allocMemory and beginCommandBuffer trace packets by Jon Ashburn · 9 years ago
  46. 1edd884 glave: Qualify adding to trace packet descriptor set layout structs by Jon Ashburn · 9 years ago
  47. 50a561c loader: Update README.md to instancing API and C++ ICDs by Jon Ashburn · 9 years ago
  48. 6926cd9 layers: Initial Descriptor Set output in DrawState Dot file by Tobin Ehlis · 9 years ago
  49. a3a693e layers: Restore DrawState to general level of functionality by Tobin Ehlis · 9 years ago
  50. aec3b8e Win: Build both STATIC (.lib) and SHARED (.dll) loader libraries. by Ian Elliott · 9 years ago
  51. 7cc5ec8 glave: Fix for not correctly parsing down tree of structs in AllocMemory by Tobin Ehlis · 9 years ago
  52. a8f6afe glave: Add custom code for embedded ptrs in CmdWaitEvents and CmdPipelineBarrier calls by Tobin Ehlis · 9 years ago
  53. aae93e5 layers: Validate mem ref counts in queueSubmit call by Mark Lobodzinski · 9 years ago
  54. 709e16d layers: Handle null fence objects in validation by Mark Lobodzinski · 9 years ago
  55. b5a7371 Merge pull request #2 from FslNopper/master by Norbert Nopper · 9 years ago
  56. 6d83a0d Merge pull request #2 from KhronosGroup/master by Norbert Nopper · 9 years ago
  57. 92b336a Win: Allow the demos "tri" and "xglinfo" to build on Windows. by Ian Elliott · 9 years ago
  58. a7910a0 Restore xgl.h comments and original whitespace by Piers Daniell · 9 years ago
  59. 70432de Get xglPlatform.h working with old MSVC by Gingertoes · 9 years ago
  60. 22acd8f Merge branch 'FslNopper-master' by Courtney Goeltzenleuchter · 9 years ago
  61. eb45076 Fix unitialized value in xglCreateInstance(). by Ian Elliott · 9 years ago
  62. c322cbc Changed note, that everything can be done in the console. by Norbert Nopper · 9 years ago
  63. ebd2109 Improved note layout. by Norbert Nopper · 9 years ago
  64. af90ca6 Added note on how to reinstall working driver. by Norbert Nopper · 9 years ago
  65. 07f4003 Merge pull request #1 from KhronosGroup/master by Norbert Nopper · 9 years ago
  66. f435160 misc:Fixes to get better behavior in release builds by Tony Barbour · 9 years ago
  67. 3c74964 misc: Add warning about recent Ubuntu 14.10 issue by Courtney Goeltzenleuchter · 9 years ago
  68. 997a9de glave: fix replay of AllocMemory packets with info chained structures by Jon Ashburn · 9 years ago
  69. 8ec92b7 BIL: Update BIL version by Courtney Goeltzenleuchter · 9 years ago
  70. cb273e7 glave:Fix off by one error in image generation by Tony Barbour · 9 years ago
  71. c7fd978 glave: Fix debugger to export g_pReplaySettings for xglreplayer library by Jon Ashburn · 9 years ago
  72. a303da1 Add build instructions for Windows. by Ian Elliott · 9 years ago
  73. dfd78a5 BIL: Update revision number for BIL by Courtney Goeltzenleuchter · 9 years ago
  74. a7390a0 tools:Incorperate review feedback on glave screenshots by Tony Barbour · 9 years ago
  75. 5d5bc99 glave:add code to snapshot frames by Tony Barbour · 9 years ago
  76. 3d5b89d layers: Update README.md with current layer status by Tobin Ehlis · 9 years ago
  77. 92c80d7 Win: Eliminate VS2013 miscellaneous additional compiler warnings. by Ian Elliott · 9 years ago
  78. a83a58a Win: Eliminate VS2013 compiler warnings in auto-gen'd layer code. by Ian Elliott · 9 years ago
  79. 1962880 Win: Eliminate VS2013 compiler warnings for "loader.c" ... by Ian Elliott · 9 years ago
  80. 457810e Win: Move some macros to "loader_platform.h" by Ian Elliott · 9 years ago
  81. 6c3c512 misc: Update readme for alpha header post by Courtney Goeltzenleuchter · 9 years ago
  82. a04529d glave: More fixes to UpdateDescriptors UPDATE_BUFFERS and UPDATE_IMAGES by Jon Ashburn · 9 years ago
  83. d2b88e8 glave: Don't dereference null pUserData in APIDump* layers by Tobin Ehlis · 9 years ago
  84. 49c3ddd glave: Fix bugs with UpdateDescriptors pUpdateChain on replay by Tobin Ehlis · 9 years ago
  85. 9c246bc glave: Fixes in UpdateDescriptar and ClearDescriptorSets by Jon Ashburn · 9 years ago
  86. 629f800 glave: Add interpret function for xglCreateDescriptorSetLayout by Jon Ashburn · 9 years ago
  87. 7e62676 glave: Create interpret function for pUpdateChain of xglUpdateDescriptors() by Tobin Ehlis · 9 years ago
  88. 4622454 glave: fix CreateDescriptorRegion trace/replay by Jon Ashburn · 9 years ago
  89. 459a137 glave: Fix trace/replay of CreateDynamicViewportState by Jon Ashburn · 9 years ago
  90. 23438a7 glave: Various fixes for UPDATE_SAMPLERS and PIPELINE_CB_STATE structures by Jon Ashburn · 9 years ago
  91. c579882 glave: Fix EnumerateLayers replay to handle if layer libs differ from tracing by Jon Ashburn · 9 years ago
  92. d47a1c4 xgl: Final edits for rev47+ alignment by Mark Lobodzinski · 9 years ago
  93. 4988dea layers: Add validation for mapped mem objects ref'd in cmd buffer by Mark Lobodzinski · 9 years ago
  94. f6f8cd4 glave: Glave updated for resource binding model by Tobin Ehlis · 9 years ago
  95. 2d4ab1e Can compile "loader" and "layers" on Windows and Linux ... by Ian Elliott · 10 years ago
  96. 03d0bcc glave: On replay remap buffer handle for CreateBufferView by Jon Ashburn · 9 years ago
  97. 4037087 layers: Add object tracker validation for dynamic state objects by Mark Lobodzinski · 9 years ago
  98. c5c4960 loader: Make sure loader instances get updated upon DestroyInstance() by Jon Ashburn · 9 years ago
  99. 6e9ca2b glave: Only remove replay handle maps on DestroyInstance by Jon Ashburn · 9 years ago
  100. d07dfef glave: Fix tracing CreateInstance appInfo and replay DestroyInstance rm map by Jon Ashburn · 9 years ago