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