google / vkb

Build scripts to build many bits of Vulkan together in one place.
Apache License 2.0
9 stars 9 forks source link

Roll Dependencies #109

Closed dj2 closed 4 years ago

dj2 commented 4 years ago

Roll third_party/glslang/ 3ee5f2f1d..983698bb3 (21 commits)

https://github.com/KhronosGroup/glslang/compare/3ee5f2f1d331...983698bb34ec

$ git log 3ee5f2f1d..983698bb3 --date=short --no-merges --format='%ad %ae %s' 2020-08-23 john Revert "Merge pull request #2371 from RafaelMarinheiro/master" 2020-08-21 julius.ikkala Obey ENABLE_PCH CMake option 2020-08-14 john Build: fix a build warning 2020-08-14 rafael.fariasmarinheiro Use --test-root to pass files to Bazel tests. 2020-08-14 john Fix #2366, fix #2358, correctly separate out numerical feature checking 2020-08-14 john Non-functional (almost): Refactor when 'extensionRequested' is called. 2020-08-14 john Non-functional: Remove reinventing the scalar type, note code issues 2020-08-11 john Non-functional: spellings of "destinaton" and "addPairConversion" 2020-08-12 alanbaker Update test expectations 2020-08-12 alanbaker Update SPIRV-Tools and SPIRV-Headers known good 2020-08-10 ezdiy GLSLANG_EXPORT for C APIs. 2020-08-07 john Non-functional: correctly do GL_EXT_buffer_reference2 semantic checking 2020-08-06 john Non-functional: consistently use 'const TSourceLoc&' to pass location. 2020-08-06 john SPV: Fix #1829: don't emit OpModuleProcessed use-storage-buffer 2020-08-05 john Build/Test: Dropping 2013 allows using the latest googletests. 2020-08-04 john SPV: Standalone; sanity check the client GLSL input semantics option value. 2020-08-04 john SPV: Use more correct SPV-Tools environment, partially addressing #2290 2020-08-04 john SPV: Fix #2363: include trailing newline named text SPV output. 2020-07-03 ShabbyX Use GLSLANG_ANGLE to strip features to what ANGLE requires 2020-07-31 bclayton Revert changes that migrate to thread_local. 2020-07-27 dneto Avoid spurious warning about uninit var

Created with: roll-dep third_party/glslang

Roll third_party/googletest/ a781fe29b..1e315c5b1 (30 commits)

https://github.com/google/googletest/compare/a781fe29bcf7...1e315c5b1a62

$ git log a781fe29b..1e315c5b1 --date=short --no-merges --format='%ad %ae %s' 2020-08-20 absl-team Googletest export 2020-08-17 absl-team Googletest export 2020-08-12 krzysio Googletest export 2020-08-12 robert.earhart Export LICENSE 2020-08-11 absl-team Googletest export 2020-08-11 dmauro Googletest export 2020-08-10 absl-team Googletest export 2020-08-05 absl-team Googletest export 2020-08-03 absl-team Googletest export 2020-08-03 absl-team Googletest export 2020-08-05 zumix.cpp fix endif comment 2020-08-03 amatanhead Remove ThrowsMessageHasSubstr and fix some nits after review 2020-07-13 amatanhead Cleanup a bulky expression, document implementation details 2020-07-07 amatanhead Fix build under msvc 2020-07-07 amatanhead Update tests after changing an error message 2020-07-07 amatanhead Fix build under msvc 2020-07-07 amatanhead Add a test to ensure that the Throws matcher only invokes its argument once. 2020-07-07 amatanhead Add a test for duplicate catch clauses in throw matchers, fix a couple of nitpicks. 2020-07-03 amatanhead Add missing documentation piece 2020-06-20 amatanhead Small improvements: code style and property name 2020-06-20 amatanhead Add matchers for testing exception properties 2020-08-02 zumix.cpp fix tests 2020-07-29 franciscogthiesen Removing tiny-dnn from "Who is using.." 2020-07-28 absl-team Googletest export 2020-07-29 zumix.cpp fix GTEST_REMOVE_LEGACY_TESTCASEAPI typo 2020-07-28 absl-team Googletest export 2020-07-26 ofats Googletest export 2020-07-19 jasjuang fix clang tidy modernize-use-equals-default warnings 2020-07-02 siliconearth Fix test failing when simple regex is used 2018-05-01 lantw44 Avoid using environ on FreeBSD

Created with: roll-dep third_party/googletest

Roll third_party/shaderc/ ba92b11e1..21b36f736 (12 commits; 1 trivial rolls)

https://github.com/google/shaderc/compare/ba92b11e1fca...21b36f736809

$ git log ba92b11e1..21b36f736 --date=short --no-merges --format='%ad %ae %s' 2020-08-17 rharrison Roll 4 dependencies (#1131) 2020-08-13 rharrison Add support for Dawn using deprecated Options constructor (#1130) 2020-08-10 rharrison Roll 5 dependencies and update expectations (#1129) 2020-07-29 dsinclair Update some language usage. (#1124) 2020-07-28 tommek Adding support for the additional fixed sample mask in MSL (#1120) 2020-07-27 rharrison Rolling 2 dependencies and updating expectations (#1121) 2020-07-14 rharrison Clean up issues discovered by Infer 2020-07-23 dneto Start shaderc v2020.3 development 2020-07-23 dneto Finalize shaderc v2020.2 2020-07-23 dneto Update CHANGES 2020-07-23 dneto Use the non-posix MinGW compiler as fallback (#1117)

Created with: roll-dep third_party/shaderc

Roll third_party/spirv-cross/ 3dcc23a5b..685f86471 (16 commits)

https://github.com/KhronosGroup/SPIRV-Cross/compare/3dcc23a5b3e6...685f86471e9d

$ git log 3dcc23a5b..685f86471 --date=short --no-merges --format='%ad %ae %s' 2020-08-24 post Run format_all.sh. 2020-08-24 post Work around annoying warning on GCC 10.2. 2020-08-21 post Overhaul how we deal with reserved identifiers. 2020-08-20 post HLSL: Fix FragCoord.w. 2020-08-20 post HLSL: Deal with partially filled 16-byte word in cbuffers. 2020-08-20 post HLSL: Fix bug in is_packing_standard for cbuffer. 2020-08-13 lehoangq Fix #1445: MSL: Enclose args when convert distance(a,b) to abs(a-b) 2020-08-03 cdavis MSL: Fix handling of matrices and structs in the output control point array. 2020-07-29 post Add some test cases for complex type aliasing scenario. 2020-07-29 post Ensure that we use primary alias type when emitting flattened members. 2020-07-29 post GLSL: Be more aggressive about using type_alias. 2020-07-29 post Only rewrite type aliases for the base type. 2020-07-28 post GLSL: Add option to force flattening IO blocks. 2020-07-23 tommek Adding BuiltInSampleMask in HLSL 2020-07-22 tommek Enabling setting a fixed sampleMask in Metal fragment shaders. 2020-02-20 cdavis MSL: Add support for processing more than one patch per workgroup.

Created with: roll-dep third_party/spirv-cross

Roll third_party/spirv-headers/ 979924c8b..3fdabd0da (4 commits)

https://github.com/KhronosGroup/SPIRV-Headers/compare/979924c8bc83...3fdabd0da293

$ git log 979924c8b..3fdabd0da --date=short --no-merges --format='%ad %ae %s' 2020-08-03 44190824+mmerecki Reserve SPIR-V token range for upcoming Intel extensions. (#165) 2020-07-29 alanbaker Update BUILD.bazel and BUILD.gn (#166) 2020-07-29 alanbaker Publish the headers for the clspv embedded reflection non-semantic extended instruction set (#164) 2020-07-29 johnkslang Update the registry in spir-v.xml to modernize and split out opcodes. (#156)

Created with: roll-dep third_party/spirv-headers

Roll third_party/spirv-tools/ 586a12b9d..1341b58a8 (78 commits)

https://github.com/KhronosGroup/SPIRV-Tools/compare/586a12b9d4bc...1341b58a860c

$ git log 586a12b9d..1341b58a8 --date=short --no-merges --format='%ad %ae %s' 2020-08-25 vasniktel spirv-fuzz: Fix MaybeGetZeroConstant (#3740) 2020-08-24 greg Fix SSA-rewrite to remove DebugDeclare for variables without loads (#3719) 2020-08-24 stevenperron Add undef for inlined void function (#3720) 2020-08-21 andreperezmaselco.developer spirv-fuzz: Add words instead of logical operands (#3728) 2020-08-20 dnovillo CCP should mark IR changed if it created new constants. (#3732) 2020-08-19 antonikarp spirv-fuzz: add FuzzerPassAddCompositeInserts (#3606) 2020-08-19 antonikarp spirv-fuzz: Support pointer types in FuzzerPassAddParameters (#3627) 2020-08-18 jaebaek Let ADCE pass check DebugScope (#3703) 2020-08-18 andreperezmaselco.developer spirv-opt: Implement opt::Function::HasEarlyReturn function (#3711) 2020-08-17 andreperezmaselco.developer spirv-fuzz: Check termination instructions when donating modules (#3710) 2020-08-17 jackoalan Fix -Wrange-loop-analysis warning (#3712) 2020-08-17 andreperezmaselco.developer spirv-fuzz: Check header dominance when adding dead block (#3694) 2020-08-16 jaebaek Allow DebugTypeTemplate for Type operand (#3702) 2020-08-14 antonikarp spirv-fuzz: Improve code coverage of tests (#3686) 2020-08-14 stefanomil spirv-fuzz: Fuzzer pass to randomly apply loop preheaders (#3668) 2020-08-14 vasniktel spirv-fuzz: Support identical predecessors in TransformationPropagateInstructionUp (#3689) 2020-08-13 alanbaker Improve non-semantic instruction handling in the optimizer (#3693) 2020-08-13 vasniktel Fix the bug (#3680) 2020-08-12 andreperezmaselco.developer spirv-fuzz: Check integer and float width capabilities (#3670) 2020-08-12 andreperezmaselco.developer spirv-fuzz: consider additional access chain instructions (#3672) 2020-08-12 andreperezmaselco.developer spirv-fuzz: Ignore specialization constants (#3664) 2020-08-12 vasniktel Fix the bug (#3683) 2020-08-12 vasniktel spirv-fuzz: Fix width in FuzzerPassAddEquationInstructions (#3685) 2020-08-12 jaebaek Preserve debug info in dead-insert-elim pass (#3652) 2020-08-12 jaebaek Validate more OpenCL.DebugInfo.100 instructions (#3684) 2020-08-11 alanbaker Only validation locations for appropriate execution models (#3656) 2020-08-11 andreperezmaselco.developer spirv-fuzz: Fix in operand type assertion (#3666) 2020-08-11 andreperezmaselco.developer spirv-opt: Add spvOpcodeIsAccessChain (#3682) 2020-08-11 vasniktel spirv-fuzz: FuzzerPassPropagateInstructionsUp (#3478) 2020-08-10 stevenperron Handle no index access chain in local access chain convert (#3678) 2020-08-10 rharrison Roll 2 dependencies (#3677) 2020-08-10 stevenperron Avoid using /MP4 for clang on windows. (#3662) 2020-08-06 antonikarp spirv-fuzz: TransformationReplaceAddSubMulWithCarryingExtended (#3598) 2020-08-06 andreperezmaselco.developer spirv-fuzz: Add TransformationMakeVectorOperationDynamic (#3597) 2020-08-06 andreperezmaselco.developer spirv-fuzz: iterate over blocks in replace linear algebra pass (#3654) 2020-08-06 stefanomil spirv-fuzz: make outliner pass use additional transformations (#3604) 2020-08-05 jaebaek OpenCL.DebugInfo.100 DebugTypeArray with variable size (#3549) 2020-08-05 andreperezmaselco.developer spirv-opt: Improve the code of the Instruction class (#3610) 2020-08-05 vasniktel spirv-fuzz: Handle OpPhis in livesafe functions (#3642) 2020-08-05 vasniktel spirv-fuzz: Handle OpPhi during constant obfuscation (#3640) 2020-08-05 vasniktel spirv-fuzz: Fix FuzzerPassCopyObjects (#3638) 2020-08-04 vasniktel spirv-fuzz: Remove OpFunctionCall operands in correct order (#3630) 2020-08-04 vasniktel spirv-fuzz: Handle capabilities during module donation (#3651) 2020-08-04 vasniktel spirv-fuzz: Refactor boilerplate in TransformationAddParameter (#3625) 2020-08-03 vasniktel spirv-fuzz: TransformationMoveInstructionDown (#3477) 2020-07-31 jaebaek Remove DebugDeclare only for target variables in ssa-rewrite (#3511) 2020-07-31 vasniktel Fix typo in ASAN CI build (#3623) 2020-07-30 stefanomil spirv-fuzz: Transformation to add loop preheader (#3599) 2020-07-30 stefanomil spirv-fuzz: Pass to replace int operands with ints of opposite signedness (#3612) 2020-07-30 jaebaek Debug info preservation in loop-unroll pass (#3548) 2020-07-30 alanbaker Validator support for non-semantic clspv reflection (#3618) 2020-07-30 vasniktel spirv-fuzz: Fix memory bugs (#3622) 2020-07-29 andreperezmaselco.developer spirv-fuzz: Implement the OpOuterProduct linear algebra case (#3617) 2020-07-30 vasniktel spirv-fuzz: Compute corollary facts from OpBitcast (#3538) 2020-07-29 dj2 Update some language usage. (#3611) 2020-07-29 vasniktel spirv-fuzz: Relax type constraints in DataSynonym facts (#3602) 2020-07-29 vasniktel spirv-fuzz: Remove non-deterministic behaviour (#3608) 2020-07-29 afdx Avoid use of 'sanity' and 'sanity check' in the code base (#3585) 2020-07-27 andreperezmaselco.developer spirv-fuzz: Add condition to make functions livesafe (#3587) 2020-07-27 rharrison Rolling 4 dependencies (#3601) 2020-07-27 andreperezmaselco.developer spirv-fuzz: Implement the OpTranspose linear algebra case (#3589) 2020-07-27 rdb Fix SyntaxWarning in Python 3.8 (#3388) 2020-07-27 bclayton CMake: Enable building with BUILD_SHARED_LIBS=1 (#3490) 2020-07-27 dneto Avoid operand type range checks (#3379) 2020-07-27 jaebaek Preserve debug info in scalar replacement pass (#3461) 2020-07-27 pierremoreau Update OpenCL capabilities validation (#3149) 2020-07-27 stevenperron build(deps): bump lodash from 4.17.15 to 4.17.19 in /tools/sva (#3596) 2020-07-27 antonikarp spirv-fuzz: adds TransformationReplaceLoadStoreWithCopyMemory (#3586) 2020-07-27 jaebaek Preserve OpenCL.DebugInfo.100 through private-to-local pass (#3571) 2020-07-27 stefanomil spirv-fuzz: Relax type checking for int contants (#3573) 2020-07-27 stefanomil spirv-fuzz: Generalise transformation access chain (#3546) 2020-07-27 stefanomil spirv-fuzz: Split blocks starting with OpPhi before trying to outline (#3581) 2020-07-27 afdx spirv-fuzz: Set message consumer in replayer when shrinking (#3591) 2020-07-24 vasniktel spirv-fuzz: Don't use default parameters (#3583) 2020-07-23 rharrison Change DEPS rolling script to point at external/ (#3584) 2020-07-23 vasniktel spirv-fuzz: Create a helper in fuzzerutil to reuse function type (#3572) 2020-07-23 vasniktel spirv-fuzz: Test usages of IdIsIrrelevant fact (#3578) 2020-07-23 antonikarp spirv-fuzz: adds TransformationReplaceCopyMemoryWithLoadStore (#3575)

Created with: roll-dep third_party/spirv-tools

Roll third_party/vulkan-docs/ a5c430054..0cf08bddd (6 commits)

https://github.com/KhronosGroup/Vulkan-Docs/compare/a5c4300540d4...0cf08bdddc77

$ git log a5c430054..0cf08bddd --date=short --no-merges --format='%ad %ae %s' 2020-08-22 petr_kraus Fix null type for VkQueue (#1347) 2020-08-16 oddhack Change log for August 17, 2020 Vulkan 1.2.151 spec update: 2020-08-10 oddhack Change log for August 10, 2020 Vulkan 1.2.150 spec update: 2020-08-06 petr_kraus Fix typo in protected submit VU (#1336) 2020-08-06 luckyxxl remove obsolete KHR postfix (#1341) 2020-08-03 oddhack Change log for August 3, 2020 Vulkan 1.2.149 spec update:

Created with: roll-dep third_party/vulkan-docs

Roll third_party/vulkan-guide/ a639074f1..542d9df9f (10 commits)

https://github.com/KhronosGroup/Vulkan-Guide/compare/a639074f1619...542d9df9fc01

$ git log a639074f1..542d9df9f --date=short --no-merges --format='%ad %ae %s' 2020-08-12 karen Update development_tools.md 2020-08-12 karen Put reference to synchronization validation 2020-08-12 karen Add more layers & reference to Vulkan Configurator 2020-08-08 s.fricke Add robustness section 2020-08-08 s.fricke Add developer documentation for VK_KHR_sampler_ycbcr_conversion 2020-08-08 s.fricke Add developer documentation for VK_KHR_imageless_framebuffer 2020-08-08 s.fricke Add developer documentation for VK_KHR_draw_indirect_count 2020-08-08 s.fricke Add developer documentation for VK_EXT_descriptor_indexing 2020-08-08 s.fricke Add developer documentation for VK_KHR_bind_memory2 2020-08-10 s.fricke Fix broken links for CI

Created with: roll-dep third_party/vulkan-guide

Roll third_party/vulkan-headers/ 83825d55c..834673eaa (9 commits)

https://github.com/KhronosGroup/Vulkan-Headers/compare/83825d55c7d5...834673eaa34a

$ git log 83825d55c..834673eaa --date=short --no-merges --format='%ad %ae %s' 2020-08-11 mchock Add VI WSI platform support to vk_icd.h 2020-08-16 oddhack Update for Vulkan-Docs 1.2.151 2020-08-10 oddhack Update for Vulkan-Docs 1.2.150 2020-07-30 lenny Add a loader features interface 2020-07-27 lenny Add missing ifdef for extern "C" 2020-07-27 lenny Update vk_icd.h with proper extern "C" declaration 2020-07-27 lenny Update vk_icd.h with typedefs and prototypes 2020-08-03 oddhack Update for Vulkan-Docs 1.2.149 2020-07-22 git Fix enum order for backwards compatibility

Created with: roll-dep third_party/vulkan-headers

Roll third_party/vulkan-hpp/ 2a5a0a279..724bbb2a0 (33 commits)

https://github.com/KhronosGroup/Vulkan-Hpp/compare/2a5a0a2798ca...724bbb2a0f7b

$ git log 2a5a0a279..724bbb2a0 --date=short --no-merges --format='%ad %ae %s' 2020-08-24 dsinclair Fixup usage of CMake variables. 2020-08-24 asuessenbach Introduce mapping between DebugReportObjectType enum value and the corresponding cpp handle type. 2020-08-18 asuessenbach [DispatchLoaderDynamic] get aliases of functions if getting the function pointer failed 2020-08-19 asuessenbach Remove superfluous assertion. 2020-08-17 asuessenbach cleanup on helper class PoolFree. 2020-08-17 asuessenbach Cleanup on helper classes ObjectDestroy and ObjectFree 2020-08-17 asuessenbach Update to VK_HEADER_VERSION 151. 2020-08-17 asuessenbach Improve handling of local Variables in enhanced simple functions. 2020-08-13 asuessenbach Introduce VULKAN_HPP_NO_DEFAULT_DISPATCHER to not have a default argument for the last argument of each function. 2020-08-13 matavenrath Add documentation on how to build the generator, tests, and samples. 2020-08-12 matavenrath Don't fail setting up a CMake build environment generation if clang-format is not available 2020-08-12 asuessenbach [Samples][Ray Tracing] Correct offsets/sizes in the shader binding table. 2020-08-11 asuessenbach Update to VK_HEADER_VERSION 150 2020-08-10 mhammerc Update README.md 2020-08-06 mhammerc Update README.md 2020-08-06 mhammerc Update README.md 2020-08-06 mhammerc Update README.md 2020-08-04 asuessenbach Update to VK_HEADER_VERSION 149 2020-07-30 asuessenbach Add c++20 test run with travis-CI using clang-10 2020-07-30 asuessenbach Add c++17 test run with travis-CI using clang-10 2020-07-30 asuessenbach Add c++14 test run with travis-CI using clang-10. 2020-07-29 asuessenbach Fix some issues with sample code in readme.md. 2020-07-29 asuessenbach Add gcc-10 to use with travis-CI 2020-07-29 asuessenbach Correct sample code on flags in readme.md. 2020-07-29 asuessenbach Add gcc-9 to use with travis-CI 2020-07-28 asuessenbach Add clang-10 to use with travis-CI 2020-07-28 asuessenbach Update of submodule glslang 2020-07-28 asuessenbach Add clang-9 to use with travis-CI 2020-07-28 asuessenbach Additionally guard spaceship-operator by check for existence of std-header 2020-07-28 asuessenbach Add clang-8 to use with travis-CI 2020-07-27 asuessenbach Add clang-7 to use with travis-CI 2020-07-27 asuessenbach Use VulkanRegistry_DIR and VulkanHeaders_INCLUDE_DIR as introduced in Vulkan-Tools/cmake/FindVulkanHeaders.cmake 2020-07-23 asuessenbach Extend template argument list for functions returning a std::vector to help compilers detecting the correct function.

Created with: roll-dep third_party/vulkan-hpp

Roll third_party/vulkan-loader/ bfe4f378a..e1c7eaa74 (20 commits)

https://github.com/KhronosGroup/Vulkan-Loader/compare/bfe4f378aee6...e1c7eaa74142

$ git log bfe4f378a..e1c7eaa74 --date=short --no-merges --format='%ad %ae %s' 2020-08-18 lenny loader: Fix invalid cleanup on allocation error 2020-07-29 nathbappai loader: Fix some non-msvc compiler warnings 2020-08-17 cnorthrop loader: Fixes for gn build 2020-08-17 shannon build: Update known-good files for 1.2.151 header 2020-08-16 Neonfxsh docs: Remove COPYRIGHT.txt from the readme 2020-08-14 lenny repo: Set appveyor build to use Win10 SDK 2020-08-14 lenny loader: Move tag to avoid linux warning 2020-08-07 piotr.bialecki loader: Fix physical device sorting crash 2020-08-03 lenny loader: Remove illegal asssignment 2020-08-03 lenny loader: Fix variable name 2020-08-03 lenny loader: Fixpossible memory corruption 2020-07-30 lenny loader: Add reporting for physical device sorting 2020-04-06 lenny docs: Update loader doc with device sorting info 2020-07-27 lenny loader: Sort physical devices on Windows 2020-08-13 shannon build: Update known-good files for 1.2.150 header 2020-08-13 jmadill Fix double delete in loaderScanForImplicitLayers. 2020-08-06 lenny loader: Make invalid std val layer an error 2020-08-06 dorian.apanel loader: fix memory leak of failed to load layers 2020-08-05 lenny docs: Pass inst handles when getting func pointers 2020-08-05 charles loader: fix override paths leaking in VerifyAllMetaLayers

Created with: roll-dep third_party/vulkan-loader

Roll third_party/vulkan-validationlayers/ adf938680..e798df982 (116 commits)

https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/adf938680697...e798df982b1b

$ git log adf938680..e798df982 --date=short --no-merges --format='%ad %ae %s' 2020-08-24 locke layers: Check NULL 2020-08-21 locke tests: Test overlap and not overlap 2020-08-21 locke layers: Fix wrong overlap check 2020-08-12 mark tests: Add test for version-checked pNext structs 2020-08-17 mark tests: Add TessDomainOrigin pnext version check 2020-08-12 mark stateless: Version check pNext sTypes 2020-08-21 mark tests: Fix FramebufferCreateErrors test 2020-08-21 mark tests: Fix AndroidHwBufferDepthStencil test 2020-08-19 mark tests: Fix error types for InvalidPipelineSamplePNext test 2020-08-19 mark tests: Fix error types in message limit tests 2020-08-19 mark tests: Fix error types for InvalidStructPnext tests 2020-08-19 mark tests: Fix InvalidGetDeviceQueue invalid struct 2020-08-17 mark tests: Fix TessDomainOrigin positive test 2020-08-17 mark stateless: Fix sType check string comparison 2020-08-13 mark stateless: Fix valid sType list for pMultisampleState pNext ptr 2020-08-22 s.fricke layers: Remove 03269 todo 2020-08-18 s.fricke tests: Add Depth/Stencil BufferImageCopy VU 2020-08-18 s.fricke layers: Add Depth/Stencil BufferImageCopy VU 2020-08-18 s.fricke layers: Add VkCommandPool to COMMAND_POOL_STATE 2020-08-15 s.fricke layers: Fix Descriptor ImageLayout check 2020-08-21 locke tests: Binding and index are different 2020-08-21 locke layers: Fix wrong index 2020-08-17 mark layers: Fixed multiview handling in RenderPass code 2020-08-11 locke tests: Push constants and image subresources 2020-08-03 locke layers: Add VUID-vkCmdDraw-None-02687 2020-08-08 locke layers: Add VUID-vkCmdDraw-None-02698 2020-08-19 mark docs: Clarify use of BUILD_LAYER_SUPPORT_FILES 2020-08-16 s.fricke layers: Remove double destroy VUID 2020-08-17 shannon build: Update known-good files for 1.2.151 header 2020-08-18 mark layers: Fix whitespace error in layer settings file 2020-08-13 s.fricke layers: Fix TransformFeedback size check 2020-08-14 locke layers: Fix has_writable_descriptor 2020-07-23 sam.walls tests: Add tests for index-buffer fix 2020-07-23 sam.walls practices: Fix index-buffer bug in Arm best practices 2020-08-07 locke tests: Test storage image atomic op 2020-08-06 locke layers: Add vuid 02691 2020-08-10 tony tests: Add test for 01429 2020-08-10 tony layers: Add check for 01429 2020-08-10 mark layers: Remove unused includes 2020-08-11 mark stateless: Stringify integer api version values in output 2020-08-11 mark practices: Use utils version helper func 2020-08-11 mark utils: Add version-to-string helper function 2020-08-10 mark tests: Add test for Core API version checking 2020-08-10 mark stateless: Add state and checks for out-of-version core APIs 2020-08-10 lionel.g.landwerlin layers: Fix crash in vkAcquirePerformanceConfigurationINTEL 2020-08-09 dorian.apanel layers: Fix vkconfig setting path lookup (Admin) 2020-08-06 maksym.wezdecki layers: Fix wrong if statement 2020-08-06 tony layers: Fix check for 00683 2020-08-07 mark layers: Clarify assumptions in layer settings text file 2020-08-04 yevhenii.kharchenko tests: Add tests for VUID 01778 check (...) 2020-07-30 32918197+jorgep31415 layers: Add check for VUID 00824 2020-07-24 mark tests: Add test for multiinstance mapmem VUID 2020-07-24 mark corechecks: Add check for MultiInstance heaps in MapMemory 2020-07-25 s.fricke tests: Add vkCmdResolveImage size VUIDs 2020-07-25 s.fricke layers: Add vkCmdResolveImage size VUIDs 2020-07-25 s.fricke tests: Add VUID 02825 2020-07-25 s.fricke layers: Add VUID 02825 and 02826 2020-07-30 s.fricke tests: Add VUID 01655 2020-07-25 s.fricke layers: Add VUID 01655 2020-07-31 rgarcia layers: Fix unexpected VK_AMD_mixed_attachment_samples error 2020-07-27 dneto stateless: Fix warning -- ignored qualifiers in cast 2020-07-29 32918197+jorgep31415 tests: Add renderpass compat tests for FDM and Multiview use 2020-07-29 32918197+jorgep31415 layers: Add renderpass compat checks for FDM and Multiview use 2020-07-24 s.fricke tests: Add protected resource in commands 2020-07-24 s.fricke layers: Add protected resource in commands 2020-07-22 s.fricke tests: Add query protected memory VUID 2020-07-22 s.fricke layers: Add query protected memory VUID 2020-07-29 KTHANGUDU tests: Add VUID 02722 for VK_NV_coverage_reduction_mode 2020-07-29 KTHANGUDU layers: Add VUID 02722 for VK_NV_coverage_reduction_mode 2020-07-24 s.fricke tests: Add format check for YCbCr swizzle 2020-07-24 s.fricke tests: Add depth stencil format check 2020-07-29 jzulauf syncval: Fix typo in usage doc 2020-07-27 locke syncval: Use floor instead of ceil 2020-07-28 jzulauf syncval: Correct write_barrier 0 and layout in log 2020-07-28 karen docs: Reference Vulkan Configurator 2020-07-29 mark scripts: Remove unmaintained test results script 2020-07-24 jzulauf syncval: Update 'most recent' explanation 2020-06-22 sam.walls tests: add tests for PerfDoc checks 18-20 2020-06-19 sam.walls practices: add PerfDoc checks 18-20 with SPIRV analysis 2020-07-23 jglines Allow KHR extension for timeline semaphore 2020-07-23 tony gpu: Fix validator settings for instrumentation 2020-07-10 tony tests: Add copyright to gpu tests 2020-07-02 tony tests: Add debug printf mesh shader test 2020-07-01 tony tests: Add gpu-av mesh shader test 2020-06-11 tony gpu: Add missing stages 2020-06-11 tony gpu: Add missing draw calls 2020-07-24 tony build: Update Android known-good 2020-07-22 jzulauf syncval: Update ordering/most recent hazard checks 2020-07-22 mikes build: Handle glslang static lib dependency cycles 2020-07-23 christophe doc: Highlight Vulkan Configurator 2020-07-23 christophe doc: Fix links on LunarXchange 2020-06-25 jeremyk tests: Add test for corner sampled with CtE 2020-06-19 jeremyk layers: Add check for corner sampled with CtE 2020-07-22 jeremy tests: Fix push-constant test 2020-07-21 s.fricke tests: Add export AHB positive tests 2020-07-21 s.fricke layers: Fix exported AHB checking allocationSize 2020-07-21 s.fricke tests: AHB test for bindBufferMemory 2020-07-08 s.fricke layers: Remove AHB bindBuffer VUs 2020-07-21 mark chassis: Move layer option handling into separate files 2020-07-21 mark chassis: Localize config and env settings handling

Created with: roll-dep third_party/vulkan-validationlayers