1. 5844be8 toolchain: Fix core count in script for macOS by Cody Northrop · 8 years ago
  2. 69ea6d0 toolchain: Fix update script for macOS by Cody Northrop · 8 years ago
  3. baa9272 tests: Update layer doc to reflect recent added checks by Karl Schultz · 8 years ago
  4. 8d71fad externals: Update glslang and spirv-tools by Mark Young · 8 years ago
  5. ba39b88 build: Removed obsolete ICD refs from android script by Mark Lobodzinski · 8 years ago
  6. b1e7d59 build: Removed ICD dirs from gitignore by Mark Lobodzinski · 8 years ago
  7. d0539ea build: Updated BUILD.md for ICD removal/whitespace by Mark Lobodzinski · 8 years ago
  8. 76caf50 scripts: Remove ICD reference from build script by Mark Lobodzinski · 8 years ago
  9. 2825ab9 tests: Fix object leak in AllocDescriptorFromEmptyPool by Karl Schultz · 8 years ago
  10. 971ba4c layers: remove unnecessary log_msg by Jeremy Hayes · 8 years ago
  11. f78bcdd tests: Update object_tracker tests/DB by Karl Schultz · 8 years ago
  12. 4ba146a tests: Update VU database for obj tracker tests by Karl Schultz · 8 years ago
  13. 870a39e tests: Add test for RelaxedPrecision validation inside interface block by Chris Forbes · 8 years ago
  14. f929b16 layers: Track precision for interface block members too by Chris Forbes · 8 years ago
  15. 1f3b015 layers: Add test for RelaxedPrecision validation by Chris Forbes · 8 years ago
  16. 4420839 layers: Require precision to match on interface between stages by Chris Forbes · 8 years ago
  17. a115276 layers: Track RelaxedPrecision decoration of interface variables by Chris Forbes · 8 years ago
  18. 8d24dc9 layers: OT: null out handles in pipeline creation if we dont call down by Chris Forbes · 8 years ago
  19. 3224f95 layers: Apply previous fixes to CV CreateComputePipelines by Chris Forbes · 8 years ago
  20. b186edf layers: Don't make a mess of partial pipeline creation failure by Chris Forbes · 8 years ago
  21. 78a69c6 layers: CV: clean up Create*Pipelines by Chris Forbes · 8 years ago
  22. 183f4f9 layers: s/skip_call/skip/ in CV CreateComputePipelines by Chris Forbes · 8 years ago
  23. 83e91ad layers: CV: null out pipelines on validation failure by Chris Forbes · 8 years ago
  24. 56754e2 layers: Switch sense of logic in CV CreateGraphicsPipelines by Chris Forbes · 8 years ago
  25. b1c27cb loader: const fixes by Frank Henigman · 8 years ago
  26. 786fb10 loader: Modify conversion of real_icd_surfaces by Mark Young · 8 years ago
  27. 0b70c62 loader: Fix cast warning in wsi.c by Jamie Madill · 8 years ago
  28. 5ecb4f6 loader: avoid DEFAULT_VK_LAYERS_PATH redefinition. by Frank Henigman · 8 years ago
  29. 5717310 loader: spell 'separator' correctly by Frank Henigman · 8 years ago
  30. 255cdef tests: Fix NonCoherentMemoryMapping test by Mark Lobodzinski · 8 years ago
  31. 23a6b0f scripts:Update unique error enums as of 11/29/16 by Tobin Ehlis · 8 years ago
  32. 9e14a85 toolchain: Switch back to tracked revisions on Android by Cody Northrop · 8 years ago
  33. 3b62ce8 misc: Make update external bat not clean build by Lenny Komow · 8 years ago
  34. 84dd8f5 layers: Updated error enum DB for KHR_DISPLAY mod by Mark Lobodzinski · 8 years ago
  35. 1dec9a5 layers: Complete support for VK_KHR_Display ext by Norbert Nopper · 8 years ago
  36. f90cef9 layers: Revert some include order changes in PV by Chris Forbes · 8 years ago
  37. 26ec212 tests: Disable color-as-depth-stencil test by Chris Forbes · 8 years ago
  38. 11ab171 layers: Move surface format tracking to CV by Chris Forbes · 8 years ago
  39. 7be86f8 layers: Note swapchain replacement rules may be out of date by Chris Forbes · 8 years ago
  40. ad22fc3 layers: Move present modes tracking to CV by Chris Forbes · 8 years ago
  41. b93e59e layers: Remove some noise from PV, add to authors by Chris Forbes · 8 years ago
  42. c5554a5 layers: Fix broken use of phys device as device dispatch key by Chris Forbes · 8 years ago
  43. e58c9fe layers: move device dispatch table into layer_data in PV by Chris Forbes · 8 years ago
  44. 6444bba layers: Move dispatch table into instance_layer_data by Chris Forbes · 8 years ago
  45. 6be763e layers: get rid of instance_extension_map in PV by Chris Forbes · 8 years ago
  46. 7b58a71 layers: split PV layer data for device and instance by Chris Forbes · 8 years ago
  47. 14a1e02 layers: Remove extra 'no depth/stencil attachments exist' error by Chris Forbes · 8 years ago
  48. 5ab04ec tests: Just one CB, and one error, in InvalidCommandPoolConsistency by Chris Forbes · 8 years ago
  49. d2b5fe4 tests: use consistent format for image+view in InvalidUsageBits by Chris Forbes · 8 years ago
  50. 9842038 tests: Set command buffer inheritance info stype properly by Chris Forbes · 8 years ago
  51. 53bef90 tests: Use correct stype for VkImageViewCreateInfo by Chris Forbes · 8 years ago
  52. f4d8e33 tests: Don't pass uninitialized junk in ImageLayerUnsupportedFormat by Chris Forbes · 8 years ago
  53. a4beace tests: Squash errors in IgnoreUnrelatedDescriptor by Chris Forbes · 8 years ago
  54. 74674b0 layers: Remove bogus CreateSharedSwapchainsKHR impl in swapchain by Chris Forbes · 8 years ago
  55. 662c39c layers: GH1131, Add error enums to object tracker by Mike Schuchardt · 8 years ago
  56. bf3761e layers: Remove handrolled clipped / sharingMode validation from swapchain by Chris Forbes · 8 years ago
  57. 78ea32d layers: Tweak PV generator to track newly introduced enums separately by Chris Forbes · 8 years ago
  58. 07100ea scripts:Mark 639 unimplemented in the database by Tobin Ehlis · 8 years ago
  59. 3d9dd94 scripts:Add exception for error 1790 by Tobin Ehlis · 8 years ago
  60. 14cd585 tests:Update AllocDescriptorFromEmptyPool by Tobin Ehlis · 8 years ago
  61. c4c4bed layers:Unique enums for vkAllocateDescriptorSets by Tobin Ehlis · 8 years ago
  62. 2765e46 layers:Separate push constant max size errors by Tobin Ehlis · 8 years ago
  63. fe69954 layers:Separate two error checks by Tobin Ehlis · 8 years ago
  64. 4220070 layers: Handle partial failure in vkCreate*Pipelines by Maciej Jesionowski · 8 years ago
  65. 365d287 externals: Update glslang and spriv-tools revision by Mark Young · 8 years ago
  66. 9e02344 layers: Fix windows build warnings by Mark Lobodzinski · 8 years ago
  67. ded46f3 tests: Update misc image VE enums for desired msgs by Mark Lobodzinski · 8 years ago
  68. c71cb93 tests: GH1182, Add buffer/image copy test cases by Mark Lobodzinski · 8 years ago
  69. 1bda889 layers: GH1182, Validate VkBufferImageCopy depth by Mark Lobodzinski · 8 years ago
  70. 3702e93 layers: Removed obsolete CV validation checks by Mark Lobodzinski · 8 years ago
  71. 040142c layers: Moved image/buffer aspect check by Mark Lobodzinski · 8 years ago
  72. 576d839 layers: Update ValidateBufferImageCopyData err enums by Mark Lobodzinski · 8 years ago
  73. a95bc4e layers: Update BufferImageCopy var names for style by Mark Lobodzinski · 8 years ago
  74. 39b8328 layers: Update call structure for BufferImageCopies by Mark Lobodzinski · 8 years ago
  75. b0e4877 layers: Clarify BufferImageCopy validation name by Mark Lobodzinski · 8 years ago
  76. fa57226 layers: Fix BindImageMemory typo by Mark Lobodzinski · 8 years ago
  77. ab294d8 layers:Avoid copy of cmd buffer set by Tobin Ehlis · 8 years ago
  78. fda58e2 layers:Use ptr to cmd buffer object in log_msg by Tobin Ehlis · 8 years ago
  79. ca2604b scripts: Improve paths in update_ext_resources.sh by Mark Lobodzinski · 8 years ago
  80. 3942125 build: Add check for spirv-headers revision file by Mark Lobodzinski · 8 years ago
  81. 1e4da61 build: Move revision files into external_revisions by Mark Lobodzinski · 8 years ago
  82. 441653c docs: Fix loader doc mention of linux dirs by Mark Young · 8 years ago
  83. 0fea692 loader: Fix debug report memory leaks by Mark Young · 8 years ago
  84. b04c2c6 scripts:Some database clean-ups by Tobin Ehlis · 8 years ago
  85. 8c9d708 tests: Update layer doc to reflect recent test changes by Karl Schultz · 8 years ago
  86. 50cf27d layers:Database update by Tobin Ehlis · 8 years ago
  87. 16edf08 tests:Add InvalidQueryPoolCreate test by Tobin Ehlis · 8 years ago
  88. 8a7519b layers:Verify pipe stats are enabled for device by Tobin Ehlis · 8 years ago
  89. e202b2d tests:Add DSUpdateEmptyBinding test by Tobin Ehlis · 8 years ago
  90. c8d352d tests:Use unique error enum by Tobin Ehlis · 8 years ago
  91. 1d81edd layers:Remove redundant periods by Tobin Ehlis · 8 years ago
  92. 59a5efc layers:Check for update of empty binding by Tobin Ehlis · 8 years ago
  93. f13f541 layers: Tweak comments for swapchain checks to be less brittle by Chris Forbes · 8 years ago
  94. 5385db2 layers: Remove (mostly poor) descriptions from CV error enums by Chris Forbes · 8 years ago
  95. 09368e4 test: Disable the existing WSI tests by Chris Forbes · 8 years ago
  96. e2d8383 layers: Remove husk of capabilities tracking from swapchain by Chris Forbes · 8 years ago
  97. 3cc3170 layers: Remove remaining bits of image tracking from swapchain by Chris Forbes · 8 years ago
  98. 6734fd7 layers: Remove husks of Acquire/Present from swapchain by Chris Forbes · 8 years ago
  99. 73de085 layers: Move too many images case to CV by Chris Forbes · 8 years ago
  100. fc77bbe layers: Move most of remaining swapchain creation checks to CV by Chris Forbes · 8 years ago