1. 339ffcd header: Update vulkan.hpp to 1.0.24 by Lenny Komow · 8 years ago
  2. 8da1404 layers: Modify format queries for enums by Mark Lobodzinski · 8 years ago
  3. e79ce85 header: Update vk.xml to 1.0.24 by Mark Lobodzinski · 8 years ago
  4. 7620138 header: Update vk_platform.h to 1.0.24 by Mark Lobodzinski · 8 years ago
  5. 22dfb18 header: Update vulkan.h to 1.0.24 by Mark Lobodzinski · 8 years ago
  6. 5a8cba5 layers: Allow input attachment usage in CreateImageView by Tony Barbour · 8 years ago
  7. b3f40a2 layers: Update json files for 1.0.24 header by Mark Lobodzinski · 8 years ago
  8. b7f9096 loader: Update resource context default version by Mark Young · 8 years ago
  9. c42da50 docs: Update README.md for Glslang issue by Mark Young · 8 years ago
  10. 57e8cf4 Revert "glslang/spirv: Update repo revisions" by Mark Young · 8 years ago
  11. b225865 layers: Update layer details doc by Mark Lobodzinski · 8 years ago
  12. 8848e35 tests: Add image sample count checks by Mark Lobodzinski · 8 years ago
  13. eebf670 layers: Add validation for image samplecounts by Mark Lobodzinski · 8 years ago
  14. 3e1bb24 glslang : Force update in update_external_sources by Mark Young · 8 years ago
  15. d6decaa glslang/spirv: Update repo revisions by Mark Young · 8 years ago
  16. df2b3fb glslang: Remove change to revert texel fetch fix. by Mark Young · 8 years ago
  17. 3a1adf4 layers: return collect_* result containers rather than using & out by Chris Forbes · 8 years ago
  18. 930cd2e demos: Restore Wayland compile behavior in cube by Tony Barbour · 8 years ago
  19. 787b627 demos: GH862 Fix build errors of demos (cube, vulkaninfo) on the wayland only window system by Mun Gwan-gyeong · 8 years ago
  20. ed59f84 layers: GH849: Defend against poorly-written applications by Ian Elliott · 8 years ago
  21. d0a33d7 layers: Fix paramter_validation array name codegen by Dustin Graves · 8 years ago
  22. 3755690 layers: Fix parameter_validation array name format by Dustin Graves · 8 years ago
  23. 260b5ce layers: Add parameter name formatting class by Dustin Graves · 8 years ago
  24. dc9b235 loader: Fix build warning on Linux by Mark Lobodzinski · 8 years ago
  25. 1abb984 layers: Update descriptor binding to use an ordered map by Tobin Ehlis · 8 years ago
  26. cc041de tests: Add InvalidCmdBufferDescriptorSetImageSamplerDestroyed test by Tobin Ehlis · 8 years ago
  27. 3e641e4 tests: Add InvalidCmdBufferDescriptorSetBufferDestroyed test by Tobin Ehlis · 8 years ago
  28. 238b9d7 tests: Fix DescriptorSetNotUpdated test comment by Tobin Ehlis · 8 years ago
  29. 8316bb0 layers: Add cmd buffer binding for descriptor resources by Tobin Ehlis · 8 years ago
  30. c3eda05 layers: Refactor functions to bing image/buffer to cmd buffer by Tobin Ehlis · 8 years ago
  31. 56f8a8f layers: Add tracking between sampler and cmd buffer by Tobin Ehlis · 8 years ago
  32. aa21bc3 layers: Only bind active sets to cmd buffers by Tobin Ehlis · 8 years ago
  33. 5c288f3 layers: Migrate PIPELINE_NODE to core_validation_types.h by Tobin Ehlis · 8 years ago
  34. 9a61300 layers: Minor re-naming in core_validation by Tobin Ehlis · 8 years ago
  35. a45bdcb layers: Add descriptor sets to CB_INVALID tracking by Tobin Ehlis · 8 years ago
  36. 46d9632 layers: GH873, Fix ETC2 RGBA format class size by Mark Lobodzinski · 8 years ago
  37. e7f1fab layers: GH877, Clear up descriptor state messages by Mark Lobodzinski · 8 years ago
  38. 2de75d8 layers: Update layer details doc for new tests by Mark Lobodzinski · 8 years ago
  39. 4907a4e tests: Add DS Image Transfer Granularity tests by Mark Lobodzinski · 8 years ago
  40. f7f74f8 layers: Add Image Transfer Granularity checking by Mark Lobodzinski · 8 years ago
  41. 47774c6 layers: Update layer validation details doc by Mark Lobodzinski · 8 years ago
  42. 3b22290 tests: Add BufferImageCopy tests by Mark Lobodzinski · 8 years ago
  43. 810d14c layers: GH763, Add validation for VkBufferImageCopy by Mark Lobodzinski · 8 years ago
  44. 1afd60f layers: Leave INDEX_BUFFER_BOUND set in set_cb_pso_status by Tony Barbour · 8 years ago
  45. 2ad4493 docs: Add description of new SC cases by Chris Forbes · 8 years ago
  46. f95c354 layers: Allow get_fundamental_type to look through OpTypeImage by Chris Forbes · 8 years ago
  47. 07f4ac2 tests: Add positive test for use of input attachments by Chris Forbes · 8 years ago
  48. eeb9f6a layers: Validate fundamental type for input attachments by Chris Forbes · 8 years ago
  49. 7665774 tests: Add test for type mismatch between input attachment and shader by Chris Forbes · 8 years ago
  50. e0cc9b3 layers: Correctly handle input attachment collection w/ arrays by Chris Forbes · 8 years ago
  51. 6fdc40b tests: Add test for array of input attachments by Chris Forbes · 8 years ago
  52. c024994 layers: Require every input attachment used by FS to be present. by Chris Forbes · 8 years ago
  53. 745d494 layers: Add helper to collect shader's use of input attachments by Chris Forbes · 8 years ago
  54. 1d221db tests: Add simple test for an input attachment not described in subpass by Chris Forbes · 8 years ago
  55. faad931 tests: Re-enable changes to InitState() by Cody Northrop · 8 years ago
  56. 545e6f9 layers: Fix spelling dynami->dynamic by Tobin Ehlis · 8 years ago
  57. 6823cbc loader: Fix CTS failures in simulate_oom tests. by Mark Young · 8 years ago
  58. e92bae0 adding vulkan.py extension.ifdef field to vulkan.py by David Hubbard · 8 years ago
  59. 5690813 Revert "tests: Move device creation from Setup to InitState" by Cody Northrop · 8 years ago
  60. 5c61db8 Revert "tests: Enable passing PhysicalDeviceFeatures to InitState" by Cody Northrop · 8 years ago
  61. 24eca22 Revert "tests: Change IndependentBlend test to use new InitState parm" by Cody Northrop · 8 years ago
  62. 210deac layers: Fix spelling error in README by Nanley Chery · 8 years ago
  63. a031b03 tests: remove bad tests by Jeremy Hayes · 8 years ago
  64. 8d44eb2 tests: Add non-coherent MapMemory test cases by Mark Lobodzinski · 8 years ago
  65. 5f06b9e layers: GH820, MapMemory shadow copy alignment by Mark Lobodzinski · 8 years ago
  66. 251fe80 tests: add implicit layer tests by Jeremy Hayes · 8 years ago
  67. 3b6703c layers: GH859 Fix error messages for viewport/scissors state by Tobin Ehlis · 8 years ago
  68. f5085fd tests: Change IndependentBlend test to use new InitState parm by Tony Barbour · 8 years ago
  69. 74e0ed2 tests: Enable passing PhysicalDeviceFeatures to InitState by Tony Barbour · 8 years ago
  70. 010c49d tests: Move device creation from Setup to InitState by Tony Barbour · 8 years ago
  71. ce165d8 demos: Clean up vulkaninfo source formatting by Mark Lobodzinski · 8 years ago
  72. 8afe647 layers: VT59, Change query count errors to warnings by Mark Lobodzinski · 8 years ago
  73. aef0365 tests: Disable LongFenceChain test by Tobin Ehlis · 8 years ago
  74. 4cef8e5 tests: Turn on some more tests that now pass. by Chris Forbes · 8 years ago
  75. 9867dae layers: Rework work tracking by Chris Forbes · 8 years ago
  76. 9e21e56 layers: GH819, Fix non-coherent memory shadow copy by Mark Lobodzinski · 8 years ago
  77. eefe1df layers: GH822, handle WHOLE_SIZE for mapped memory by Mark Lobodzinski · 8 years ago
  78. be6e686 tests: post push resolution of Nvidia GH424Rework issues by Mark Mueller · 8 years ago
  79. b8a0e96 winsdk: Create layer registry if it doesn't exist by Lenny Komow · 8 years ago
  80. 2e9321d layers: Fix new invalid queue index test by Mark Lobodzinski · 8 years ago
  81. 580b281 Revert "tests: Fixing incorrect change w/GH424Rework" by Mark Lobodzinski · 8 years ago
  82. c11756a tests: Fixing incorrect change w/GH424Rework by Mark Mueller · 8 years ago
  83. ec9e24b docs: GH424 Update validation test documentation by Mark Mueller · 8 years ago
  84. e630357 tests: GH424 Addition of Device Limits Validation tests by Mark Mueller · 8 years ago
  85. 1d659b4 layers: GH424 add check of skip_call results to CreateDevice by Mark Mueller · 8 years ago
  86. 53e9c8d tests: Add test for NULL-blit warnings by Mark Lobodzinski · 8 years ago
  87. 54c96b5 layers: LX581, Warn for null-region blits by Mark Lobodzinski · 8 years ago
  88. 9c5aff1 tests: Modify swapchain test for PV messages by Mark Lobodzinski · 8 years ago
  89. c4cfc95 layers: Run swapchain source through clang-format by Mark Lobodzinski · 8 years ago
  90. d5df400 layers: Some simple style tweaks for swapchain by Mark Lobodzinski · 8 years ago
  91. 0d04cdc layers: Removed swapchain pNext validation by Mark Lobodzinski · 8 years ago
  92. c16e81f layers: Fixed swapchain layer warning messages by Mark Lobodzinski · 8 years ago
  93. bc28b76 layers: Removed unused macro in swapchain by Mark Lobodzinski · 8 years ago
  94. e169da3 layers: Moved swapchain QFI checks into function by Mark Lobodzinski · 8 years ago
  95. e3c5492 layers: Removed swapchain ZERO_VALUE check by Mark Lobodzinski · 8 years ago
  96. 08a1b40 layers: Remove swapchain WRONG_STYPE checks by Mark Lobodzinski · 8 years ago
  97. 09ef09b layers: In-line swapchain zero_prior_count macro by Mark Lobodzinski · 8 years ago
  98. 30bd3f3 layers: Remove swapchain INVALID_COUNT macro by Mark Lobodzinski · 8 years ago
  99. c7357a0 layers: Remove swapchain NULL_POINTER checks by Mark Lobodzinski · 8 years ago
  100. 88bb0d1 layers: Removed LOG_ERROR_NON_VALID_OBJ macro by Mark Lobodzinski · 8 years ago