1. ed03fec layers: Check use of CapabilityShaderDrawParameters against ext enable by Chris Forbes · 7 years ago
  2. 3fbe81e layers: Pass whole layer_data down through more of SC by Chris Forbes · 7 years ago
  3. 4265817 layers: Track if VK_KHR_shader_draw_parameters is enabled by Chris Forbes · 7 years ago
  4. 10b3948 nop: Clean up comments by Dave Houlton · 7 years ago
  5. 4eaaf3a layers: Add VUs 1200&1201, and a test by Dave Houlton · 7 years ago
  6. 33c22b7 layers: Add VU 01185 and a test by Dave Houlton · 7 years ago
  7. ebbc21c build: Improve pkg-config to handle 64-bit distros by leigh123linux · 7 years ago
  8. ab2c535 tests: Add loader device group tests by Mark Young · 7 years ago
  9. 73c0f35 tests: Fix Maintenance1Tests to handle lack of extension by Tony Barbour · 7 years ago
  10. 2a54c01 Revert "tests: Fail on unexpected errors" by Jeremy Hayes · 7 years ago
  11. 3ed87a0 tests: Make Maintenance1Tests a positive test by Tony Barbour · 7 years ago
  12. 1fa0970 tests: Move InitFramework call into Init function by Tony Barbour · 7 years ago
  13. 0f94144 layers: Fix incorrect KHR/KHX ifdefs. by Jamie Madill · 7 years ago
  14. 05e4f6a tests: Add more loader alloc tests by Mark Young · 7 years ago
  15. d66edd5 loader: Fix vkEnumeratePhysicalDeviceGroupsKHX by Mark Young · 7 years ago
  16. 47acaac tests: Fail on unexpected errors by Jeremy Hayes · 7 years ago
  17. f8e749f tests: Fix MiscImageLayerTests unexpected errors by Jeremy Hayes · 7 years ago
  18. 2ffbaa7 tests: Fix ImageLayerViewTests unexpected errors by Jeremy Hayes · 7 years ago
  19. 96dcd81 tests: Fix ImageLayerUnsupportedFormat errors by Jeremy Hayes · 7 years ago
  20. a1ffc2b tests: Fix InvalidImageView unexpected error by Jeremy Hayes · 7 years ago
  21. 93266cf tests: Remove unexpected error by Jeremy Hayes · 7 years ago
  22. b26fd04 tests: Fix unexpected errors by Jeremy Hayes · 7 years ago
  23. 3512787 build: Fix potentially uninitialized VS2015 warning by Jamie Madill · 7 years ago
  24. cdf9513 tests:Disable maintenance1_ext by default by Tobin Ehlis · 7 years ago
  25. d5197d0 layers: Fix CTS BufferView UpdateTemplate crash by Mark Lobodzinski · 7 years ago
  26. f320b19 layers:Connect VK_EXT_validation_flags by Tobin Ehlis · 7 years ago
  27. 39b6437 build: Add uninstall target for Linux by Karl Schultz · 7 years ago
  28. b4d31af build: Add pkgconfig file for the Vulkan loader by Karl Schultz · 7 years ago
  29. e4e225d tests: Positive tests for VU 00303-00308 by Mike Weiblen · 7 years ago
  30. e6e0117 tests: Negative tests for VU 00303-00308 by Mike Weiblen · 7 years ago
  31. 62d08a3 layers: Implement VU 00303-00308 by Mike Weiblen · 7 years ago
  32. c7c57cc Merge pull request #1578 from KhronosGroup/stroyan_loader_json_init by Mike Stroyan · 7 years ago
  33. 1d218cc header: Update to 1.0.43 header version by Mark Lobodzinski · 7 years ago
  34. 0b9e99b layers: Remove deprecated KHX extension from OT/PV by Mark Lobodzinski · 7 years ago
  35. 5318b11 layers: Fix round tripping uint32_t through int by bungeman · 7 years ago
  36. f7d8539 externals: Update GitHub master commit refs by Mike Weiblen · 7 years ago
  37. df784fc tests: Add negative viewport ht maintenance1 test by Mark Lobodzinski · 7 years ago
  38. 885790e layers: Add PV Maintenance1 negative viewport check by Mark Lobodzinski · 7 years ago
  39. 8190821 loader: Initialize json_version by Mike Stroyan · 7 years ago
  40. 7332f34 tests: Fix CmdClearAttachmentTests error by Jeremy Hayes · 7 years ago
  41. d5b95db tests: Fix DSUpdateOutOfBounds unexpected errors by Jeremy Hayes · 7 years ago
  42. 293c7ed tests: Fix DSAspectBitsErrors unexpected errors by Jeremy Hayes · 7 years ago
  43. d1a6a82 tests: Fix DSBufferInfo unexpected errors by Jeremy Hayes · 7 years ago
  44. 8a43a0d tests: Fix InvalidQueueFamilyIndex error by Jeremy Hayes · 7 years ago
  45. 483d95d tests: Fix IdxBufferAlignmentError error by Jeremy Hayes · 7 years ago
  46. a3d5c7b tests: Fix ClearColorImageWithinRenderPass by Jeremy Hayes · 7 years ago
  47. ba817e1 tests: Fix unexpected error by Jeremy Hayes · 7 years ago
  48. 94a4245 layers: Add missing format specifier to CV by Mark Lobodzinski · 7 years ago
  49. 74e91e8 layers: Add depthBiasClamp device feature checks by Mark Lobodzinski · 7 years ago
  50. 035a4cf layers: Add sparseResidencyAliased feature check by Mark Lobodzinski · 7 years ago
  51. af35506 layers: Add sparseResidencyBuffer feature check by Mark Lobodzinski · 7 years ago
  52. 847b60c layers: Add sparseBinding device feature checks by Mark Lobodzinski · 7 years ago
  53. d678dcc layers: Add enabled_features accessor function by Mark Lobodzinski · 7 years ago
  54. 64f374e layers: Add textureCompressionBC feature check by Mark Lobodzinski · 7 years ago
  55. 846c214 layers: Add textureCompressionASTC_LDR feature check by Mark Lobodzinski · 7 years ago
  56. 7d9ef88 layers: Add textureCompressionETC2 feature check by Mark Lobodzinski · 7 years ago
  57. 39d2cad layers: Add compressed texture query utils by Mark Lobodzinski · 7 years ago
  58. 262f61f layers: Validate samplerAnisotropy device feature by Mark Lobodzinski · 7 years ago
  59. 147e692 layers: Finish multiViewport dev feature validation by Mark Lobodzinski · 7 years ago
  60. 4f3d6bd layers: Add alphaToOne device feature validation by Mark Lobodzinski · 7 years ago
  61. 9634cf8 layers: Validate the depthBounds device feature by Mark Lobodzinski · 7 years ago
  62. 2d6f2cb layers: Validate depthClamp device feature by Mark Lobodzinski · 7 years ago
  63. 46b29a4 tests: Fix framework init of depthClampEnable by Mark Lobodzinski · 7 years ago
  64. 87ba8b4 layers: Add drawIndirectFirstInstance feature TODOs by Mark Lobodzinski · 7 years ago
  65. 33d8c9b layers: Validate device feature multiDrawIndirect by Mark Lobodzinski · 7 years ago
  66. 8267b1c layers: Validate dualSrcBlend device feature by Mark Lobodzinski · 7 years ago
  67. 3d7e6b5 layers: Validate imageCubeArray device feature by Mark Lobodzinski · 7 years ago
  68. 33d58cb tests: Add user env for vlv test project by Dave Houlton · 7 years ago
  69. c518aab tests: Added Win post-build gtest DLL copy step by Mark Lobodzinski · 7 years ago
  70. 93c76f1 headers: Add missing include to vk_icd.h by Yamakaky · 7 years ago
  71. 4aa479d layers: Add GetNextValidBinding function to CV by Mark Lobodzinski · 7 years ago
  72. 3d63a04 layers: Move desc set helper to descriptorset module by Mark Lobodzinski · 7 years ago
  73. b684e35 layers: Move update_template temp structure creation by Mark Lobodzinski · 7 years ago
  74. 87d3d11 layers: #1522 #1523 Fix VK_REMAINING_* resolve by Petr Kraus · 7 years ago
  75. a6484fd tests: Workaround Clang bug in Android NDK r14 by Cody Northrop · 7 years ago
  76. 0907e36 tests: Don't try to exceed maxMipLevels with small extents by Tony Barbour · 7 years ago
  77. 75db740 tests: Clean up resources in InvalidQueueFamilyIndex by Tony Barbour · 7 years ago
  78. 882ee58 layers: Don't call driver if skip in PipelineBarrier by Tony Barbour · 7 years ago
  79. ffd60bd tests: Fix DisabledIndependentBlend attachments by Tony Barbour · 7 years ago
  80. f887b16 tests: Find supported depth format instead of assuming by Tony Barbour · 7 years ago
  81. 1b426e0 build: Increase reloc table size for mips64el by Radovan Birdic · 7 years ago
  82. b2f3880 layers: Fix template_update errors in CV by Mark Lobodzinski · 7 years ago
  83. 6dc35f9 layers: Add UpdateTemplate Ext APIs to CV by Mark Lobodzinski · 7 years ago
  84. e1ea901 loader: Set pointer to NULL by Mark Young · 7 years ago
  85. d8c6b69 loader: Use secure_getenv only when necessary by Mark Young · 7 years ago
  86. ba7ee02 loader: Update secure_getenv check by Mark Young · 7 years ago
  87. dee312c spelling: Fix spelling errors by Mark Young · 7 years ago
  88. f2f2a66 loader: Update secure_getenv usage by Mark Young · 7 years ago
  89. 603319c layers: Set depth to 1 in ci for swapchain images by Tony Barbour · 7 years ago
  90. 0a05dd7 Use nproc instead of ncpu by Ciro Santilli · 7 years ago
  91. 4e423c0 layers: Fix parameter validation by Mark Young · 7 years ago
  92. 94d9e8c layers: Improve UpdateTemplate variable names by Mark Lobodzinski · 7 years ago
  93. b523f7c layers: Parse extension buffer to unwrap handles by Mark Lobodzinski · 7 years ago
  94. 4f3ce67 layers: Create desc_update_template map for new objs by Mark Lobodzinski · 7 years ago
  95. 71703a5 layers: Move DescriptorUpdateTemplate functions by Mark Lobodzinski · 7 years ago
  96. 560729b scripts: Allow safe_structs to handle KHR extensions by Mark Lobodzinski · 7 years ago
  97. 75967fc tests: Bugfix check and add mip copy tests by Dave Houlton · 7 years ago
  98. eba86e2 layers: Clang-format only, no code changes by Dave Houlton · 7 years ago
  99. 67e9b53 layers: Add VUs 1275, 1276, 1277 related to gh1507 by Dave Houlton · 7 years ago
  100. 9dae7ec layers, Fix checks for GH 1507 by Dave Houlton · 7 years ago