1. 954fa34 loader: Started porting loader to new WSI (GIPA missing). by Ian Elliott · 9 years ago
  2. c11750d tests: Started converting test code to use the new WSI. by Ian Elliott · 9 years ago
  3. 33ed848 loader: Get loader compiling. by Ian Elliott · 9 years ago
  4. ba04233 WSI: Eliminate a lot of references to WSI header files. by Ian Elliott · 9 years ago
  5. 4d52054 WSI-ICD: Created per-platform structs for platform-specific info. by Ian Elliott · 9 years ago
  6. 4825a87 WSI-debug_report: Add VK_OBJECT_TYPE_SURFACE_KHR by Ian Elliott · 9 years ago
  7. f328470 vulkan.py: Changes in previous WSI functions. by Ian Elliott · 9 years ago
  8. af5c595 loader: Hand-edits by Ian Elliott · 9 years ago
  9. 1dcd109 WSI: sed-generated changes to WSI code (not all that's needed). by Ian Elliott · 9 years ago
  10. b6d294c WSI: Remove old WSI headers (content now in "vulkan.h"). by Ian Elliott · 9 years ago
  11. 3a2d1e4 WSI: Add WSI content to "vulkan.h" and "vk_platform.h". by Ian Elliott · 9 years ago
  12. 475a218 layers: LX195, Drawstate ignores compute pipelines by Mark Lobodzinski · 9 years ago
  13. 186c493 layers: Update README file for new SDK releases by Mark Lobodzinski · 9 years ago
  14. 9622f4c layers/SC: Fix location counting for stages which take arrayed input. by Chris Forbes · 9 years ago
  15. df3f205 layers: Fix path for vulkan header. by Jeremy Hayes · 9 years ago
  16. c726be0 layers/SC: LX187: compute size of array and matrix types by Chris Forbes · 9 years ago
  17. 42dc8ff layers/SC: consider types larger than vec4 when collecting interfaces by Chris Forbes · 9 years ago
  18. 2682b24 tests: Add a test for matrix vertex attrib types with ShaderChecker by Chris Forbes · 9 years ago
  19. fadafb2 layers/SC: fix a bogus leftover comment in descriptor validation by Chris Forbes · 9 years ago
  20. a98018e layers: Use spirv.hpp from colocated glslang tree by Chris Forbes · 9 years ago
  21. 29ce91a tests: remove comment about FS broadcast rules by Chris Forbes · 9 years ago
  22. a8ae99d layers/SC: Delete disabled FS broadcast checking code by Chris Forbes · 9 years ago
  23. dcbb553 tests: Fix android build by Michael Lentine · 9 years ago
  24. 55a913f Update param checker. by Michael Lentine · 9 years ago
  25. a25a634 layers: Remove mem/object deletion ordering by Michael Lentine · 9 years ago
  26. 97eb746 Update access bits for 210 header. by Michael Lentine · 9 years ago
  27. 59300ec tests: Fix layer names in layer validation tests by Jon Ashburn · 9 years ago
  28. abd0772 Layers: changed layer names to conform to spec by David Pinedo · 9 years ago
  29. e9db926 layers: port ShaderChecker layer to SPIR-V 1.0 by GregF · 9 years ago
  30. 1a26868 icd compiler, glslang: move to SPV 1.0 by GregF · 9 years ago
  31. 6dfa279 layers: Add link to example vk_layer_settings.txt by Cody Northrop · 9 years ago
  32. d21bbff layers: Fix image layer issue validating aspectMasks by Mark Lobodzinski · 9 years ago
  33. b347418 Revert "icd compiler, glslang: move to SPV 1.0" by Jon Ashburn · 9 years ago
  34. fc6aa76 Fix build in master by Michael Lentine · 9 years ago
  35. 0dce80e layers: MemTracker cleanup, remove redundant object-tracker type checks by Mark Lobodzinski · 9 years ago
  36. f3726a9 icd compiler, glslang: move to SPV 1.0 by GregF · 9 years ago
  37. 83ab341 tests: Make some of the validation tests work on android by Michael Lentine · 9 years ago
  38. b8df78c layers: Fix thread-safety issues found in rendersystemtests by Mark Lobodzinski · 9 years ago
  39. 781a7ae loader: Don't use ICD's VkDevice after it has been destroyed by Jon Ashburn · 9 years ago
  40. 73a37ec layers: Temporarily disable memory barrier validation in drawstate by Mark Lobodzinski · 9 years ago
  41. d5a2382 layers: LX196, validate createImage paramters against format limits by Mark Lobodzinski · 9 years ago
  42. a48ecc5 layers: Add null-check in MemTracker to prevent layer crash by Mark Lobodzinski · 9 years ago
  43. 4272e9b layers: Additional MapMemory validation checks in MemTracker by Mark Lobodzinski · 9 years ago
  44. 85881c7 layers: LX206, properly restore command buffer level on a reset by Mark Lobodzinski · 9 years ago
  45. e7e4e08 layers: LX205, fix BeginCommandBuffer log messages by Mark Lobodzinski · 9 years ago
  46. 9e022ea layers: Fix memory barrier validation issues by Mark Lobodzinski · 9 years ago
  47. 7e18de0 loader: Don't init icds if CreateInstance() from ICD fails. by Jon Ashburn · 9 years ago
  48. 559c638 layers: Add DrawState checks for incompatible layouts at BindDescriptorSets time by Tobin Ehlis · 9 years ago
  49. e2f93cb layers: Fix windows build errors in MemTracker by Mark Lobodzinski · 9 years ago
  50. 4edc438 mem_tracker: Return VK_SUCCESS in vkCreateCommandPool, vkResetCommandPool by David Pinedo · 9 years ago
  51. f2a944f loader: Make version in layer JSON files consistent bugzilla #15057 part two by Jon Ashburn · 9 years ago
  52. 005617f loader: Add parsing of api_version in ICD JSON by Jon Ashburn · 9 years ago
  53. fc1031e loader: Add dynamic dispatch for unknown device extension entrypoints by Jon Ashburn · 9 years ago
  54. f4945f8 layers: Add CommandBufferPool validation to MemTracker by Mark Lobodzinski · 9 years ago
  55. 3929863 layers: Add command pool validation to DrawState by Mark Lobodzinski · 9 years ago
  56. b29731a layers: Fix infinite loop in DrawState by Mark Lobodzinski · 9 years ago
  57. 5097da0 layers: Fix error messages. by Jeremy Hayes · 9 years ago
  58. 01b3889 layers: Validate barrier subresource range. by Jeremy Hayes · 9 years ago
  59. 26d5804 layers: Fix CreateImageView depth/stencil aspect validation by Mark Lobodzinski · 9 years ago
  60. 2fd355a layers: Remove invalid depth/stencil validation check by Mark Lobodzinski · 9 years ago
  61. d6e7bff layers: Fix invalid depth/stencil attachment index validation by Mark Lobodzinski · 9 years ago
  62. 2bf36f0 layers: Fix Dota 2 crash in draw_state layer by Mark Lobodzinski · 9 years ago
  63. 85502ea layers: Check compareEnable. by Jeremy Hayes · 9 years ago
  64. 65c48b3 tests: Add copyright to layer validation tests by Tony Barbour · 9 years ago
  65. 1d98da3 Change version 1.0 to 0.10 by David Pinedo · 9 years ago
  66. 5f5c0e1 layers: Add validation for object pools by Mark Lobodzinski · 9 years ago
  67. 0f6c454 header: bump to vers 210 only changes were to WSI by Jon Ashburn · 9 years ago
  68. 6c77a5d Version change from 0.9 to 1.0 by David Pinedo · 9 years ago
  69. 29b8d5a layers: Add missing null-check in DrawState by Mark Lobodzinski · 9 years ago
  70. 77f0ed7 v209: bump API minor version by Chia-I Wu · 9 years ago
  71. ce9b177 bug 15120: rename vkCmdPushConstants "values" to "pValues" by Chia-I Wu · 9 years ago
  72. 5ee015a MR671: Rename VK_STRUCTURE_TYPE_LAYER_* to ..LOADER_* by Chia-I Wu · 9 years ago
  73. b4f3713 layers: LX194, Change 'fence already signaled' warning to INFO-level by Mark Lobodzinski · 9 years ago
  74. 50ae1a0 v208: bump API minor version by Chia-I Wu · 9 years ago
  75. b8d47ae bug 15089: Does "Across Command Buffer Boundaries" apply to second-level command buffers? by Chia-I Wu · 9 years ago
  76. e1e0972 v207: bump API minor version by Chia-I Wu · 9 years ago
  77. 00ce540 MR640: Alloc -> Allocate naming fixes by Chia-I Wu · 9 years ago
  78. 4cd8604 MR632: Valid usage xml global changes by Chia-I Wu · 9 years ago
  79. ca4800c bug 12998 part 9: add back explicit enum values by Chia-I Wu · 9 years ago
  80. 0a84a70 bug 12998 part 8: add new formats by Chia-I Wu · 9 years ago
  81. 924ce8c bug 12998 part 7: drop unwanted USCALED formats by Chia-I Wu · 9 years ago
  82. 08bee5e bug 12998 part 5: reorder formats by Chia-I Wu · 9 years ago
  83. f40bbfb bug 12998 part 4: drop explicit enum values temporarily by Chia-I Wu · 9 years ago
  84. caa5aaa bug 12998 part 3: append _PACK* to remaining packed formats by Chia-I Wu · 9 years ago
  85. 935f2ed bug 12998 part 2: append _PACK* to packed formats that change conventions by Chia-I Wu · 9 years ago
  86. 53638c1 bug 12998 part 1: append _BLOCK to compressed formats by Chia-I Wu · 9 years ago
  87. 601ed15 layers: LX190, Image layer doe snot recognize swapchain images by Mark Lobodzinski · 9 years ago
  88. 524ec73 Reset the "access_flags" for each loop iteration by Piers Daniell · 9 years ago
  89. be24a23 vulkan: Bump header to API version 206 by Jon Ashburn · 9 years ago
  90. 4f23258 loader: Compile fixes to instance extension from rebase of bug 15068 changes by Jon Ashburn · 9 years ago
  91. a4ae486 bug 15086: maxDrawIndirectInstanceCount? by Chia-I Wu · 9 years ago
  92. 0212448 bug 15085: queue creation naming issues by Chia-I Wu · 9 years ago
  93. 8ccf444 bug 15004: Non-coherent memory, when is flush and invalidate required by Chia-I Wu · 9 years ago
  94. 62b38ed bug 15038: Need a way to express the total limit of resources per stage by Chia-I Wu · 9 years ago
  95. b0e8882 v205: bump API minor version by Chia-I Wu · 9 years ago
  96. c0895bf v204: bump API minor version by Chia-I Wu · 9 years ago
  97. ff5a347 bug 15050: Add device limit for max number of input attachments by Chia-I Wu · 9 years ago
  98. 9ab6150 bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets by Chia-I Wu · 9 years ago
  99. 2b1764b loader: Update calling conventions on instance extension functions by Jon Ashburn · 9 years ago
  100. fc40cd0 Merge branch 'david_include_change_20151106' by David Pinedo · 9 years ago