1. 1ff1759 Loader: Fix locking bug in CreateInstance by Jon Ashburn · 9 years ago
  2. 0979230 update_external_sources: move up to latest glslang by Greg Fischer · 9 years ago
  3. 9c1e8cb loader: Remove unneeded defines by Courtney Goeltzenleuchter · 9 years ago
  4. 22d8d79 loader: Use correct 64bit printf format for Windows by Courtney Goeltzenleuchter · 9 years ago
  5. 58f3eff layers: Fix Windows compiler warnings by Courtney Goeltzenleuchter · 9 years ago
  6. dad30df layers: Fix Windows compile warnings by Courtney Goeltzenleuchter · 9 years ago
  7. 8f8367e layers: clean up includes by Courtney Goeltzenleuchter · 9 years ago
  8. cf60e0a layers: Add DEBUG_OUTPUT support to swapchain by Courtney Goeltzenleuchter · 9 years ago
  9. ed12e71 layers: Add DEBUG_OUTPUT support to shader_checker by Courtney Goeltzenleuchter · 9 years ago
  10. d29f4f0 layers: Add DEBUG_OUTPUT support to param_checker by Courtney Goeltzenleuchter · 9 years ago
  11. 0036b57 layers: Add DEBUG_OUTPUT support to mem_tracker by Courtney Goeltzenleuchter · 9 years ago
  12. ffcdd8b layers: Add DEBUG_OUTPUT support to image by Courtney Goeltzenleuchter · 9 years ago
  13. 62d945a layers: Add DEBUG_OUTPUT support to draw_state by Courtney Goeltzenleuchter · 9 years ago
  14. d6fce63 layers: Add DEBUG_OUTPUT support to device_limits by Courtney Goeltzenleuchter · 9 years ago
  15. 5907ac4 layers: Add support for Windows DEBUG_OUTPUT logging by Courtney Goeltzenleuchter · 9 years ago
  16. 45d42ca loader: Support GetInsTanceProcAddr(inst, "vkGetDeviceProcAddr") by Jon Ashburn · 9 years ago
  17. 82ecef4 layers: Suppress error messages for undestroyed descriptorSets by Mark Lobodzinski · 9 years ago
  18. e735c69 layers: Add DrawState check to flag error on vkFreeDescriptorSets from ONE_SHOT Pool by Tobin Ehlis · 9 years ago
  19. cdc72a4 tests: Track whether desc sets are allocated from dynamic pools by Cody Northrop · 9 years ago
  20. 50a47ef demos/tests: Stop calling vkFreeDescriptorSets on pools with usage ONE_SHOT by Cody Northrop · 9 years ago
  21. 68124ac WSI Validation: Ported better logging approach from generic layer. by Ian Elliott · 9 years ago
  22. d8c5db1 WSI Validation: Move some things between .h and .cpp files. by Ian Elliott · 9 years ago
  23. a308243 intel,layers,tests: move cmd_meta errors to validation by Mike Stroyan · 9 years ago
  24. 304b01f Only check LogicOp if it is enabled. by Michael Lentine · 9 years ago
  25. b212dfc layers: Migrate DrawState global data structs to layer_data struct by Tobin Ehlis · 9 years ago
  26. 0b63233 layers: DrawState migrate device and instance dispatch tables into layer data struct by Tobin Ehlis · 9 years ago
  27. 1cb7f57 layers: In DeviceLimits move dispatch table to layer data struct by Tobin Ehlis · 9 years ago
  28. 2bed4c3 update_external_sources: Fix svn LunarGLASS checkout for Linux by Cody Northrop · 9 years ago
  29. cd9f874 misc: do not need pull if using git checkout by Courtney Goeltzenleuchter · 9 years ago
  30. 9ff6ae9 layers: Remove obsolete dbg message logging header by Jon Ashburn · 9 years ago
  31. 3a278b7 layers: Add support for debug_report extension in generic layer by Jon Ashburn · 9 years ago
  32. 557efa7 loader: Fix comile warning on Window by Jon Ashburn · 9 years ago
  33. 8f3459c loader, icd: correct use of _aligned_malloc by Mike Stroyan · 9 years ago
  34. 8021335 layers: Remove dead code from MemTracker by Mark Lobodzinski · 9 years ago
  35. fbb130e layers: Fix DeviceLimits error return codes by Mark Lobodzinski · 9 years ago
  36. a5eabe7 layers: Add validation for Image Aspect settings by Mark Lobodzinski · 9 years ago
  37. 5611875 loader: match free to alloc in dirent functions by Mike Stroyan · 9 years ago
  38. a145649 layers: LunarXchange #145: Fix windows printf format errors by Mark Lobodzinski · 9 years ago
  39. f6622dc tests: Add required graphics pipeline states to unblock creation by Cody Northrop · 9 years ago
  40. eb3a6c1 tests: Add fragment stage to several layer validation tests by Cody Northrop · 9 years ago
  41. c15d0df loader: Fix GetInstanceProcAddr for CreateDevice by Jon Ashburn · 9 years ago
  42. 9f0d6b2 tests: Check color attachment feature before selecting mem types by Tony Barbour · 9 years ago
  43. 6e8c889 tests: Allow GetPhysicalDeviceFormatProperties to return VK_UNSUPPORTED by Jon Ashburn · 9 years ago
  44. e3f3108 tests: Allow querypool to return VK_NOT_READY by Jon Ashburn · 9 years ago
  45. 56151d6 loader: Add warning message for unreconized layer names from env var by Jon Ashburn · 9 years ago
  46. 414dd9e tests: Set viewport state pointers to NULL by Tony Barbour · 9 years ago
  47. 5467e75 update_external_sources: get glslang from gitlab by Greg Fischer · 9 years ago
  48. 6ee6712 update_external_sources: get glslang from gitlab by GregF · 9 years ago
  49. 5f7cd46 Only check blend state if blend is enabled. by Michael Lentine · 9 years ago
  50. 03d8e57 Add basic validation for the shader module. by Michael Lentine · 9 years ago
  51. d332f28 layers: Add DrawState checks for dynamically set Viewport and Scissors by Tobin Ehlis · 9 years ago
  52. e68360f layers: Drawstate verify viewport and scissor state at PSO creation time by Tobin Ehlis · 9 years ago
  53. e0e6457 loader: Fixes in trampoline code to support layers which wrap objects by Jon Ashburn · 9 years ago
  54. 8b331d9 tests: Add DeviceLimts and Image layers to run_all_tests_with_layers.sh by Tobin Ehlis · 9 years ago
  55. 61f4d1f layers: Validation -- updated layer validation doc file by Mark Lobodzinski · 9 years ago
  56. 09c06c7 loader: fix use of freed memory by Mike Stroyan · 9 years ago
  57. f3fad35 layers: Updated README.md and details doc by Tobin Ehlis · 9 years ago
  58. 0f7af25 Add "Swapchain" layer to the "run_all_tests_with_layers" test. by Ian Elliott · 9 years ago
  59. b79e59c Build doc: Correction to the cmake command to be used for windows by David Pinedo · 9 years ago
  60. 0e1c970 sdk: Update release notes for 0.9 SDK by Courtney Goeltzenleuchter · 9 years ago
  61. f7a48db loader: Fix vkGetInstanceProcAddr to handle debug_report extension by Jon Ashburn · 9 years ago
  62. 5495d13 layers: Validate draw commands appropriately inside/outside render pass by Mark Lobodzinski · 9 years ago
  63. bcca3ce tests: Update ResetUnsignaledFence test to expect WARN rather than ERROR by Tobin Ehlis · 9 years ago
  64. 5e5a1e9 layers: Fix DrawState to correctly handle dynamic state from PSO and CmdSet* calls by Tobin Ehlis · 9 years ago
  65. 483cc35 layers: DrawState allows callback to set fail on DescriptorType mismatch by Tobin Ehlis · 9 years ago
  66. c2d6f40 Merge branch 'mlentine_layers4' into 'master' by Tobin Ehlis · 9 years ago
  67. 507ba97 bug-14365: fix misunderstanding in dynamic state by Courtney Goeltzenleuchter · 9 years ago
  68. 1195ed2 Make reseting an unsignaled fence a warning. by Michael Lentine · 9 years ago
  69. 69e9ea2 loader: Change GetXXProcAddr to support NULL dispatchable object by Jon Ashburn · 9 years ago
  70. 963a404 layers: DrawState handles dynamic state set via PSO by Tobin Ehlis · 9 years ago
  71. acb3c1c tests: Remove std140 to avoid warnings by Tony Barbour · 9 years ago
  72. fd3843f layers: Intercept vkEnumerateInstance[Layer|Extension]Properties() funcs in DeviceLimits by Tobin Ehlis · 9 years ago
  73. 72b27cc Fix windows build issues in cube.c and device_limits.cpp by Tobin Ehlis · 9 years ago
  74. 9da6500 layers: DeviceLimits device feature checks and dead code removal by Tobin Ehlis · 9 years ago
  75. 55443ef layers: Add constructors for layer_data by Cody Northrop · 9 years ago
  76. 38820b3 layers: Remove object map before vkDestroy* by Mike Stroyan · 9 years ago
  77. 6646385 WSI Validation: Removed 2 checks that are driver-specific. by Ian Elliott · 9 years ago
  78. 677dc91 misc: Change all JSON files to abi version 0.9.0 by Jon Ashburn · 9 years ago
  79. 59ef4a8 layers: remove static declaration of get_my_data_ptr by Mike Stroyan · 9 years ago
  80. 9421335 layers: Image layer does not need to reserve space by Mike Stroyan · 9 years ago
  81. a50f832 layers: don't memset layer data in get_my_data_ptr by Mike Stroyan · 9 years ago
  82. 71a71cc Remove WSI from "General Pending Work" section of layer documentation. by Ian Elliott · 9 years ago
  83. d552fe2 Move documentation for Swapchain -> it's a validation layer by Ian Elliott · 9 years ago
  84. b0f474c WSI Validation: Add error enum and document Swapchain layer. by Ian Elliott · 9 years ago
  85. fa395a9 misc: Move snprintf define to vk_sdk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  86. 695f2c2 Make layers build on android. by Michael Lentine · 9 years ago
  87. 65fabb4 tests: cleanup valgrind errors by Courtney Goeltzenleuchter · 9 years ago
  88. c7def92 tests: cleanup issues found by valgrind by Courtney Goeltzenleuchter · 9 years ago
  89. 4a99445 Change ERROR -> PERF_WARN in vkAcquireNextImageKHR(). by Ian Elliott · 9 years ago
  90. 0b4d624 WSI Validation: Initial WSI "swapchain" validation layer. by Ian Elliott · 9 years ago
  91. d563950 layers: LunarXChange #123 fix - Validate Update/FillBuffer outside RP by Mark Lobodzinski · 9 years ago
  92. b4e3adb layers: Note pending work for ObjectTracker by Mike Stroyan · 9 years ago
  93. cde0889 layers: Added Image layer to validation test suite with new test for bad ImageView by Tobin Ehlis · 9 years ago
  94. dea0095 layers: Update Image layer to support validation callback error return status by Tobin Ehlis · 9 years ago
  95. ad8c446 layers: Update Image layer to offload view.c validation checks from driver by Tobin Ehlis · 9 years ago
  96. 08c2637 bug-14715: DrawIndirect fix by Courtney Goeltzenleuchter · 9 years ago
  97. 319db13 layers: Remove unneeded layer_common.h by Courtney Goeltzenleuchter · 9 years ago
  98. f260f6c layers: layer generate confused by Count parameter by Courtney Goeltzenleuchter · 9 years ago
  99. 77e8b14 loader: Remove instance validation checks from debug_report.c by Mark Lobodzinski · 9 years ago
  100. fcb4ba6 layers: release mutex in DrawState by Mike Stroyan · 9 years ago