1. 4cb6d92 bug-14827: Remove DescriptorInfo union by Courtney Goeltzenleuchter · 9 years ago
  2. 3f57f57 misc: Remove unused structure member by Courtney Goeltzenleuchter · 9 years ago
  3. bee18a9 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  4. 1a606eb bug-14575: normalized queue priorities by Courtney Goeltzenleuchter · 9 years ago
  5. dc86b85 layers: Add state-dependent image aspect/format checks by Mark Lobodzinski · 9 years ago
  6. 2b9aaa6 misc: Track alphaToOneEnable by Courtney Goeltzenleuchter · 9 years ago
  7. aa132e7 bug-14827: Make DescriptorInfo a union of bufferInfo, imageInfo, and bufferView by Courtney Goeltzenleuchter · 9 years ago
  8. 04bb5f8 bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlags by Courtney Goeltzenleuchter · 9 years ago
  9. 8367ce0 bug-14786: Addressing layered subresources in vkCmdCopyImage by Courtney Goeltzenleuchter · 9 years ago
  10. 5d2aed4 bug-14786: minor renames by Courtney Goeltzenleuchter · 9 years ago
  11. 4ca43f6 misc: Change clear rectangle to include array layer/count by Courtney Goeltzenleuchter · 9 years ago
  12. 1d2f0dd bug-14542: Remove VK_UNSUPPORTED from success return codes by Courtney Goeltzenleuchter · 9 years ago
  13. d263550 WIP bug-14815: VkShaderStage by Courtney Goeltzenleuchter · 9 years ago
  14. 908e767 WIP bug-14815: VkImageAspect by Courtney Goeltzenleuchter · 9 years ago
  15. 646b907 bug-14746: add batched submit for semaphores and command buffers by Courtney Goeltzenleuchter · 9 years ago
  16. 06d8947 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  17. 6fabf91 bug-14737: Move alphaToCoverageEnable to MultisampleStateCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  18. 9683589 bug-14531: Expand tess abbreviation to tessellation by Courtney Goeltzenleuchter · 9 years ago
  19. 7831e96 bug-14642: Rename queueRecordCount to requestedQueueCount by Courtney Goeltzenleuchter · 9 years ago
  20. c9323e0 bug-14291: combine color and depth/stencil clears by Courtney Goeltzenleuchter · 9 years ago
  21. a4c4ae0 misc: Rename depthClip to depthClamp by Courtney Goeltzenleuchter · 9 years ago
  22. bd094ce tests: Add mem barrier to change layout to present for --show-images by Tony Barbour · 9 years ago
  23. 9226a82 tests: Clean up object tracker complaints from --show-images by Tony Barbour · 9 years ago
  24. 208b3ff tests: Add new layers to _with_layers tests by Tony Barbour · 9 years ago
  25. f93f1e3 layers: Add DrawState check for DescriptorSet availability in Pool by Tobin Ehlis · 9 years ago
  26. 0ac4b7d tests: Add device limits layer to test script by Tony Barbour · 9 years ago
  27. 58f3eff layers: Fix Windows compiler warnings by Courtney Goeltzenleuchter · 9 years ago
  28. e735c69 layers: Add DrawState check to flag error on vkFreeDescriptorSets from ONE_SHOT Pool by Tobin Ehlis · 9 years ago
  29. cdc72a4 tests: Track whether desc sets are allocated from dynamic pools by Cody Northrop · 9 years ago
  30. 50a47ef demos/tests: Stop calling vkFreeDescriptorSets on pools with usage ONE_SHOT by Cody Northrop · 9 years ago
  31. a308243 intel,layers,tests: move cmd_meta errors to validation by Mike Stroyan · 9 years ago
  32. f6622dc tests: Add required graphics pipeline states to unblock creation by Cody Northrop · 9 years ago
  33. eb3a6c1 tests: Add fragment stage to several layer validation tests by Cody Northrop · 9 years ago
  34. 9f0d6b2 tests: Check color attachment feature before selecting mem types by Tony Barbour · 9 years ago
  35. 6e8c889 tests: Allow GetPhysicalDeviceFormatProperties to return VK_UNSUPPORTED by Jon Ashburn · 9 years ago
  36. e3f3108 tests: Allow querypool to return VK_NOT_READY by Jon Ashburn · 9 years ago
  37. 414dd9e tests: Set viewport state pointers to NULL by Tony Barbour · 9 years ago
  38. d332f28 layers: Add DrawState checks for dynamically set Viewport and Scissors by Tobin Ehlis · 9 years ago
  39. e68360f layers: Drawstate verify viewport and scissor state at PSO creation time by Tobin Ehlis · 9 years ago
  40. 8b331d9 tests: Add DeviceLimts and Image layers to run_all_tests_with_layers.sh by Tobin Ehlis · 9 years ago
  41. 0f7af25 Add "Swapchain" layer to the "run_all_tests_with_layers" test. by Ian Elliott · 9 years ago
  42. 5495d13 layers: Validate draw commands appropriately inside/outside render pass by Mark Lobodzinski · 9 years ago
  43. bcca3ce tests: Update ResetUnsignaledFence test to expect WARN rather than ERROR by Tobin Ehlis · 9 years ago
  44. 5e5a1e9 layers: Fix DrawState to correctly handle dynamic state from PSO and CmdSet* calls by Tobin Ehlis · 9 years ago
  45. 483cc35 layers: DrawState allows callback to set fail on DescriptorType mismatch by Tobin Ehlis · 9 years ago
  46. 507ba97 bug-14365: fix misunderstanding in dynamic state by Courtney Goeltzenleuchter · 9 years ago
  47. 963a404 layers: DrawState handles dynamic state set via PSO by Tobin Ehlis · 9 years ago
  48. acb3c1c tests: Remove std140 to avoid warnings by Tony Barbour · 9 years ago
  49. 65fabb4 tests: cleanup valgrind errors by Courtney Goeltzenleuchter · 9 years ago
  50. c7def92 tests: cleanup issues found by valgrind by Courtney Goeltzenleuchter · 9 years ago
  51. d563950 layers: LunarXChange #123 fix - Validate Update/FillBuffer outside RP by Mark Lobodzinski · 9 years ago
  52. cde0889 layers: Added Image layer to validation test suite with new test for bad ImageView by Tobin Ehlis · 9 years ago
  53. 08c2637 bug-14715: DrawIndirect fix by Courtney Goeltzenleuchter · 9 years ago
  54. 85608a3 tests: Remove duplicate calls to InitState by Mike Stroyan · 9 years ago
  55. d1c84a5 tests: Destroy objects after each validation test. by Mike Stroyan · 9 years ago
  56. 078f817 bug 14365: make separate viewport and scissor cmds by Courtney Goeltzenleuchter · 9 years ago
  57. 49c7308 bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  58. 6f2274e intel: Removed ICD validation checks from img.c by Mark Lobodzinski · 9 years ago
  59. feb6196 Remove libpng and zlib dependencies, add copyrights by Tony Barbour · 9 years ago
  60. 5638e00 vktrace: tracer set env vars for enabling Screenshot layer if needed by Jon Ashburn · 9 years ago
  61. 5af3f77 build: fixes for latest SPIR-V rev 31 by GregF · 9 years ago
  62. a257eea WSI: Small code changes to deal with latest WSI header. by Ian Elliott · 9 years ago
  63. e30405b vktrace: Remove the tracer library options and support for multiple tracers by Jon Ashburn · 9 years ago
  64. 4b34ddc Finished migration of validation checks out of cmd_pipeline.c by Tobin Ehlis · 9 years ago
  65. c4c2318 layers: Add Idx buffer alignment check to DrawState by Tobin Ehlis · 9 years ago
  66. 912df02 Remove old checks from pipeline.c and verify that they're handled in validation by Tobin Ehlis · 9 years ago
  67. 7e15844 tests: remove remaining ScopedUseGlsl use and support by Chris Forbes · 9 years ago
  68. 9ddda14 tests: Remove nonsense ScopedUseGlsl use in test that requires GLSL by Chris Forbes · 9 years ago
  69. 46794b8 layers: Make passing a non-SPIRV shader to CreateShaderModule an error by Chris Forbes · 9 years ago
  70. 453461c windows: Get trace/replay script working again by Cody Northrop · 9 years ago
  71. 556c76c layers: Require pipeline layout to contain all referenced descriptors by Chris Forbes · 9 years ago
  72. 73db5bf bug 14640: add pNext/sType to VkDeviceQueueCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  73. fe908d3 Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  74. 00c52b2 validation: Add tests for bad SPIR-V validation checks by Courtney Goeltzenleuchter · 9 years ago
  75. 45df9e1 Bug 14643: use VkClearDepthStencilValue by Courtney Goeltzenleuchter · 9 years ago
  76. 55659b7 bug-14538: Remove validation error codes by Courtney Goeltzenleuchter · 9 years ago
  77. 35985f6 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  78. 209b529 tests: Added DeviceLimits to layer validation tests by Mark Lobodzinski · 9 years ago
  79. ec59830 layers: Improve invalid object checks of ObjectTracker by Tobin Ehlis · 9 years ago
  80. 5fcc421 layers: Migrate MemTracker to allow log_msg callback to signal early return by Mark Lobodzinski · 9 years ago
  81. ca4e63b tests: Modify VkLayerTest.PipelineNotBound to work on Windows by Cody Northrop · 9 years ago
  82. 4232dad demos/tests: Fix aspectMask updates in a few spots by Cody Northrop · 9 years ago
  83. 9ad4338 bug-14583: Remove the unneeded vkBufferViewType by Courtney Goeltzenleuchter · 9 years ago
  84. b46f227 Bug 14583: Updates based on initial feedback by Courtney Goeltzenleuchter · 9 years ago
  85. 6eb1aeb Bug 14583: Remove VkBufferView for UBO/SSBO descriptor types by Courtney Goeltzenleuchter · 9 years ago
  86. 020e221 tests: Remove unneeded function by Courtney Goeltzenleuchter · 9 years ago
  87. 6c76d2e tests: Do not need descriptor info for vertex buffer by Courtney Goeltzenleuchter · 9 years ago
  88. 00265c8 tests: Need to set the viewType now by Courtney Goeltzenleuchter · 9 years ago
  89. 7b0d95d vulkan: Add missing _BIT to some bitfield enums. by Courtney Goeltzenleuchter · 9 years ago
  90. ba72451 Bug 12998: change ImageSubresourceRange's aspect to aspectMask by Courtney Goeltzenleuchter · 9 years ago
  91. 01ee1ca bug 14313: Allow copies to do multi-layer copies by Courtney Goeltzenleuchter · 9 years ago
  92. e66afec vktrace: When launch child process add tracing layer env var enablement by Jon Ashburn · 9 years ago
  93. 44fd604 vktrace: Convert tracing library to an actual vulkan layer library by Jon Ashburn · 9 years ago
  94. c9ac2b6 layers: Migrate ObjectTracker to updated Validation error reporting by Tobin Ehlis · 9 years ago
  95. 1cfb30a layers: Migrate DrawState to new error reporting allowing for callback to signal early return by Tobin Ehlis · 9 years ago
  96. 286fb5f Bug 12998: Document required depth formats and layouts in buffer memory by Courtney Goeltzenleuchter · 9 years ago
  97. cda3034 Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BIT by Courtney Goeltzenleuchter · 9 years ago
  98. 4a26189 bug 14313: Rename ArraySlice to ArrayLayer by Courtney Goeltzenleuchter · 9 years ago
  99. f1ece60 Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BIT by Courtney Goeltzenleuchter · 9 years ago
  100. 660f0ca bug 14516: rename VK_IMAGE_USAGE_DEPTH_STENCIL_BIT by Courtney Goeltzenleuchter · 9 years ago