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