1. 510e20d header: Update 1.0.3 header revision for inclusion of debug report extension by Mark Lobodzinski · 9 years ago
  2. 5a0f283 android: Add support for Android surface extension by Courtney Goeltzenleuchter · 9 years ago
  3. 3ce90b0 param_checker: Check for pQueuePriorities by Courtney Goeltzenleuchter · 9 years ago
  4. 151ac82 layers: Validate wait event sourceStageMask. by Michael Lentine · 9 years ago
  5. 63a8988 license: move RenderDoc license from LoaderAndTools to SDK by David Pinedo · 8 years ago
  6. 7c4ab30 layers: Use accessible id set when determining shader's descriptor use by Chris Forbes · 9 years ago
  7. 1a88b67 layers: Add spirv static call tree walker by Chris Forbes · 9 years ago
  8. 0aa341d layers: Collect OpFunction defs by Chris Forbes · 9 years ago
  9. d08b489 layers: Pass the entrypoint down to collect_interface_by_location by Chris Forbes · 9 years ago
  10. fee80f5 layers: Use entrypoint interface specification to collect variables by Chris Forbes · 9 years ago
  11. 82b1aa5 layers: Look up entrypoint for each shader stage by Chris Forbes · 9 years ago
  12. 0188fda layers: Minor housekeeping in draw_state. by Chris Forbes · 9 years ago
  13. 4f9b0e6 tests: Add optional entrypoint name to test shader object. by Chris Forbes · 9 years ago
  14. 115fd7f layers: Fix and re-enable layout checks. by Michael Lentine · 9 years ago
  15. 8bb7c2f layers: Update unique_objects to make use of safe_structs by Tobin Ehlis · 9 years ago
  16. 3764969 layers: Update vk_helper to generate safe_struct wrappers by Tobin Ehlis · 9 years ago
  17. e15ca53 layers: Validate specialization entry data is fully contained within the specialization data block. by Chris Forbes · 9 years ago
  18. fe6cf55 Validate buffer barrier size and offset. by Michael Lentine · 9 years ago
  19. a34f157 layers: Correctly handle VK_WHOLE_SIZE for dynamic offsets by Tobin Ehlis · 9 years ago
  20. f141f22 layers: Validate event is not in use when deleted. by Michael Lentine · 9 years ago
  21. e3ec342 layers: Also allow fences to be submitted via acquire next image. by Michael Lentine · 9 years ago
  22. e0ea469 layers: Validate semaphore is not in use when deleted. by Michael Lentine · 9 years ago
  23. 46f49f9 layers: Validate fences not in use when reset. by Michael Lentine · 9 years ago
  24. 4ccea8a winrtinstaller: Fix typo in messagebox by David Pinedo · 9 years ago
  25. 6d5fcfd winrtinstaller: add section to README on ProductVersion property by David Pinedo · 9 years ago
  26. 41c5c4b bug-135: param_checker incorrectly checking optional strings by Courtney Goeltzenleuchter · 9 years ago
  27. 842691b bug 134: param_checker using layer private data before it's been created by Courtney Goeltzenleuchter · 9 years ago
  28. df82957 licensing: Add RenderDoc to LICENSE.txt by David Pinedo · 9 years ago
  29. 7bce7f2 Merge branch 'stroyan_draw_state_beginCB' into 'master' by Tobin Ehlis · 9 years ago
  30. 09c4e4c winrtinstaller: Remove mention of SDK from RT license file by David Pinedo · 9 years ago
  31. 3797633 winrtinstaller: Add file properties to rt installer executable by David Pinedo · 9 years ago
  32. af73069 More api version bumps by Tony Barbour · 9 years ago
  33. cd48951 layers: Update api version to 1.0.3 in json files by Tony Barbour · 9 years ago
  34. 1aec29c include: Use single-quote no paths when including sibling headers by Karl Schultz · 9 years ago
  35. 111d8d9 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  36. 3f537a5 winrtinstaller: change to README so it matches sdk_1.0.3 version by David Pinedo · 9 years ago
  37. 5f7ebd8 winrtinstaller: Add section on error return values. by David Pinedo · 9 years ago
  38. 6ab257c winrtinstaller: add more error checks during install, uninstall by David Pinedo · 9 years ago
  39. ea4e8f1 layers: Validate fence not in use when deleted. by Michael Lentine · 9 years ago
  40. 93999f3 layers: Validate command buffer doesn't have duplicate query type. by Michael Lentine · 9 years ago
  41. 6bb8e42 layers: Validate pipeline stats query with secondary cmdbufs. by Michael Lentine · 9 years ago
  42. 9477196 layers: Validate no active queries unless enabled. by Michael Lentine · 9 years ago
  43. 0a369f6 layers: Enable Wall and Werror. by Michael Lentine · 9 years ago
  44. 2d8e6e0 layers: draw_state allow pInheritanceInfo NULL by Mike Stroyan · 9 years ago
  45. 9f941e7 layers: Don't skip over tessellation stages when validating stage interfaces by Chris Forbes · 9 years ago
  46. 9d09277 winrtinstaller: A new dir is created for reinstall of same version by David Pinedo · 9 years ago
  47. 32eb2ec winrtinstaller: Allow uninstall to be run from any dir by David Pinedo · 9 years ago
  48. 9b9d8de winrtinstaller: fix install dir not recorded in registry correctly by David Pinedo · 9 years ago
  49. 5580597 winrtinstaller: install to to same dir if already installed. PUBLISHER changed. by David Pinedo · 9 years ago
  50. 5edce89 header: Update to version 1.0.3 which adds some version macros by Jon Ashburn · 9 years ago
  51. c1cf6a8 loader: Change error to warning for missing layer registry key by Jon Ashburn · 9 years ago
  52. c297268 loader: add Architecture and interface document by Jon Ashburn · 9 years ago
  53. 51d3507 windowssdk: Fix 32-bit install issue with Powershell script. by Mark Young · 9 years ago
  54. d1aa0c1 Add .clang-format: LLVM style with IndentWidth of 4. by Karl Schultz · 9 years ago
  55. 24038ca Adjust .gitignore to remove vktrace files and add cmake user file. by Karl Schultz · 9 years ago
  56. 501075b draw_state: Add FIXME/TODO for vkAcquireNextImageKHR(..., fence, ...). by Ian Elliott · 9 years ago
  57. 73bf8bc layers: Redo draw_state locking--all in top-level functions. by Ian Elliott · 9 years ago
  58. 2264144 linux: use linux naming conventions by Jeremy Hayes · 9 years ago
  59. e9f09ef loader: Null-terminated string checks by Mark Lobodzinski · 9 years ago
  60. 9a1c7b7 layers: Add string validation to param_checker by Mark Lobodzinski · 9 years ago
  61. a9f3349 layers: Add UTF-8 String validation utility by Mark Lobodzinski · 9 years ago
  62. ae8e8a7 layers: lock use of threading layer cmd pool map by Mike Stroyan · 9 years ago
  63. 91163c8 winrtinstaller: update license text by David Pinedo · 9 years ago
  64. 7ec8609 layers: MR215 Update spec version to match json files by Courtney Goeltzenleuchter · 9 years ago
  65. 89f8f36 loader: MR215 device extensions not enumerated by Courtney Goeltzenleuchter · 9 years ago
  66. 929f879 layers: In GetInstanceProcAddr, intercept instance procs even if NULL instance by Karl Schultz · 9 years ago
  67. 37bef95 layers: Fix 32-bit Windows build by Dustin Graves · 9 years ago
  68. 899960f layers: Fix CreateSemaphore/CreateEvent conflict by Dustin Graves · 9 years ago
  69. 92136bd layers: MR217 Turn on more layers for Android build by Cody Northrop · 9 years ago
  70. d08141b layers: MR217 Fix Android build of swapchain by Cody Northrop · 9 years ago
  71. 453e91f layers: MR217 Fix unique_objects android build by Tobin Ehlis · 9 years ago
  72. 70d08eb winrtinstaller: update licenses by David Pinedo · 9 years ago
  73. dd59bcc Fix so that store images and buffers are assumed written. by Michael Lentine · 9 years ago
  74. 9595b06 layer: GL125 only check for fence in_use on valid fence handles by Tobin Ehlis · 9 years ago
  75. a033533 layers: GL127 GL128 fix duplicate in_use updates by Tobin Ehlis · 9 years ago
  76. e567ae6 layers: thread checks of VkCommandBuffer pool read by Mike Stroyan · 9 years ago
  77. a7bf328 layers: thread checks for vkDestroyInstance and vkDestroyDevice by Mike Stroyan · 9 years ago
  78. c877450 layers: allow one thread multiple uses of object by Mike Stroyan · 9 years ago
  79. 1a08001 layers: use less of namespace std by Mike Stroyan · 9 years ago
  80. 3409fcd layers: change android build to xml threading by Mike Stroyan · 9 years ago
  81. 31c50c8 layers: Handle 32-bit threading validation by Mike Stroyan · 9 years ago
  82. 10b8cb7 tests: disable bailout in teardown by Mike Stroyan · 9 years ago
  83. 845bdc4 layers: Add threading layer generation by Mike Stroyan · 9 years ago
  84. dee76ef layers: bring xml and scripts from documentation by Mike Stroyan · 9 years ago
  85. 431b82a winrtinstaller: Improve search for layer json files in SDK Bin dir by David Pinedo · 9 years ago
  86. 1e368f7 windowsrtinstaller: Change lincense info. by David Pinedo · 9 years ago
  87. 76c0560 windowsrtinstaller: updated license by David Pinedo · 9 years ago
  88. 36048ab windowrtinstaller: Add more details to README.txt by David Pinedo · 9 years ago
  89. 81661c4 layers: LX324, Fix descriptor indices in draw_state by Mark Lobodzinski · 9 years ago
  90. eda0d27 layers: MR213 GL126 Fix render pass compatibility check by Michael Lentine · 9 years ago
  91. 0d617f1 layers: Fix subscript-out-of-range crash in mem_tracker by Mark Lobodzinski · 9 years ago
  92. a3c69bc layers: Fix vkEnumeratePhysicalDevices()--was always returning an error. by Ian Elliott · 9 years ago
  93. 3c99d55 layers: Move logging callback destroy after logging calls by Mark Lobodzinski · 9 years ago
  94. d7b18f9 loader: filter device extensions in the terminator instead of trampoline by Jon Ashburn · 9 years ago
  95. 3231183 layers: MR212 Add locking to the swapchain layer. by Ian Elliott · 9 years ago
  96. 684924e layers: Fix for GL119 to correctly index into pBindings by Tobin Ehlis · 9 years ago
  97. 0998ede layers: Verify that command buffer is recorded when submitted to a primary. by Michael Lentine · 9 years ago
  98. d7621bb layers: Validate secondary command buffers are most recently bound. by Michael Lentine · 9 years ago
  99. c7cf918 layers: Validate command buffer is not being used simultaneously unless specified. by Michael Lentine · 9 years ago
  100. 258ddda layers: MR208 Improve locking in the mem_tracker layer. by Ian Elliott · 9 years ago