1. 806aa6a layers: Fix DeviceLimits error return codes by Mark Lobodzinski · 9 years ago
  2. 6f3403c layers: Add validation for Image Aspect settings by Mark Lobodzinski · 9 years ago
  3. 6712dea loader: match free to alloc in dirent functions by Mike Stroyan · 9 years ago
  4. b7c5b23 layers: LunarXchange #145: Fix windows printf format errors by Mark Lobodzinski · 9 years ago
  5. 42cbe3b tests: Add required graphics pipeline states to unblock creation by Cody Northrop · 9 years ago
  6. 1a0f3e6 tests: Add fragment stage to several layer validation tests by Cody Northrop · 9 years ago
  7. a1eef1a loader: Fix GetInstanceProcAddr for CreateDevice by Jon Ashburn · 9 years ago
  8. 6e04614 tests: Check color attachment feature before selecting mem types by Tony Barbour · 9 years ago
  9. e1b115f Demos: increase console buffer size for vulkaninfo by David Pinedo · 9 years ago
  10. 21c738f tests: Allow GetPhysicalDeviceFormatProperties to return VK_UNSUPPORTED by Jon Ashburn · 9 years ago
  11. 1af2892 tests: Allow querypool to return VK_NOT_READY by Jon Ashburn · 9 years ago
  12. 87c8fe9 loader: Add warning message for unreconized layer names from env var by Jon Ashburn · 9 years ago
  13. 3c2a7d3 tests: Set viewport state pointers to NULL by Tony Barbour · 9 years ago
  14. 36b5915 update_external_sources: get glslang from gitlab by Greg Fischer · 9 years ago
  15. 9114f39 update_external_sources: get glslang from gitlab by GregF · 9 years ago
  16. d833b88 Only check blend state if blend is enabled. by Michael Lentine · 9 years ago
  17. 6715e52 Add basic validation for the shader module. by Michael Lentine · 9 years ago
  18. a88e2f5 layers: Add DrawState checks for dynamically set Viewport and Scissors by Tobin Ehlis · 9 years ago
  19. 9e839e5 layers: Drawstate verify viewport and scissor state at PSO creation time by Tobin Ehlis · 9 years ago
  20. 0c5eea2 loader: Fixes in trampoline code to support layers which wrap objects by Jon Ashburn · 9 years ago
  21. ea10a5e vktrace: Update README by Jon Ashburn · 9 years ago
  22. 5e8a0bc tests: Add DeviceLimts and Image layers to run_all_tests_with_layers.sh by Tobin Ehlis · 9 years ago
  23. 7024484 layers: Validation -- updated layer validation doc file by Mark Lobodzinski · 9 years ago
  24. a73e50c loader: fix use of freed memory by Mike Stroyan · 9 years ago
  25. 173d93e layers: Updated README.md and details doc by Tobin Ehlis · 9 years ago
  26. 609caa0 Add "Swapchain" layer to the "run_all_tests_with_layers" test. by Ian Elliott · 9 years ago
  27. 3d40696 Build doc: Correction to the cmake command to be used for windows by David Pinedo · 9 years ago
  28. 3bf020c vulkaninfo demo: Reduce the size of the console window so it fits on smaller screens by David Pinedo · 9 years ago
  29. c66236e sdk: Update release notes for 0.9 SDK by Courtney Goeltzenleuchter · 9 years ago
  30. 05b4ec6 loader: Fix vkGetInstanceProcAddr to handle debug_report extension by Jon Ashburn · 9 years ago
  31. a0f061c layers: Validate draw commands appropriately inside/outside render pass by Mark Lobodzinski · 9 years ago
  32. c2033a0 tests: Update ResetUnsignaledFence test to expect WARN rather than ERROR by Tobin Ehlis · 9 years ago
  33. 3dec46c layers: Fix DrawState to correctly handle dynamic state from PSO and CmdSet* calls by Tobin Ehlis · 9 years ago
  34. 3b34109 layers: DrawState allows callback to set fail on DescriptorType mismatch by Tobin Ehlis · 9 years ago
  35. 1858875 Merge branch 'mlentine_layers4' into 'master' by Tobin Ehlis · 9 years ago
  36. 2f5deb5 bug-14365: fix misunderstanding in dynamic state by Courtney Goeltzenleuchter · 9 years ago
  37. 1c9f989 vktools: Need to capture & replay new pDynamicState by Courtney Goeltzenleuchter · 9 years ago
  38. 811eb74 Set dynamic pipeline state as dynamic by Piers Daniell · 9 years ago
  39. bfb5fd6 Make reseting an unsignaled fence a warning. by Michael Lentine · 9 years ago
  40. d7770ed vktrace: Some TODO additions and deletions by Jon Ashburn · 9 years ago
  41. 8aa75cb loader: Change GetXXProcAddr to support NULL dispatchable object by Jon Ashburn · 9 years ago
  42. f6cb467 layers: DrawState handles dynamic state set via PSO by Tobin Ehlis · 9 years ago
  43. 48837d1 layers: Disable vktrace layer if loaded incorrectly by Mark Lobodzinski · 9 years ago
  44. 6baf440 tests: Remove std140 to avoid warnings by Tony Barbour · 9 years ago
  45. c95fa8d layers: Intercept vkEnumerateInstance[Layer|Extension]Properties() funcs in DeviceLimits by Tobin Ehlis · 9 years ago
  46. 6454cd9 Fix windows build issues in cube.c and device_limits.cpp by Tobin Ehlis · 9 years ago
  47. 8a10b1b layers: DeviceLimits device feature checks and dead code removal by Tobin Ehlis · 9 years ago
  48. 795460a demos: Query device features in cube prior to creating device by Tobin Ehlis · 9 years ago
  49. 73bb657 layers: Add constructors for layer_data by Cody Northrop · 9 years ago
  50. e78816e layers: Remove object map before vkDestroy* by Mike Stroyan · 9 years ago
  51. 7b7b61c WSI Validation: Removed 2 checks that are driver-specific. by Ian Elliott · 9 years ago
  52. 63ae76b misc: Change all JSON files to abi version 0.9.0 by Jon Ashburn · 9 years ago
  53. 2f0f9e9 demos: vulkaninfo: increase console buffer size so that output can be read by David Pinedo · 9 years ago
  54. 3eefd61 layers: remove static declaration of get_my_data_ptr by Mike Stroyan · 9 years ago
  55. bb0d6e7 layers: Image layer does not need to reserve space by Mike Stroyan · 9 years ago
  56. 445e3fd layers: don't memset layer data in get_my_data_ptr by Mike Stroyan · 9 years ago
  57. b6f0981 Remove WSI from "General Pending Work" section of layer documentation. by Ian Elliott · 9 years ago
  58. 90805ae Move documentation for Swapchain -> it's a validation layer by Ian Elliott · 9 years ago
  59. f81c256 WSI Validation: Add error enum and document Swapchain layer. by Ian Elliott · 9 years ago
  60. c3f3742 misc: Move snprintf define to vk_sdk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  61. 9268944 Make layers build on android. by Michael Lentine · 9 years ago
  62. f745e62 tests: cleanup valgrind errors by Courtney Goeltzenleuchter · 9 years ago
  63. 591ac87 tri: cleanup valgrind errors by Courtney Goeltzenleuchter · 9 years ago
  64. 283f4a3 cube: Fix valgrind warnings by Courtney Goeltzenleuchter · 9 years ago
  65. 358c76e tests: cleanup issues found by valgrind by Courtney Goeltzenleuchter · 9 years ago
  66. e38ed29 Change ERROR -> PERF_WARN in vkAcquireNextImageKHR(). by Ian Elliott · 9 years ago
  67. 329da01 WSI Validation: Initial WSI "swapchain" validation layer. by Ian Elliott · 9 years ago
  68. e82d5b6 cube/tri: Changed invalid <size> argument value for vkMapMemory() by Dominik Witczak · 9 years ago
  69. f5b3cc1 layers: LunarXChange #123 fix - Validate Update/FillBuffer outside RP by Mark Lobodzinski · 9 years ago
  70. b922b33 layers: Note pending work for ObjectTracker by Mike Stroyan · 9 years ago
  71. 342b9bf layers: Added Image layer to validation test suite with new test for bad ImageView by Tobin Ehlis · 9 years ago
  72. 3561380 layers: Update Image layer to support validation callback error return status by Tobin Ehlis · 9 years ago
  73. 6538053 layers: Update Image layer to offload view.c validation checks from driver by Tobin Ehlis · 9 years ago
  74. 8b4f167 Remove validation checks from query.c by Tobin Ehlis · 9 years ago
  75. 4ff11cc bug-14715: DrawIndirect fix by Courtney Goeltzenleuchter · 9 years ago
  76. d4d26dd layers: Remove unneeded layer_common.h by Courtney Goeltzenleuchter · 9 years ago
  77. 70a0c75 layers: layer generate confused by Count parameter by Courtney Goeltzenleuchter · 9 years ago
  78. e7d8235 bug-14365: fix viewport & scissor count by Courtney Goeltzenleuchter · 9 years ago
  79. 2d8831a loader: Remove instance validation checks from debug_report.c by Mark Lobodzinski · 9 years ago
  80. 59190f0 vktrace: remove quoting to stop cmake warnings by Mike Stroyan · 9 years ago
  81. d9dd007 layers: release mutex in DrawState by Mike Stroyan · 9 years ago
  82. 09b7585 layers: VkDestroyInstance+VkDestroyDevice clear ObjectTracker maps by Mike Stroyan · 9 years ago
  83. 9f57ef2 tests: Remove duplicate calls to InitState by Mike Stroyan · 9 years ago
  84. 2237f52 tests: Destroy objects after each validation test. by Mike Stroyan · 9 years ago
  85. bdd448b Added request for VkShaderCreateInfo.stage check by Jens Owen · 9 years ago
  86. 328d16c build: fix update_external_sources.bat to pick up SPIRV rev32 for glslang by GregF · 9 years ago
  87. cc14987 loader: Remove validation checks from loader.c by Mark Lobodzinski · 9 years ago
  88. e20aaa2 bug-14365: add dynamic state to PSO by Courtney Goeltzenleuchter · 9 years ago
  89. 932cdb5 bug 14365: make separate viewport and scissor cmds by Courtney Goeltzenleuchter · 9 years ago
  90. 09772bb bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  91. ee8d581 layers: Add function to check if msg will be logged by Courtney Goeltzenleuchter · 9 years ago
  92. b98d54e intel: Verified that driver validation checks are covered for fb.c by Mark Lobodzinski · 9 years ago
  93. 5ea338c intel: Removed ICD validation checks from dev.c by Mark Lobodzinski · 9 years ago
  94. 52bf987 intel: Verified that driver validation checks in queue.c are covered by Mark Lobodzinski · 9 years ago
  95. f94b838 build: move to SPIR-V rev 32 by GregF · 9 years ago
  96. ddaecf8 intel: Removed ICD validation checks from img.c by Mark Lobodzinski · 9 years ago
  97. a26fb7d Remove libpng and zlib dependencies, add copyrights by Tony Barbour · 9 years ago
  98. 74c97c8 vktrace: tracer set env vars for enabling Screenshot layer if needed by Jon Ashburn · 9 years ago
  99. d02fc2c loader: Add lock around cJSON so big loader lock is not needed as much by Jon Ashburn · 9 years ago
  100. 7684384 layers: DeviceLimits warns if queue properties not queried prior to vkCreateDevice() by Tobin Ehlis · 9 years ago