1. b350beb layers: threading - use std mutex by Jeremy Hayes · 8 years ago
  2. e0ed6a2 layers: image - use std mutex by Jeremy Hayes · 8 years ago
  3. 739d62a layers: Correctly remove secondary cmd buffers from in-flight by Tobin Ehlis · 8 years ago
  4. 49f8568 layers: Fix vkResetDescriptorPool by Tobin Ehlis · 8 years ago
  5. faaadba Revert "loader: Temp workaround to add WSI surface extensions enumerated." by Jon Ashburn · 8 years ago
  6. 12711e2 Revert "loader: temp workaround for advertising linux wsi surface extensions" by Jon Ashburn · 8 years ago
  7. 4d14360 layers: Update JSON files to 1.0.10 by Jon Ashburn · 8 years ago
  8. e367fee header: Update to 1.0.10 header No functional changes. by Jon Ashburn · 8 years ago
  9. 9e4a953 loader: Remove the default directory paths for ICDs and layers by Jon Ashburn · 8 years ago
  10. d720cf6 docs: Add libx11-dev to linux build dependencies by Karl Schultz · 8 years ago
  11. cc407a2 loader: Run clang-format by Jon Ashburn · 8 years ago
  12. a7622d8 layers: Fix 32-bit VS2013 build by Dustin Graves · 8 years ago
  13. 50adc92 loader: `Remove the ICD and Layers search path for Windows by Piers Daniell · 8 years ago
  14. 32ad8d8 loader: dont free and reallocate physical devices by Jeannot Breton · 8 years ago
  15. c48c4c1 layers: Fix lx474 by adding image extent = 0 validation check. by Mark Young · 8 years ago
  16. 10ba1de layers: Overhaul unique_objects by Tobin Ehlis · 8 years ago
  17. 4a5a9a0 layers: Remove error when only implicit dependencies are used. by Michael Lentine · 8 years ago
  18. e5184af layers: Validate ONE_TIME_SUBMIT for secondary cmd buffers by Tobin Ehlis · 8 years ago
  19. 1d2f1c7 layers: Update core_validation to fix lx265. by Mark Young · 8 years ago
  20. 735cd7c layers: lx464 Add drawtime validation of bound buffer memory. by Mark Young · 8 years ago
  21. 000d14d layers: lx465 update core_validation image layout warning. by Mark Young · 8 years ago
  22. 25d27fe loader: Added some missing function entry points to loader_icd_init_entrys. by Petros Bantolas · 8 years ago
  23. ff4ce75 layers: LX466. Resolution of "Typo in validation layer", human spell checker invoked by Mark Mueller · 8 years ago
  24. 67a77ee layers: Fix windows build by Mark Lobodzinski · 8 years ago
  25. b13975e layers: GH337 Track fence from vkQueueBindSparse by Tobin Ehlis · 8 years ago
  26. d50f389 layers: replace remaining set with unordered_set by Chris Forbes · 8 years ago
  27. ba2c466 layers: only construct stringstreams in error paths by Chris Forbes · 8 years ago
  28. 3f9e8f9 layers: Validate correct vkSetEvent() use by Tobin Ehlis · 8 years ago
  29. 0250823 layers: Change access bit checks to warnings. by Michael Lentine · 8 years ago
  30. e66d4e4 layers: Include all 4 Linux WSI interfaces by Tony Barbour · 8 years ago
  31. 37c6484 layers: Update typo in comment by ttyio · 8 years ago
  32. bb888a2 layers: Fix comment indentation & remove tabs by Tobin Ehlis · 8 years ago
  33. 9ba288c layers: cv: get rid of device-scoped current renderpass tracking by Chris Forbes · 8 years ago
  34. 83e6c69 layers: Fix vkCreateDescriptorPool max allocation sizes for each type by Norbert Nopper · 8 years ago
  35. 75e72b6 Revert "layers: LX459,GH#99,#100, Fix semaphore reference count" by Tobin Ehlis · 8 years ago
  36. 9984f1e layers: Clean up semaphore state in core_validation by Tobin Ehlis · 8 years ago
  37. 4c52232 layers: Cleanup of various cmd buffer functions in core_validation by Tobin Ehlis · 8 years ago
  38. e54be7b layers: Cleanup core_validation physical device properties structs by Tobin Ehlis · 8 years ago
  39. d04d447 Windows build: Add arg processing to select targets to build. by Karl Schultz · 8 years ago
  40. b31ae81 tests: VkDescriptorSetObj - keep track of type counts and layouts seperately by Tony Barbour · 8 years ago
  41. b442e56 layers: renderpass compatibility: there is only one d/s attachment by Chris Forbes · 8 years ago
  42. e1af1b0 winrtinstaller: correction of File Description Properties of uninstaller.exe by David Pinedo · 8 years ago
  43. b872696 loader: ghlvl #66, Ensure std_validationadvertises underlying layer extensions by Jon Ashburn · 8 years ago
  44. 4550168 layers: Use real enum value for alignment checks in device_limits by Chris Forbes · 8 years ago
  45. c61bc7a build: rename layers utils lib and fix Windows CMake code by Karl Schultz · 8 years ago
  46. 3c5a6e2 Change from using lxml to xml.etree by Mike Stroyan · 8 years ago
  47. 04be783 layers: sort dictionaries affecting code order by Mike Stroyan · 8 years ago
  48. 5418512 layers: remove unicode header from vk-layer-generate.py by Mike Stroyan · 8 years ago
  49. 84f946e winrtinstaller: don't delete non-SDK layer registry values during install by David Pinedo · 8 years ago
  50. 0371eb5 tests: Make VkDepthStencilObj a VkImageObj and set layout correctly by Tony Barbour · 8 years ago
  51. fc7a0a6 tests: Add surface extensions for xcb/win32 by Tony Barbour · 8 years ago
  52. 4ea0550 build: Fix whitespace by Karl Schultz · 8 years ago
  53. 0f808b3 android: Update to get gradlew working again by Cody Northrop · 8 years ago
  54. 32c5fd3 android: Update documentation by Cody Northrop · 8 years ago
  55. 3118dd0 android: Clean up Android.mk by Cody Northrop · 8 years ago
  56. f36c275 android: Fix typo in Mac steps by Cody Northrop · 8 years ago
  57. 21d07f7 android: minor indentation correction in Android.mk by guanghuafan · 8 years ago
  58. b6c1662 android: Minor clean up for windows build template by guanghuafan · 8 years ago
  59. 50ec5c3 android: fixed issues in windows build by guanghuafan · 8 years ago
  60. b1c4a79 android: set hard float for arm7 correctly and minor cleanup by guanghuafan · 8 years ago
  61. ca1f8f5 android: Changed android-generated.bat for windows (not tested ) by guanghuafan · 8 years ago
  62. b79e94a android: Adding template for gradle wrapper build by guanghuafan · 8 years ago
  63. e6ab693 layers: GH241 vkSetEvent should affect queue stageMasks by Tobin Ehlis · 8 years ago
  64. 80a08d6 loader: Fix the std_validation version to really be loader's built version by Jon Ashburn · 8 years ago
  65. 59e4816 winrtinstaller: re-sign powershell script by David Pinedo · 8 years ago
  66. 2ab9306 layers: INVALID_ATTACH_COUNT -> INVALID_ATTACHMENT_COUNT by Karl Schultz · 8 years ago
  67. 6936647 loader: Preserve order during layer list expansion by Chris Forbes · 8 years ago
  68. bd9de05 loader: Don't scribble on caller memory in CreateInstance,CreateDevice by Chris Forbes · 8 years ago
  69. a5d13a9 MR 289: layers: Changed other text/variables from "owned" to "acquired". by Ian Elliott · 8 years ago
  70. 5c68028 MR 289: layers: Change the test about "too many images". by Ian Elliott · 8 years ago
  71. ad26bee loader: temp workaround for advertising linux wsi surface extensions by Jon Ashburn · 8 years ago
  72. 8f36a8a tests: Add helpers for verifying error monitor state by Chris Forbes · 8 years ago
  73. 7b34280 tests: Bump shader version to 450 in remaining cases by Chris Forbes · 8 years ago
  74. 20e4c19 layers: Don't exceed max allowed color attachments. by Michael Lentine · 8 years ago
  75. ed9b441 layers: Move call to validateCommandBuffersNotInUse inside lock by Tony Barbour · 8 years ago
  76. 2b2f618 loader: Update specification doc for dispatchable object initialization by Jon Ashburn · 8 years ago
  77. 003b172 layers: Fix 32-bit Windows build by Dustin Graves · 8 years ago
  78. ad3fec8 layers: Ensure bind point for subass is graphics. by Michael Lentine · 8 years ago
  79. 33b7cbe layers: Fix MSVS value truncation warning by Dustin Graves · 8 years ago
  80. 3c0bd58 demos/tests: Fix MSVS type warnings by Dustin Graves · 8 years ago
  81. 73b82b1 layers: Remove plumbing through of unused dispatchable object through MT by Chris Forbes · 8 years ago
  82. f263ba4 layers: Merge binding maps into image and buffer maps by Tobin Ehlis · 8 years ago
  83. e589144 Update vk_layer.h by Vinjn Zhang · 8 years ago
  84. efbbfc1 loader: Fix regression with dEQP-VK.api.object_management.alloc_callback_fail.device by Piers Daniell · 8 years ago
  85. 3001c77 layers: Insist on each shader's stage being unique in a pipeline by Chris Forbes · 8 years ago
  86. c68b43c tests: Add test for multiple shaders for same stage by Chris Forbes · 8 years ago
  87. 5007eb9 Validate attachment index is in range. by Michael Lentine · 8 years ago
  88. 4ad9cbd layers: Implement relaxed vec-vec and vec-scalar matching rules by Chris Forbes · 8 years ago
  89. 912c919 layers: Add test for relaxed type match by Chris Forbes · 8 years ago
  90. bd9c1a9 layers: Explicit VK_TRUE/VK_FALSE checks by Dustin Graves · 8 years ago
  91. 080069b layers: Fix unsafe bool mix warnings (part 2) by Dustin Graves · 8 years ago
  92. 8f1eab9 layers: Fix unsafe bool mix warnings by Dustin Graves · 8 years ago
  93. 5236a6c loader: remove unused instance_dispatch.png by Karl Schultz · 8 years ago
  94. 1df3ecd winrtinstaller: sort in config script: <prerelease> is least significant by David Pinedo · 8 years ago
  95. 3fc22bf winrtinstaller: fix install dir not being removed on uninstall. by David Pinedo · 8 years ago
  96. d212b8d loader: bump linux version by Jeremy Hayes · 8 years ago
  97. 903dc20 loader: Temp workaround to add WSI surface extensions enumerated. by Jon Ashburn · 8 years ago
  98. 2bf385b layers: Fix return values of bool functions. by Jamie Madill · 8 years ago
  99. df5d573 layers: Change include order of loader platform. by Jamie Madill · 8 years ago
  100. 2b6b8d5 Fix 4 MSVS warnings in loader and layers. by Jamie Madill · 8 years ago