1. 06e1e5f layers: Remove dead/unused object_tracker functions by Mark Lobodzinski · 7 years ago
  2. 4c76474 layers: Remove extension enable checks from OT by Mark Lobodzinski · 7 years ago
  3. a21a5c9 layers: Simplfy object_tracker GetProcAddr handling by Mark Lobodzinski · 7 years ago
  4. dab3289 layers: Update subrange checks+tests to new VUIDs by Petr Kraus · 7 years ago
  5. 7aec71b layers: Fix some valgrind issues by Chris Forbes · 7 years ago
  6. ee7e96d layers: Fix leak of descriptor pool states by Gabríel Arthúr Pétursson · 7 years ago
  7. c8bee42 layers: Use unique_ptr for descriptor set layout map by Gabríel Arthúr Pétursson · 7 years ago
  8. 0a136bc layers: Free pipeline state memory in vkDestroyPipeline by Gabríel Arthúr Pétursson · 7 years ago
  9. 6b9ff92 layers: Destroy physical devices in object tracker's vkDestroyInstance by Gabríel Arthúr Pétursson · 7 years ago
  10. d27b109 layers: Free per-device and -instance data on destroy by Gabríel Arthúr Pétursson · 7 years ago
  11. 28a1bf0 tests: clang-format only by Dave Houlton · 7 years ago
  12. d3d1f97 tests: Redo extension handling in framework by Dave Houlton · 7 years ago
  13. 70e7dbe layers: Remove dead functions from core_validation by Mark Lobodzinski · 7 years ago
  14. 3616276 layers: Clean up core_validation GPA def & handling by Mark Lobodzinski · 7 years ago
  15. 115665a tests: Add extension not enabled test by Mark Lobodzinski · 7 years ago
  16. fac1db7 layers: Remove unused extension enable data structs by Mark Lobodzinski · 7 years ago
  17. 2543dc3 layers: Unify extension enable tracking by Mark Lobodzinski · 7 years ago
  18. 5db678a layers: Rename PV device extension enables by Mark Lobodzinski · 7 years ago
  19. 5bb95a5 layers: Remove device_extensions.h from repo by Mark Lobodzinski · 7 years ago
  20. 3a42200 layers: Move PV to use new extension helper by Mark Lobodzinski · 7 years ago
  21. c757b17 layers: Remove device_extensions.h from unique objs by Mark Lobodzinski · 7 years ago
  22. a149f1a layers: Renamed extensions struct for devices in CV by Mark Lobodzinski · 7 years ago
  23. d4eaca3 layers: Move CV to use new extension helper by Mark Lobodzinski · 7 years ago
  24. 0e9c6ae build: Add extension helper generation to cmake by Mark Lobodzinski · 7 years ago
  25. e041065 scripts: Add codegen for vk_extension_helper.h by Mark Lobodzinski · 7 years ago
  26. 83d9c27 scripts: Add generator options for extension helper by Mark Lobodzinski · 7 years ago
  27. 4d35675 layers: Fixup VUID ref in comment by Mark Lobodzinski · 7 years ago
  28. e6e1222 layers: Fix script crash for special-cased err enum by Mark Lobodzinski · 7 years ago
  29. af2f0d6 Merge branch 'trunk' by David Pinedo · 7 years ago
  30. 0f43144 Merge branch 'abelal-cmake_src' by David Pinedo · 7 years ago
  31. 175d9f6 Merge branch 'cmake_src' of git://github.com/abelal/VulkanTools into abelal-cmake_src by David Pinedo · 7 years ago
  32. 37a45cc Merge branch 'abelal-jsoncpp' by David Pinedo · 7 years ago
  33. 0e63c3b layersvt: Update apidump HTML backend by Jeremy Kniager · 7 years ago
  34. 639fe0e layers: apidump: Add HTML dump option by joey-lunarg · 7 years ago
  35. d15f27d Merge branch 'jsoncpp' of git://github.com/abelal/VulkanTools into abelal-jsoncpp by David Pinedo · 7 years ago
  36. 4d7d8be vktrace: Handle non-null pNext in vkCreateBuffer trace/replay by David Pinedo · 7 years ago
  37. 50791b4 CMakeLists: do not use hardcoded paths by Awais Belal · 7 years ago
  38. 5aa04f0 CMakeLists: conditionalize JSONCPP search by Awais Belal · 7 years ago
  39. 06b3be5 scripts:Update bad line in database by Tobin Ehlis · 7 years ago
  40. fc5878a layers: Update vuid scripts for Windows, python3 by Mark Lobodzinski · 7 years ago
  41. 9c417e6 scripts:Update VUIDs for spec 1.0.51 by Tobin Ehlis · 7 years ago
  42. a645be9 scripts:Update json parsing and vuid update by Tobin Ehlis · 7 years ago
  43. 127131c header: Update to 1.0.51 Vulkan version by Mark Lobodzinski · 7 years ago
  44. ee52d73 layers: Fix bad behavior in repeated calls to CV GetSwapchainImagesKHR by Chris Forbes · 7 years ago
  45. a72d7c6 layers: Fix some typos by Chris Forbes · 7 years ago
  46. 43a3cdd layers: Remove FRAMEBUFFER_STATE::referencingCommandBuffers by Chris Forbes · 7 years ago
  47. f7844aa layers: Remove MT_FB_ATTACHMENT_INFO::mem by Chris Forbes · 7 years ago
  48. 410197e layers: Remove dead device queue tracking from swapchain by Chris Forbes · 7 years ago
  49. 7360e53 layers: remove useless check from GetSwapchainImagesKHR by Chris Forbes · 7 years ago
  50. 87a367d layers: Remove check from swapchain already done by OT by Chris Forbes · 7 years ago
  51. 255e7a2 loader: Fix buffer overflow in loader_add_to_dev_ext_list by Gabríel Arthúr Pétursson · 7 years ago
  52. b7cb16b tests: Free descriptor sets before destroying their layouts by Gabríel Arthúr Pétursson · 7 years ago
  53. fef8b01 tests: Fix buffer overflow in VertexBufferInvalid test by Gabríel Arthúr Pétursson · 7 years ago
  54. 8f9948a loader: Add emulation for EXT inst extensions by Lenny Komow · 7 years ago
  55. 1f87c15 vktrace: Fix vktrace layer compile on Windows by David Pinedo · 7 years ago
  56. 9519c84 Merge branch 'jyangsh-jyang_arm_android_network_fix' by David Pinedo · 7 years ago
  57. 16cc990 Merge branch 'jyang_arm_android_network_fix' of git://github.com/jyangsh/VulkanTools into jyangsh-jyang_arm_android_network_fix by David Pinedo · 7 years ago
  58. 982232b demos: Fix fence sync after new throttling scheme by Tony Barbour · 7 years ago
  59. 4e54b14 tests: Add ExceedMemoryAllocationCount using profile layer by Tony Barbour · 7 years ago
  60. 7e6e9a0 tests: Add device_profile_api layer by Arda Coskunses · 7 years ago
  61. 3bb15c5 vktrace: remove the unnecessary included header files by Jeffrey Yang · 7 years ago
  62. 94c684a layers: Add todo for pNext ext dependency codegen by Mark Lobodzinski · 7 years ago
  63. 0496769 layers: Add missing/disabled extension validation by Mark Lobodzinski · 7 years ago
  64. 018a9f5 layers: Remove redundant device ext dep checks by Mark Lobodzinski · 7 years ago
  65. 95f551b layers: Remove redundant instance ext dep checks by Mark Lobodzinski · 7 years ago
  66. fc7b882 Layers: Implement PV per-API ext dependency checks by Mark Lobodzinski · 7 years ago
  67. 23727e8 layers: Pass layer data into PV validation functions by Mark Lobodzinski · 7 years ago
  68. ea2b23f layers: Move PV layer data structs into header by Mark Lobodzinski · 7 years ago
  69. 9482de5 Layers: Add code-gen'd calls to val exts by Mark Lobodzinski · 7 years ago
  70. b3d9d8b layers: Remove duplicate check and dead code by Mike Schuchardt · 7 years ago
  71. 69a6618 tests: Fix unexpected errors by Mike Schuchardt · 7 years ago
  72. 451113c layers: PV code gen for FlagBits enum parameters by Mike Schuchardt · 7 years ago
  73. 43a02ff layers: Add VU offset checks to BlitImage by Dave Houlton · 7 years ago
  74. a3d1258 loader: Emulate surface capabilities 2 by Lenny Komow · 7 years ago
  75. 48c350f vktrace: move the _Unload() to vktrace_lib_trace.cpp by Jeffrey Yang · 7 years ago
  76. cdcc2e3 layers: Add VkObjectType conversion by Mark Young · 7 years ago
  77. b4e5575 build: Speed up AppVeyor builds. by Karl Schultz · 7 years ago
  78. 976dbab tests: clean up ResolveImageHighSampleCount by Chris Forbes · 7 years ago
  79. 0917ce6 tests: Clean up ResolveImageLowSampleCount by Chris Forbes · 7 years ago
  80. 8a5726e tests: Remove dead TODO by Chris Forbes · 7 years ago
  81. 05384e1 tests: Clean up CopyImageDepthStencilFormatMismatch test by Chris Forbes · 7 years ago
  82. d4394d2 tests: Remove depthformat check from ImageViewSubresourceRangeTests by Chris Forbes · 7 years ago
  83. afad2ca tests: Split up ImageLayerViewTests by Chris Forbes · 7 years ago
  84. 79716a4 tests: Split off unrelated format case from ImageLayerViewTests by Chris Forbes · 7 years ago
  85. 0a9ca62 via: Add dlopen(.., RTLD_NOW) by Mark Young · 7 years ago
  86. 1f545a2 tests: Remove problematical KHR_mnt1 check by Dave Houlton · 7 years ago
  87. db3f7b8 layers: gh1649 - Fix clang warning by Mark Young · 7 years ago
  88. 5b37e70 external: Update external revisions by Jeremy Hayes · 7 years ago
  89. c983097 Merge branch 'trunk' by David Pinedo · 7 years ago
  90. 568c5ab vktrace: fix windows build by Jeffrey Yang · 7 years ago
  91. ac61b45 vktrace: Move the _Unload() to the vktrace_lib_helpers.h by Jeffrey Yang · 7 years ago
  92. d940ce3 loader: Fix env usage and cleanup messages by Mark Young · 7 years ago
  93. 0f75920 loader: Extend emulation to VkDevice creation by Lenny Komow · 7 years ago
  94. b04267f loader: Add additional extensions to ext emulation by Lenny Komow · 7 years ago
  95. 5038ce0 layers: Add new exts to device_extensions hdr by Mark Lobodzinski · 7 years ago
  96. cb21f7e tests: Simplify and re-enable UnrecognizedValueMaxEnum by Cort Stratton · 7 years ago
  97. b99feb2 tests: Direct win32 CRT assertions to stderr rather than dialog by Chris Forbes · 7 years ago
  98. 5e22c12 layers: Add tracking of VkDescriptorUpdateTemplateKHR by Mark Young · 7 years ago
  99. ac2cc25 tests: Fix Windows build warning by Petr Kraus · 7 years ago
  100. 27561f3 vktrace: Unload the network for Android by Jeffrey Yang · 7 years ago