1. d7ebc77 layers: Get rid of DEVICE_MEM_INFO::refCount by Chris Forbes · 8 years ago
  2. c283d0e SPIRV: Adjust to spirv-tools library move by GregF · 8 years ago
  3. c133bd0 layers: Fix signed/unsigned comparison warnings in thread_check.h by Michael Mc Donnell · 8 years ago
  4. ad6300f loader: vk{Create|Destroy}Instance can have multiple tmp callbacks by Ian Elliott · 8 years ago
  5. 0b8507c loader: Fix createDev treminator to init the logicalDevs ICD dev by Jon Ashburn · 8 years ago
  6. 295fe40 loader: Remove trampoline/terminator dependency in vkEnumeratePhysicalDevices by Piers Daniell · 8 years ago
  7. 2477aba loader: Trampoline vkEnumeratePhysDev should use layer-returned physDev count by Piers Daniell · 8 years ago
  8. 61e4538 loader: Fix loader_unwrap_physical_device() to cast to correct type by Piers Daniell · 8 years ago
  9. ed8f231 loader: Add device callback to set dispatchable object by Jon Ashburn · 8 years ago
  10. 72690f2 loader: Remove the device_info in the layer chain structure by Jon Ashburn · 8 years ago
  11. c3c5877 loader: Add instance callback to set dispatchable objects by Jon Ashburn · 8 years ago
  12. 7da0f3b loader: Remove the instance_info in the layer chain structure by Jon Ashburn · 8 years ago
  13. 1cee141 layers: GH218 Reset availableSets count in vkResetDescriptorPool by Tobin Ehlis · 8 years ago
  14. db11763 tests: Update validation layer tests for CopyImage validation additions by Mark Lobodzinski · 8 years ago
  15. 01402f8 layers: Update layer validation doc for CopyImage validation additions by Mark Lobodzinski · 8 years ago
  16. b2ad702 layers: LX458, Extend image extent validation for CmdCopyImage by Mark Lobodzinski · 8 years ago
  17. 4575af4 layers: Accept a wider range of utf8 characters as valid by Tony Barbour · 8 years ago
  18. 4bf55d7 toolchain: Fix android build by Cody Northrop · 8 years ago
  19. c89c631 layers: Fix layer_validation_tests errors and update new message by Mark Young · 8 years ago
  20. d737b28 layers: LX265 Error if color blend attch count != subpass attch. by Mark Young · 8 years ago
  21. 9e1290e layers: Adding attachment checks to make sure they aren't out of range. by Michael Lentine · 8 years ago
  22. 4e8777c Don't validate memory if used for both input and output. by Michael Lentine · 8 years ago
  23. 0afb0eb Turn off XLIB define by Tony Barbour · 8 years ago
  24. 52bde74 layers: Fix remaining leak in vkDestroyFramebuffers by Chris Forbes · 8 years ago
  25. 695c2d4 layers: Don't leak a VkFramebufferCreateInfo from vkCreateFramebuffer by Chris Forbes · 8 years ago
  26. 0fa9221 layers: Fix the other half of #212 (bad error) by Chris Forbes · 8 years ago
  27. f321eba layers: Don't stash pointer to caller memory in bound function by Chris Forbes · 8 years ago
  28. 330404b SPIR-V: Update glslang and spriv-tools to latest by GregF · 8 years ago
  29. 0d0aa16 winrtinstaller: fix typos in windowsRuntimeInstaller/README.txt by David Pinedo · 8 years ago
  30. ba857d5 layers: GH215 Removes an invalid check in vkCmdBindDescriptorSets() by Dominik Witczak · 8 years ago
  31. 0275af0 docs: Add OSX and Android build steps by Cody Northrop · 8 years ago
  32. b3106db toolchain: Add Android specific update scripts by Cody Northrop · 8 years ago
  33. 2e319d4 layers: Update descriptor tracking in core_validation by Tobin Ehlis · 8 years ago
  34. f3ab993 #37: vkAcquireNextImageKHR() will no longer treat VK_NULL_HANDLE arg as a valid semaphore handle by Dominik Witczak · 8 years ago
  35. b029e6f layers: Build up next layer for compute shader validation by Chris Forbes · 8 years ago
  36. 1bd5db9 layers: More slight tidying of SC pass by Chris Forbes · 8 years ago
  37. ce5be90 layers: Make some SC error reporting slightly less misleading by Chris Forbes · 8 years ago
  38. 961cee7 layers: Separate out validation of a single pipeline stage by Chris Forbes · 8 years ago
  39. 1586450 layers: Add device handle in CV layer data by Chris Forbes · 8 years ago
  40. 7b0a862 layers: Remove dead render_pass forward declaration by Chris Forbes · 8 years ago
  41. 937a32c layers: Reduce noise in string conversion of objects by Chris Forbes · 8 years ago
  42. 8f00df3 layers: remove unused getTIDIndex function and associated data by Chris Forbes · 8 years ago
  43. 600e93d layers: LX446, Allow GetDeviceQueue to be called multiple times by Mark Lobodzinski · 8 years ago
  44. ccf300b layers: Relax descriptor type match for texel buffers slightly by Chris Forbes · 8 years ago
  45. 7a1d235 layers: GH195 Fix core_validation dynamic state checks by Tobin Ehlis · 8 years ago
  46. f2c7ed9 winrtinstaller: removed vulkaninfo from RT Start Menu by David Pinedo · 8 years ago
  47. ff29141 winrtinstaller: convert RT installer log file to ascii by David Pinedo · 8 years ago
  48. f7422d9 layers: Improve core_validation image layout error message by Mark Lobodzinski · 8 years ago
  49. 41bfce0 layers: Michael's fix for uninit'd data in FindLayout by Mark Lobodzinski · 8 years ago
  50. d4eb06d Remove device from layer_data_map at destroy in parameter_validation by Tony Barbour · 8 years ago
  51. 0ab73f8 tests: Fix ImageAspectMask usage for vk_blit_tests operation. by Karl Schultz · 8 years ago
  52. ef68bbe winrtinstaller: Add logging support to Windows Runtime Installer by David Pinedo · 8 years ago
  53. 8a25bce layers: Get rid of 1K limit on debug message length by Chris Forbes · 8 years ago
  54. f8b3c89 loader: Fix MSVC post-build event so copy with non-existent dir works by Jon Ashburn · 8 years ago
  55. d223e22 layers: Clarify message when query has not been performed. by Michael Lentine · 8 years ago
  56. acab9c8 Revert "layers: Make layout checks warnings for pass begin." by Michael Lentine · 8 years ago
  57. 7762141 layers: update json to 1.0.7 by Jon Ashburn · 8 years ago
  58. 45de99c header: update to version 1.0.7 by Jon Ashburn · 8 years ago
  59. d221646 Merge pull request #201 from critsec/vkjson-build-fixes by Jesse Hall · 8 years ago
  60. fd679d8 cmake: Add post build event for MSVC for vulkan dll copy by Jon Ashburn · 8 years ago
  61. e24b8e3 layers: DL - Get inheritedQueries support from physical device features by Tony Barbour · 8 years ago
  62. 6fa520f loader: ghlvl#79, Fix to not report unsupported WSI surface extensions on Linux by Jon Ashburn · 8 years ago
  63. 75b58a3 layers: Use vector::resize instead of reserve to avoid portability issue. by Karl Schultz · 8 years ago
  64. eeafb15 layers: Fix issue when sub-passes have diff attachment count. by Mark Young · 8 years ago
  65. ea2abf0 loader: Fix bugs found in code review. by Ian Elliott · 8 years ago
  66. 3b354cf loader: Setup temporary callback for vkDestroyInstance by Ian Elliott · 8 years ago
  67. 38f5bbb layers: Replace ptr-to-ptr descriptor data struct with vector by Tobin Ehlis · 8 years ago
  68. d464881 layers: Add check for renderArea being within framebuffer bounds. by Michael Lentine · 8 years ago
  69. 24e2dfe layers: LX453 fix typo in output message. by Karl Schultz · 8 years ago
  70. d198017 layers: Make layout checks warnings for pass begin. by Michael Lentine · 8 years ago
  71. 8f6abe7 layers: Update layout mismatch message to provide more detail. by Michael Lentine · 8 years ago
  72. d76b51c loader: Fix some typos from the recent WSI checkins: broke wayland by Jon Ashburn · 8 years ago
  73. 31f7284 loader: Convert fprintf() calls to loader_log() by Ian Elliott · 8 years ago
  74. 2b8965a layers: WSI functions should not work unless enabled. by Ian Elliott · 8 years ago
  75. 787eb25 loader: ghlvl 116 Fix CreateDevice to use the proper ICDs PhysDev by Jon Ashburn · 8 years ago
  76. 81e8ca4 layers: Migrate active_sets to active_slots by Tobin Ehlis · 8 years ago
  77. 60063c2 layers: Fix layout transitions for combined aspect masks. by Michael Lentine · 8 years ago
  78. 8e54a40 android: Re-enable layer validation tests using shaderc and vulkan_wrapper by Cody Northrop · 8 years ago
  79. b43afee android: Commit latest version of vulkan wrapper by Cody Northrop · 8 years ago
  80. 8020853 layers: Additional mutex fixes by Mark Lobodzinski · 8 years ago
  81. 24aab04 tests: Fix InvalidQueueFamilyIndex test by Tobin Ehlis · 8 years ago
  82. 9e44eef layers: GH177 Fix deadlocks by Tobin Ehlis · 8 years ago
  83. d883d81 layers: fix bad api version by Jon Ashburn · 8 years ago
  84. e27b7e5 GH171: Use relative path for building Android bits by Courtney Goeltzenleuchter · 8 years ago
  85. 8ed83c8 GH171: Fix compiler warning by Courtney Goeltzenleuchter · 8 years ago
  86. 09577d9 GH171: Fix for NDK packaging by Courtney Goeltzenleuchter · 8 years ago
  87. 1ae3d40 layers: remove weird double assignment to pAttachments by Chris Forbes · 8 years ago
  88. f20f094 layers: LX450, Tighten up queueFamilyIndex validation, fix crash by Mark Lobodzinski · 8 years ago
  89. 5494852 layers: Merge renderpass maps in core_validation by Tobin Ehlis · 8 years ago
  90. 4953c82 layers: Merge framebuffer maps in core_validation by Tobin Ehlis · 8 years ago
  91. a3efb0c layers: LX448, Prevent descriptorSetCount overflow in core_validation by Mark Lobodzinski · 8 years ago
  92. 2f02dc9 layers: Fix AV in core_validaton by Mark Lobodzinski · 8 years ago
  93. c84ff9b layers: Fix up MTMERGE in CV layer to allow disabling mem_tracker validation by Mark Lobodzinski · 8 years ago
  94. 5da0c96 layers: GH117: Change warning to an error. by Ian Elliott · 8 years ago
  95. fa8f032 layers: GH117: swapchain layer warns if app uses neither semaphore nor fence. by Ian Elliott · 8 years ago
  96. 0b5e208 winrtinstaller: sign Config powershell script by David Pinedo · 8 years ago
  97. c5012ff tests: Use header macro for API version rather than make_version by Jon Ashburn · 8 years ago
  98. dc9111c misc: Update to header version 1.0.6 by Jon Ashburn · 8 years ago
  99. 24edb7c Remove device from layer_data_map at destroy in parameter_validation by Tony Barbour · 8 years ago
  100. b653eb2 layers: Update event tracking to account for sequential cross command buffer and queue tracking. by Michael Lentine · 8 years ago