1. c7d3e73 loader: gllvl #50, Add support for the WSI extension KHR_display by Jon Ashburn · 9 years ago
  2. e5954bb layers: LX431, FENCE_NODE structures not initialized by Mark Lobodzinski · 9 years ago
  3. 82d82d1 build: Fix CMake Xlib DisplayServer name. by Karl Schultz · 9 years ago
  4. 65d2018 loader: VulkanTools PR 13 Resolve ...XlibPresentationSupportKHR by Karl Schultz · 9 years ago
  5. 5aa1170 tests: Remove BindPipelineNoRenderPass from layer_validation_tests by Mark Lobodzinski · 9 years ago
  6. 5ffa428 glslang / spirv-tools: get latest versions by GregF · 9 years ago
  7. cf4d582 layers: GHLVL88, Fix ValidateBarriers in draw_state by Mark Lobodzinski · 9 years ago
  8. 7947cfc layers: GHLVL87, Fix cut/paste VerifyImageLayout call in draw_state by Mark Lobodzinski · 9 years ago
  9. 841e9b7 layers: LX402, Invalid CmdBindPipeline validation error by Mark Lobodzinski · 9 years ago
  10. 57b82b7 header: update to version 1.0.5 by Jon Ashburn · 9 years ago
  11. b25e4fc misc: Update to header version 1.0.4 by Jon Ashburn · 9 years ago
  12. 842621d layers: Add param checks for CreateInstance/Device by Dustin Graves · 9 years ago
  13. eec48bf layers: Add NULL/sType checks for struct members by Dustin Graves · 9 years ago
  14. 35328c1 layers: Handle indirection in param_checker by Dustin Graves · 9 years ago
  15. a2b2e46 layers: Add vkFreeCommandBuffers param check by Dustin Graves · 9 years ago
  16. bd768d4 layers: LX413, Fix dynamicOffsets crash in draw_state by Mark Lobodzinski · 9 years ago
  17. 047b0c9 Fix assert for layouts. by Michael Lentine · 9 years ago
  18. 4e229ac layers: GL156 Ignore pQueueFamilyIndices if exclusive sharing mode is requested by Dominik Witczak · 9 years ago
  19. 0b727a9 Regester event on creation and delete on deletion. by Michael Lentine · 9 years ago
  20. 106b7d2 layers: Validate subpass index in CreateGraphicsPipelines by Chris Forbes · 9 years ago
  21. 17cdaf0 layers: Remove vestigial bits of old derivatives API from DS by Chris Forbes · 9 years ago
  22. e2efa25 layers: Validate pipeline derivative requirements in DrawState by Chris Forbes · 9 years ago
  23. d3e0ab8 Merge pull request #80 from lentinem/mlentine-buildfix by tobine · 9 years ago
  24. fcfd0de Remove unused var. by Michael Lentine · 9 years ago
  25. cb85519 layers: LX423 Set string var with handle value before using. by Karl Schultz · 9 years ago
  26. a0c6c3e add generated files for smoke demo. by Karl Schultz · 9 years ago
  27. 7e56d30 validation: Promote validation warnings to errors by Tony Barbour · 9 years ago
  28. 12e538c layers: LX401, Handle VK_WHOLE_SIZE in flush/invalidateMappedMemoryRanges by Mark Lobodzinski · 9 years ago
  29. 04957a1 layers: LVLGH47 DS Include swapchain images in search by Karl Schultz · 9 years ago
  30. 1eb1f62 loader: gllavl#46 add check for device extensions by Jeremy Hayes · 9 years ago
  31. 2a80329 Merge pull request #59 from chrisforbes/ds-more-fixes by tobine · 9 years ago
  32. 5925ba0 winrtinstaller: sign uninstaller by David Pinedo · 9 years ago
  33. 9b00ca7 layers: GHPR43, Add tracking of total number of levels and layers for images by Chris Forbes · 9 years ago
  34. 56512bb build: LVLPR65, Fix android extensions support in unique_objects by Michael Lentine · 9 years ago
  35. 83f2867 Merge pull request #42 from chrisforbes/push-constants by tobine · 9 years ago
  36. 5c59e90 tests: Add a test for push constant block used in shader but missing by Chris Forbes · 9 years ago
  37. a3cb4fc layers: validate push constant ranges accessed by shader by Chris Forbes · 9 years ago
  38. 2da94c2 layers: add more shader checker error codes by Chris Forbes · 9 years ago
  39. 87ed144 layers: move get_shader_stage_id up a bit by Chris Forbes · 9 years ago
  40. f733c4a layers: extract helper for getting to block/struct type by Chris Forbes · 9 years ago
  41. ef47e4b layers: Add push constant storage class to stringify support by Chris Forbes · 9 years ago
  42. 10c106d layers: Remove nonsense `sinterface` param from by Chris Forbes · 9 years ago
  43. 119aa71 tests: Enable VF->VS array type test by Chris Forbes · 9 years ago
  44. 3a23b6a layers: Add push constant validation to draw_state by Tobin Ehlis · 9 years ago
  45. cf29063 winrtinstaller: Don't create a menu item for each version of RT installed by David Pinedo · 9 years ago
  46. 9999d48 winrtinsaller: change comment by David Pinedo · 9 years ago
  47. 58048d0 misc: Remove lunarg_debug_marker extension by Jon Ashburn · 9 years ago
  48. 0806e50 layers: Allow use of QUEUE_FAMILY_IGNORED for BufferMemoryBarriers by Michael Lentine · 9 years ago
  49. 7190e3c layers: add missing error check by Jeremy Hayes · 9 years ago
  50. 859c7fb loader: Update documentation to remove editing comments. by Jon Ashburn · 9 years ago
  51. 157f3ec layers: fix imageLayout bug by Jeremy Hayes · 9 years ago
  52. 36de031 layers: Fix false positive on initialLayout in image layer by Tony Barbour · 9 years ago
  53. 38b59a4 tests: Clean up misc validation warnings by Tony Barbour · 9 years ago
  54. 11791c5 tests: Remove unused mip levels from rendersystem image creation by Tony Barbour · 9 years ago
  55. 1516c0f tests: Fix image creation with invalid initial layout by Tony Barbour · 9 years ago
  56. 26aa42b tests: LEx 294 Don't create empty descriptor pools by Tony Barbour · 9 years ago
  57. 014438f loader: ghlvl 33, ghlvl 34 Fix aliasing of VkPhysicalDevice by Jon Ashburn · 9 years ago
  58. bb54b4d LX #410 - Use ${PYTHON_EXECUTABLE} for PYTHON_CMD by Tony Barbour · 9 years ago
  59. b763786 layers: DS: populate features correctly by Chris Forbes · 9 years ago
  60. 2fdaaf2 layers: gllavl#78 validate base pipeline by Jeremy Hayes · 9 years ago
  61. a4dc0ac layers: gllavl#77 validate layout during clear by Jeremy Hayes · 9 years ago
  62. ffc8a70 layers: gllavl#76 validate initialLayout by Jeremy Hayes · 9 years ago
  63. 2971ae6 layers: Separate some variables by Chris Forbes · 9 years ago
  64. eb73703 layers: Update QueueFamilyIndex validation by Mark Lobodzinski · 9 years ago
  65. dc5d920 loader: refactor EnumerateDevice*Properties terminate/trampoline code by Jon Ashburn · 9 years ago
  66. 06970ae layers: GH LVL#49, Updated layer docs/README for new layers by Mark Lobodzinski · 9 years ago
  67. d40b2db layers: GL107, Validate queueFamilyIndices for CreateSwapchain by Mark Lobodzinski · 9 years ago
  68. 52a6e7d layers: GL207, Validate queue_family_index by Mark Lobodzinski · 9 years ago
  69. ed54767 layers: LX322, Track semaphore state acroos QueueBindSparse calls by Mark Lobodzinski · 9 years ago
  70. 8c8d6ed build: GH PR17, Remove unused displayserver ENV settings by Mark Lobodzinski · 9 years ago
  71. c1783ec build: GH PR17, Add Android WSI info to Windows version of codegen script by Cody Northrop · 9 years ago
  72. 0a179fe layers: GH PR17, Add support for building for Android on Windows by Cody Northrop · 9 years ago
  73. d53098f cmake: GH PR17, Improve error detection for displayserver selection by Mark Lobodzinski · 9 years ago
  74. 59816c7 loader: GH PR17, Add windows support for new displayserver types by Mark Lobodzinski · 9 years ago
  75. 7791dad cmake: GH PR17, Fix vulkan.py code generation script for Windows builds by Mark Lobodzinski · 9 years ago
  76. 5819d89 cmake: GH PR17, Add DisplayServer variables for the WSI interfaces by Mun, Gwan-gyeong · 9 years ago
  77. 50dd2e6 Build: GH PR17, Add Android WSI info to android codegen script by Mun, Gwan-gyeong · 9 years ago
  78. 4f36496 cmake: GH PR17, Add WSI options to loader codegen script by Mun, Gwan-gyeong · 9 years ago
  79. 82a244a layers: GH PR17, Add WSI argument passing to vk-generate.py by Mun, Gwan-gyeong · 9 years ago
  80. 8b4e629 cmake: GH PR17, Pass WSI arg to layer generating scripts by Mun, Gwan-gyeong · 9 years ago
  81. bd4dd59 layers: GH PR17, Add Wayland, Xlib, Android & Mir extensions to codegen scripts by Mun, Gwan-gyeong · 9 years ago
  82. 0a88f4c loader: GH PR17, Fix typo in comment by Mun, Gwan-gyeong · 9 years ago
  83. c954fbb docs: Add CONTRIBUTING.md by Karl Schultz · 9 years ago
  84. 7ebd80c demos: Add Hologram snapshot as Smoke test/demo by Tony Barbour · 9 years ago
  85. 1530c34 loader: Better delineate trampoline and terminator functions by Jon Ashburn · 9 years ago
  86. 63e2a25 layers: Fix compliation error in draw_state by Jon Ashburn · 9 years ago
  87. 631e414 android: Drop layer validation tests for now by Cody Northrop · 9 years ago
  88. 4a72352 windows: Add android-generate.bat by Cody Northrop · 9 years ago
  89. f15e1e6 layers: remove unused file by Courtney Goeltzenleuchter · 9 years ago
  90. 6b91335 layers: Fix file permissions by Courtney Goeltzenleuchter · 9 years ago
  91. 4308476 layers: Fix clang warning by Courtney Goeltzenleuchter · 9 years ago
  92. 1a66aaa layers: Fix typo in vk_validation_layer_details.md by Ian Elliott · 9 years ago
  93. 6ab43a1 layers: Validate image barrier in draw_state by Michael Lentine · 9 years ago
  94. e4babac layers: Fix descriptor resource tracking in mem_tracker by Tobin Ehlis · 9 years ago
  95. a04867f layers: draw_state validates VkPipelineColorBlendStateCreateInfo by Ian Elliott · 9 years ago
  96. 30a9ab6 Docs: GH39, Update BUILD.md for directions on installing python lxml module by Jon Ashburn · 9 years ago
  97. dc6010a docs: Update BUILD.md by Karl Schultz · 9 years ago
  98. aabb359 Use API Version 1.0.0 instead of using VK_API_VERSION for tests/demos by Tony Barbour · 9 years ago
  99. e992882 layers: Add component awareness to SC interface matching by Chris Forbes · 9 years ago
  100. 2558bd3 loader: Fix MSVS warnings by Karl Schultz · 9 years ago