1. 37c6484 layers: Update typo in comment by ttyio · 8 years ago
  2. bb888a2 layers: Fix comment indentation & remove tabs by Tobin Ehlis · 8 years ago
  3. 9ba288c layers: cv: get rid of device-scoped current renderpass tracking by Chris Forbes · 8 years ago
  4. 83e6c69 layers: Fix vkCreateDescriptorPool max allocation sizes for each type by Norbert Nopper · 8 years ago
  5. 75e72b6 Revert "layers: LX459,GH#99,#100, Fix semaphore reference count" by Tobin Ehlis · 8 years ago
  6. 9984f1e layers: Clean up semaphore state in core_validation by Tobin Ehlis · 8 years ago
  7. 4c52232 layers: Cleanup of various cmd buffer functions in core_validation by Tobin Ehlis · 8 years ago
  8. e54be7b layers: Cleanup core_validation physical device properties structs by Tobin Ehlis · 8 years ago
  9. d04d447 Windows build: Add arg processing to select targets to build. by Karl Schultz · 8 years ago
  10. b31ae81 tests: VkDescriptorSetObj - keep track of type counts and layouts seperately by Tony Barbour · 8 years ago
  11. b442e56 layers: renderpass compatibility: there is only one d/s attachment by Chris Forbes · 8 years ago
  12. e1af1b0 winrtinstaller: correction of File Description Properties of uninstaller.exe by David Pinedo · 8 years ago
  13. b872696 loader: ghlvl #66, Ensure std_validationadvertises underlying layer extensions by Jon Ashburn · 8 years ago
  14. 4550168 layers: Use real enum value for alignment checks in device_limits by Chris Forbes · 9 years ago
  15. c61bc7a build: rename layers utils lib and fix Windows CMake code by Karl Schultz · 8 years ago
  16. 3c5a6e2 Change from using lxml to xml.etree by Mike Stroyan · 9 years ago
  17. 04be783 layers: sort dictionaries affecting code order by Mike Stroyan · 9 years ago
  18. 5418512 layers: remove unicode header from vk-layer-generate.py by Mike Stroyan · 9 years ago
  19. 84f946e winrtinstaller: don't delete non-SDK layer registry values during install by David Pinedo · 9 years ago
  20. 0371eb5 tests: Make VkDepthStencilObj a VkImageObj and set layout correctly by Tony Barbour · 9 years ago
  21. fc7a0a6 tests: Add surface extensions for xcb/win32 by Tony Barbour · 9 years ago
  22. 4ea0550 build: Fix whitespace by Karl Schultz · 9 years ago
  23. 0f808b3 android: Update to get gradlew working again by Cody Northrop · 9 years ago
  24. 32c5fd3 android: Update documentation by Cody Northrop · 9 years ago
  25. 3118dd0 android: Clean up Android.mk by Cody Northrop · 9 years ago
  26. f36c275 android: Fix typo in Mac steps by Cody Northrop · 9 years ago
  27. 21d07f7 android: minor indentation correction in Android.mk by guanghuafan · 9 years ago
  28. b6c1662 android: Minor clean up for windows build template by guanghuafan · 9 years ago
  29. 50ec5c3 android: fixed issues in windows build by guanghuafan · 9 years ago
  30. b1c4a79 android: set hard float for arm7 correctly and minor cleanup by guanghuafan · 9 years ago
  31. ca1f8f5 android: Changed android-generated.bat for windows (not tested ) by guanghuafan · 9 years ago
  32. b79e94a android: Adding template for gradle wrapper build by guanghuafan · 9 years ago
  33. e6ab693 layers: GH241 vkSetEvent should affect queue stageMasks by Tobin Ehlis · 9 years ago
  34. 80a08d6 loader: Fix the std_validation version to really be loader's built version by Jon Ashburn · 9 years ago
  35. 59e4816 winrtinstaller: re-sign powershell script by David Pinedo · 9 years ago
  36. 2ab9306 layers: INVALID_ATTACH_COUNT -> INVALID_ATTACHMENT_COUNT by Karl Schultz · 9 years ago
  37. 6936647 loader: Preserve order during layer list expansion by Chris Forbes · 9 years ago
  38. bd9de05 loader: Don't scribble on caller memory in CreateInstance,CreateDevice by Chris Forbes · 9 years ago
  39. a5d13a9 MR 289: layers: Changed other text/variables from "owned" to "acquired". by Ian Elliott · 9 years ago
  40. 5c68028 MR 289: layers: Change the test about "too many images". by Ian Elliott · 9 years ago
  41. ad26bee loader: temp workaround for advertising linux wsi surface extensions by Jon Ashburn · 9 years ago
  42. 8f36a8a tests: Add helpers for verifying error monitor state by Chris Forbes · 9 years ago
  43. 7b34280 tests: Bump shader version to 450 in remaining cases by Chris Forbes · 9 years ago
  44. 20e4c19 layers: Don't exceed max allowed color attachments. by Michael Lentine · 9 years ago
  45. ed9b441 layers: Move call to validateCommandBuffersNotInUse inside lock by Tony Barbour · 9 years ago
  46. 2b2f618 loader: Update specification doc for dispatchable object initialization by Jon Ashburn · 9 years ago
  47. 003b172 layers: Fix 32-bit Windows build by Dustin Graves · 9 years ago
  48. ad3fec8 layers: Ensure bind point for subass is graphics. by Michael Lentine · 9 years ago
  49. 33b7cbe layers: Fix MSVS value truncation warning by Dustin Graves · 9 years ago
  50. 3c0bd58 demos/tests: Fix MSVS type warnings by Dustin Graves · 9 years ago
  51. 73b82b1 layers: Remove plumbing through of unused dispatchable object through MT by Chris Forbes · 9 years ago
  52. f263ba4 layers: Merge binding maps into image and buffer maps by Tobin Ehlis · 9 years ago
  53. e589144 Update vk_layer.h by Vinjn Zhang · 9 years ago
  54. efbbfc1 loader: Fix regression with dEQP-VK.api.object_management.alloc_callback_fail.device by Piers Daniell · 9 years ago
  55. 3001c77 layers: Insist on each shader's stage being unique in a pipeline by Chris Forbes · 9 years ago
  56. c68b43c tests: Add test for multiple shaders for same stage by Chris Forbes · 9 years ago
  57. 5007eb9 Validate attachment index is in range. by Michael Lentine · 9 years ago
  58. 4ad9cbd layers: Implement relaxed vec-vec and vec-scalar matching rules by Chris Forbes · 9 years ago
  59. 912c919 layers: Add test for relaxed type match by Chris Forbes · 9 years ago
  60. bd9c1a9 layers: Explicit VK_TRUE/VK_FALSE checks by Dustin Graves · 9 years ago
  61. 080069b layers: Fix unsafe bool mix warnings (part 2) by Dustin Graves · 9 years ago
  62. 8f1eab9 layers: Fix unsafe bool mix warnings by Dustin Graves · 9 years ago
  63. 5236a6c loader: remove unused instance_dispatch.png by Karl Schultz · 9 years ago
  64. 1df3ecd winrtinstaller: sort in config script: <prerelease> is least significant by David Pinedo · 9 years ago
  65. 3fc22bf winrtinstaller: fix install dir not being removed on uninstall. by David Pinedo · 9 years ago
  66. d212b8d loader: bump linux version by Jeremy Hayes · 9 years ago
  67. 903dc20 loader: Temp workaround to add WSI surface extensions enumerated. by Jon Ashburn · 9 years ago
  68. 2bf385b layers: Fix return values of bool functions. by Jamie Madill · 9 years ago
  69. df5d573 layers: Change include order of loader platform. by Jamie Madill · 9 years ago
  70. 2b6b8d5 Fix 4 MSVS warnings in loader and layers. by Jamie Madill · 9 years ago
  71. 0f10db5 layers: Remove incorrect check for colorblend & subpass attachment count match by Tobin Ehlis · 9 years ago
  72. 5f4cef1 layers: Clean up PIPELINE_NODE using safe_struct by Tobin Ehlis · 9 years ago
  73. d8ed799 loader: ghlvl #204, Use __secure_getenv if secure_getenv is unavailable by Jon Ashburn · 9 years ago
  74. f01c7bb tests: Initialize fields so test does not crash. by Michael Mc Donnell · 9 years ago
  75. b486c2c winrtinstaller: Re-sign powershell loader config script by David Pinedo · 9 years ago
  76. 75ecdb7 layers: Fix 7 signed/unsigned comparison warnings on VS2015 by Michael Mc Donnell · 9 years ago
  77. 9be81ff layers: Fix MSVS shadowing warning in core_validation. by Jamie Madill · 9 years ago
  78. db073a5 layers: Fix MSVS noexcept warning in core_validation. by Jamie Madill · 9 years ago
  79. 77bd3f0 layers: Fix paramcheck struct array NULL indexing by Dustin Graves · 9 years ago
  80. 4e81a20 Remove NumBlendAttachMismatch until check is in place by Tony Barbour · 9 years ago
  81. e1c4372 Revert "layers: LX265 Error if color blend attch count != subpass attch." by Tony Barbour · 9 years ago
  82. f7bf684 Fix find layout to search on each aspect bit. by Michael Lentine · 9 years ago
  83. 8723412 layers: GH226 Add check for descriptor slot to make sure it's updated by Tobin Ehlis · 9 years ago
  84. 1589925 layers: Update to version 1.0.8 JSON files by Jon Ashburn · 9 years ago
  85. f8e5173 header: update to vers 1.0.8 which had no changes by Jon Ashburn · 9 years ago
  86. 87a785d Fix def file generation to depend on vulkan.py. by Jamie Madill · 9 years ago
  87. c001885 Allow vk-generate.py to work in Python 2. by Jamie Madill · 9 years ago
  88. bcd8d02 layers: Removed duplicate dynamicOffsets from core_validation by Tobin Ehlis · 9 years ago
  89. c1e852d tests: skip the tessellation shader tests if feature not available by Chris Forbes · 9 years ago
  90. a0193bc tests: Add test case for patch decoration mismatch by Chris Forbes · 9 years ago
  91. b4cacb6 tests: Add ability to override tessellation state, use it. by Chris Forbes · 9 years ago
  92. 8075494 tests: Fix test framework to not pass a null vi by Chris Forbes · 9 years ago
  93. 4ea14fc layers: Add simple VS/FS positive test, and a tess matching test by Chris Forbes · 9 years ago
  94. c7b8ad7 tests: fix multiple matching messages getting lost by Chris Forbes · 9 years ago
  95. 3846771 tests: Bump version in SC tests for 450, drop exts by Chris Forbes · 9 years ago
  96. f9cfe18 tests: Enable all supportable features on the device; expose to tests. by Chris Forbes · 9 years ago
  97. 218deeb layers: Flag difference in patch decoration correctly by Chris Forbes · 9 years ago
  98. 23a575d layers: Strip array level from both sides of TCS->TES interface by Chris Forbes · 9 years ago
  99. 43f01d0 layers: Rework array-of-verts stripping a bit to support patch by Chris Forbes · 9 years ago
  100. 804bae3 layers: Collect whether an interface_var has patch decoration by Chris Forbes · 9 years ago