1. ccc93a7 bug 14844: Query Pool issues (WIP) by Chia-I Wu · 9 years ago
  2. ba442c8 layers: Fix MemTracker uninitialized variables by Mark Lobodzinski · 9 years ago
  3. 46fc3dd layers: Add DestroyImage to image layer's device GPA table by Mark Lobodzinski · 9 years ago
  4. 2ed3927 Layers: MemTracker check vkCmdCopyQueryPoolResults by Mike Stroyan · 9 years ago
  5. 50b51e6 layers: Validate buffer view usage flags by Mark Lobodzinski · 9 years ago
  6. 148bab2 layers: Validate number of layers in subresource. by Jeremy Hayes · 9 years ago
  7. 04356f9 tests: Added CopyDescriptorUpdateErrors test to verify 3 errors during descriptorset copy updates by Tobin Ehlis · 9 years ago
  8. 8a62e63 layers: Add DrawState validation for copy descriptor updates by Tobin Ehlis · 9 years ago
  9. baca3ab layers: Simplify descriptor validation in DrawState by Tobin Ehlis · 9 years ago
  10. a1f9b64 layers: Improve DrawState write descriptor update by Tobin Ehlis · 9 years ago
  11. 41f0256 layers: Remove DrawState g_lastBoundDescriptorSet variable - it's no longer used by Tobin Ehlis · 9 years ago
  12. b161279 draw_state: Fix enum in validate_draw_state_flags by Cody Northrop · 9 years ago
  13. 43751cc windows: Fix vector resizing in draw_state by Cody Northrop · 9 years ago
  14. bbf6608 misc: Remove dynamic array definititions by Courtney Goeltzenleuchter · 9 years ago
  15. 3698c62 misc: Add intrin.h to support ffs utility by Courtney Goeltzenleuchter · 9 years ago
  16. 806c700 misc: Windows does not like named structure initialization by Courtney Goeltzenleuchter · 9 years ago
  17. 9a63f44 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  18. a1c2856 layers: Improve DrawState Descriptor validation by Tobin Ehlis · 9 years ago
  19. d923d15 layers: Modify Image layer to store IMAGE_STATE structs instead of their unique_ptrs by Tobin Ehlis · 9 years ago
  20. 095d97b draw_state: Remove obsolete check by Courtney Goeltzenleuchter · 9 years ago
  21. 4cb6d92 bug-14827: Remove DescriptorInfo union by Courtney Goeltzenleuchter · 9 years ago
  22. bee18a9 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  23. 033186b layers: Fix windows build error by Mark Lobodzinski · 9 years ago
  24. dc86b85 layers: Add state-dependent image aspect/format checks by Mark Lobodzinski · 9 years ago
  25. aa132e7 bug-14827: Make DescriptorInfo a union of bufferInfo, imageInfo, and bufferView by Courtney Goeltzenleuchter · 9 years ago
  26. 04bb5f8 bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlags by Courtney Goeltzenleuchter · 9 years ago
  27. 8367ce0 bug-14786: Addressing layered subresources in vkCmdCopyImage by Courtney Goeltzenleuchter · 9 years ago
  28. 5d2aed4 bug-14786: minor renames by Courtney Goeltzenleuchter · 9 years ago
  29. 4ca43f6 misc: Change clear rectangle to include array layer/count by Courtney Goeltzenleuchter · 9 years ago
  30. 1d2f0dd bug-14542: Remove VK_UNSUPPORTED from success return codes by Courtney Goeltzenleuchter · 9 years ago
  31. d263550 WIP bug-14815: VkShaderStage by Courtney Goeltzenleuchter · 9 years ago
  32. 908e767 WIP bug-14815: VkImageAspect by Courtney Goeltzenleuchter · 9 years ago
  33. 646b907 bug-14746: add batched submit for semaphores and command buffers by Courtney Goeltzenleuchter · 9 years ago
  34. 06d8947 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  35. 299e6d1 bug-14580: add dataSize to vkGetPipelineCacheData by Courtney Goeltzenleuchter · 9 years ago
  36. 38e48f3 misc: make enum boundary names consistent by Courtney Goeltzenleuchter · 9 years ago
  37. df172f9 misc: Remove WRITE_COMBINED by Courtney Goeltzenleuchter · 9 years ago
  38. f978646 bug-14646: remove VK_SUBPASS_DESCRIPTION_NO_OVERDRAW_BIT by Courtney Goeltzenleuchter · 9 years ago
  39. fe1b36e bug-14084: Replace abbreviations in VkQueryPipelineStatisticFlags by Courtney Goeltzenleuchter · 9 years ago
  40. 9683589 bug-14531: Expand tess abbreviation to tessellation by Courtney Goeltzenleuchter · 9 years ago
  41. 7831e96 bug-14642: Rename queueRecordCount to requestedQueueCount by Courtney Goeltzenleuchter · 9 years ago
  42. c9323e0 bug-14291: combine color and depth/stencil clears by Courtney Goeltzenleuchter · 9 years ago
  43. 432ef5c layers: Remove mid() & mdd() functions from DrawState by Tobin Ehlis · 9 years ago
  44. f93f1e3 layers: Add DrawState check for DescriptorSet availability in Pool by Tobin Ehlis · 9 years ago
  45. 644ff04 layers: DrawState layout tracking improvements by Tobin Ehlis · 9 years ago
  46. 1a4b9e7 layers: Added TODO comments to DrawState for missing validation checks by Tobin Ehlis · 9 years ago
  47. 07c100d layers: Fix indices in DrawState error message by Tobin Ehlis · 9 years ago
  48. 8b5b28c layers: Comment in DrawState for missing validation of DescriptorPool size limit by Tobin Ehlis · 9 years ago
  49. af392d0 Clarify parameter usage in memory_type_from_properties by Tony Barbour · 9 years ago
  50. 13ec6b0 layers: LX161, validate attachment references in subpasses by Mark Lobodzinski · 9 years ago
  51. f53c6e5 layers: LX160, Validate Descriptor Set Image Aspects by Mark Lobodzinski · 9 years ago
  52. b698675 Add subpass dependency validation. by Michael Lentine · 9 years ago
  53. e6d3f2c layers: LX159, properly validate swapchain images by Mark Lobodzinski · 9 years ago
  54. 5283348 layers: LX159, validate all descriptorSets in array by Mark Lobodzinski · 9 years ago
  55. d29c7db layers: Remove MemTracker dead code by Mark Lobodzinski · 9 years ago
  56. b9644ee layers: Bug #14850, enforce validation for semaphore states by Mark Lobodzinski · 9 years ago
  57. 1088c40 layers: Remove dependency between calls to vkCreateImage and vkGetPhysicalDeviceProperties by Tony Barbour · 9 years ago
  58. 22d8d79 loader: Use correct 64bit printf format for Windows by Courtney Goeltzenleuchter · 9 years ago
  59. 58f3eff layers: Fix Windows compiler warnings by Courtney Goeltzenleuchter · 9 years ago
  60. dad30df layers: Fix Windows compile warnings by Courtney Goeltzenleuchter · 9 years ago
  61. 8f8367e layers: clean up includes by Courtney Goeltzenleuchter · 9 years ago
  62. cf60e0a layers: Add DEBUG_OUTPUT support to swapchain by Courtney Goeltzenleuchter · 9 years ago
  63. ed12e71 layers: Add DEBUG_OUTPUT support to shader_checker by Courtney Goeltzenleuchter · 9 years ago
  64. d29f4f0 layers: Add DEBUG_OUTPUT support to param_checker by Courtney Goeltzenleuchter · 9 years ago
  65. 0036b57 layers: Add DEBUG_OUTPUT support to mem_tracker by Courtney Goeltzenleuchter · 9 years ago
  66. ffcdd8b layers: Add DEBUG_OUTPUT support to image by Courtney Goeltzenleuchter · 9 years ago
  67. 62d945a layers: Add DEBUG_OUTPUT support to draw_state by Courtney Goeltzenleuchter · 9 years ago
  68. d6fce63 layers: Add DEBUG_OUTPUT support to device_limits by Courtney Goeltzenleuchter · 9 years ago
  69. 5907ac4 layers: Add support for Windows DEBUG_OUTPUT logging by Courtney Goeltzenleuchter · 9 years ago
  70. e735c69 layers: Add DrawState check to flag error on vkFreeDescriptorSets from ONE_SHOT Pool by Tobin Ehlis · 9 years ago
  71. 68124ac WSI Validation: Ported better logging approach from generic layer. by Ian Elliott · 9 years ago
  72. d8c5db1 WSI Validation: Move some things between .h and .cpp files. by Ian Elliott · 9 years ago
  73. a308243 intel,layers,tests: move cmd_meta errors to validation by Mike Stroyan · 9 years ago
  74. 304b01f Only check LogicOp if it is enabled. by Michael Lentine · 9 years ago
  75. b212dfc layers: Migrate DrawState global data structs to layer_data struct by Tobin Ehlis · 9 years ago
  76. 0b63233 layers: DrawState migrate device and instance dispatch tables into layer data struct by Tobin Ehlis · 9 years ago
  77. 1cb7f57 layers: In DeviceLimits move dispatch table to layer data struct by Tobin Ehlis · 9 years ago
  78. 9ff6ae9 layers: Remove obsolete dbg message logging header by Jon Ashburn · 9 years ago
  79. 3a278b7 layers: Add support for debug_report extension in generic layer by Jon Ashburn · 9 years ago
  80. 8021335 layers: Remove dead code from MemTracker by Mark Lobodzinski · 9 years ago
  81. fbb130e layers: Fix DeviceLimits error return codes by Mark Lobodzinski · 9 years ago
  82. a5eabe7 layers: Add validation for Image Aspect settings by Mark Lobodzinski · 9 years ago
  83. a145649 layers: LunarXchange #145: Fix windows printf format errors by Mark Lobodzinski · 9 years ago
  84. 5f7cd46 Only check blend state if blend is enabled. by Michael Lentine · 9 years ago
  85. 03d8e57 Add basic validation for the shader module. by Michael Lentine · 9 years ago
  86. d332f28 layers: Add DrawState checks for dynamically set Viewport and Scissors by Tobin Ehlis · 9 years ago
  87. e68360f layers: Drawstate verify viewport and scissor state at PSO creation time by Tobin Ehlis · 9 years ago
  88. 61f4d1f layers: Validation -- updated layer validation doc file by Mark Lobodzinski · 9 years ago
  89. f3fad35 layers: Updated README.md and details doc by Tobin Ehlis · 9 years ago
  90. 0e1c970 sdk: Update release notes for 0.9 SDK by Courtney Goeltzenleuchter · 9 years ago
  91. 5495d13 layers: Validate draw commands appropriately inside/outside render pass by Mark Lobodzinski · 9 years ago
  92. 5e5a1e9 layers: Fix DrawState to correctly handle dynamic state from PSO and CmdSet* calls by Tobin Ehlis · 9 years ago
  93. 483cc35 layers: DrawState allows callback to set fail on DescriptorType mismatch by Tobin Ehlis · 9 years ago
  94. c2d6f40 Merge branch 'mlentine_layers4' into 'master' by Tobin Ehlis · 9 years ago
  95. 1195ed2 Make reseting an unsignaled fence a warning. by Michael Lentine · 9 years ago
  96. 963a404 layers: DrawState handles dynamic state set via PSO by Tobin Ehlis · 9 years ago
  97. fd3843f layers: Intercept vkEnumerateInstance[Layer|Extension]Properties() funcs in DeviceLimits by Tobin Ehlis · 9 years ago
  98. 72b27cc Fix windows build issues in cube.c and device_limits.cpp by Tobin Ehlis · 9 years ago
  99. 9da6500 layers: DeviceLimits device feature checks and dead code removal by Tobin Ehlis · 9 years ago
  100. 55443ef layers: Add constructors for layer_data by Cody Northrop · 9 years ago