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 #113

Closed dj2 closed 3 years ago

dj2 commented 3 years ago

Roll third_party/glslang/ f05c076e2..f4f1d8a35 (6 commits)

https://github.com/KhronosGroup/glslang/compare/f05c076e26b0...f4f1d8a352ca

$ git log f05c076e2..f4f1d8a35 --date=short --no-merges --format='%ad %ae %s' 2020-10-12 hwguy.siplus SPIR-V: Remove SpvTools.h include from disassemble.cpp (#2417) 2020-10-12 rverschelde Remove executable bits from code/data files (#2420) 2020-10-07 dneto Add test case for read-only storage texture passed to helper function (#2414) 2020-10-07 8729214+jonahryandavis Disable -Wno-conversion on MSVC compiler (#2410) 2020-10-05 cepheus Revert "Add new SpirvToolsDisassemble API interface + Improve Doc on existing API interface (#2408)" 2020-10-05 dev Add new SpirvToolsDisassemble API interface + Improve Doc on existing API interface (#2408)

Created with: roll-dep third_party/glslang

Roll third_party/googletest/ 1fb1bb23b..3c95bf552 (18 commits)

https://github.com/google/googletest/compare/1fb1bb23bb84...3c95bf552405

$ git log 1fb1bb23b..3c95bf552 --date=short --no-merges --format='%ad %ae %s' 2020-10-15 dmauro Googletest export 2020-10-14 absl-team Googletest export 2020-10-14 dmauro Googletest export 2020-10-14 dmauro Googletest export 2020-10-14 absl-team Googletest export 2020-10-14 dmauro Googletest export 2020-10-14 absl-team Googletest export 2020-10-13 dmauro Googletest export 2020-10-13 dmauro Googletest export 2020-10-13 absl-team Googletest export 2020-10-13 absl-team Googletest export 2020-10-09 ofats Googletest export 2020-10-09 absl-team Googletest export 2020-10-08 absl-team Googletest export 2020-10-12 peternewman Fix a typo 2020-10-07 pravin1992 Issue 2135: Change template args in NiceMock, NaggyMock and StrictMock from A1, A2, ... to TArg1, TArg2,... to avoid clash with legacy header files 2020-10-01 63450189+ranodeepbanerjee A slight Gramatical change. 2020-05-05 igor.n.nazarenko Detect proto messages based on presense of DebugString.

Created with: roll-dep third_party/googletest

Roll third_party/re2/ fc2c70284..fd2a80fb2 (9 commits)

https://github.com/google/re2/compare/fc2c702844c5...fd2a80fb2bf2

$ git log fc2c70284..fd2a80fb2 --date=short --no-merges --format='%ad %ae %s' 2020-10-13 junyer Get the conditional right this time. Sigh. 2020-10-13 junyer Don't support ParseFrom() on MSVC. It can cause ICEs. 2020-10-09 junyer Ensure that RE2::Arg works even with overloaded ParseFrom(). 2020-10-08 junyer Refactor the RE2::Arg templates for readability. 2020-10-07 junyer Rename namespace internal to namespace re2_internal. 2020-10-07 junyer Address -Wunused-parameter' warnings. 2020-10-07 junyer Add missing #include. Mea culpa. 2020-10-07 junyer Rework RE2::Arg with templates instead of macros. 2020-10-06 junyer Writetypename' in templates rather than `class'.

Created with: roll-dep third_party/re2

Roll third_party/spirv-cross/ 5cc2e4f63..0db1569e9 (11 commits)

https://github.com/KhronosGroup/SPIRV-Cross/compare/5cc2e4f6348e...0db1569e970b

$ git log 5cc2e4f63..0db1569e9 --date=short --no-merges --format='%ad %ae %s' 2020-10-14 cdavis MSL: Don't use a bitcast for tessellation levels in tesc shaders. 2020-10-14 post GLSL: Use need_transpose when checking for non-native matrix. 2020-10-14 post MSL: Support querying and modifying generated combined sampler suffix. 2020-10-13 cdavis MSL: Fix calculation of atomic image buffer address. 2020-10-13 cdavis MSL: Add missing interlock handling to atomic image buffers. 2020-10-13 cdavis MSL: Support atomic access to images from argument buffers. 2020-09-28 cdavis MSL: Support SPV_EXT_demote_to_helper_invocation for MSL 2.3. 2020-10-08 post Style nits for GL subgroup implementation. 2020-10-08 post Add missing VK variant of the test file. 2020-10-08 post Update GL subgroup test file. 2020-10-08 crisserpl2 Resolved issues 1350, 1351, 1352

Created with: roll-dep third_party/spirv-cross

Roll third_party/spirv-headers/ d4e76fb32..c43a43c7c (1 commit)

https://github.com/KhronosGroup/SPIRV-Headers/compare/d4e76fb32374...c43a43c7cc3a

$ git log d4e76fb32..c43a43c7c --date=short --no-merges --format='%ad %ae %s' 2020-10-12 hwguy.siplus Register the Xenia emulator as a generator (#171)

Created with: roll-dep third_party/spirv-headers

Roll third_party/spirv-tools/ f15133788..7e1825a59 (22 commits)

https://github.com/KhronosGroup/SPIRV-Tools/compare/f15133788010...7e1825a59619

$ git log f15133788..7e1825a59 --date=short --no-merges --format='%ad %ae %s' 2020-10-19 afdx spirv-fuzz: Take care of OpPhi instructions when inlining (#3939) 2020-10-16 afdx spirv-fuzz: Fix to TransformationInlineFunction (#3913) 2020-10-16 afdx spirv-fuzz: Wrap early terminators before merging returns (#3925) 2020-10-16 jaebaek Add DebugValue for function param regardless of scope (#3923) 2020-10-16 afdx Temporary fix to make GoogleTest compile. (#3922) 2020-10-15 afdx spirv-fuzz: Lower probability of adding bit instruction synonyms (#3917) 2020-10-15 afdx spirv-fuzz: Fix handling of OpPhi in FlattenConditionalBranch (#3916) 2020-10-13 afdx spirv-fuzz: Avoid creating blocks without parents (#3908) 2020-10-13 afdx spirv-fuzz: Do not allow creation of constants of block-decorated structs (#3903) 2020-10-13 afdx spirv-fuzz: Fixes related to irrelevant ids (#3901) 2020-10-13 afdx spirv-fuzz: Fix to transformation that adds a synonym via a loop (#3898) 2020-10-13 afdx spirv-fuzz: Fix to duplicate region with selection (#3896) 2020-10-09 afdx spirv-fuzz: Do not expose synonym facts for non-existent ids (#3891) 2020-10-08 afdx spirv-fuzz: Do not add synonyms involving irrelevant ids (#3890) 2020-10-08 afdx spirv-fuzz: Do not replace irrelevant ids that are not in blocks (#3892) 2020-10-08 afdx spirv-fuzz: Wrap OpKill and similar in function calls (#3884) 2020-10-08 dj2 Update val to handle reversed instruction sections. (#3887) 2020-10-06 afdx spirv-fuzz: Replace dead-block terminators with OpKill etc. (#3882) 2020-10-06 vasniktel spirv-fuzz: TransformationPropagateInstructionDown (#3692) 2020-10-06 afdx spirv-fuzz: Transformation to add wrappers for OpKill and similar (#3881) 2020-10-06 afdx spirv-fuzz: Use overflow ids when duplicating regions (#3878) 2020-10-06 vasniktel spirv-fuzz: Fix rvalue references (#3883)

Created with: roll-dep third_party/spirv-tools

Roll third_party/vulkan-guide/ 1f9d466b9..26c28af81 (2 commits)

https://github.com/KhronosGroup/Vulkan-Guide/compare/1f9d466b92d3...26c28af81f7f

$ git log 1f9d466b9..26c28af81 --date=short --no-merges --format='%ad %ae %s' 2020-10-09 s.fricke Fix links for CI 2020-10-08 s.fricke Update portability initiative

Created with: roll-dep third_party/vulkan-guide

Roll third_party/vulkan-headers/ 94ff600cc..320af06cb (3 commits)

https://github.com/KhronosGroup/Vulkan-Headers/compare/94ff600cc862...320af06cbdd2

$ git log 94ff600cc..320af06cb --date=short --no-merges --format='%ad %ae %s' 2020-10-18 oddhack Update for Vulkan-Docs 1.2.158 2020-10-12 oddhack Update for Vulkan-Docs 1.2.157 2020-10-12 oddhack Update for Vulkan-Docs 1.2.157

Created with: roll-dep third_party/vulkan-headers

Roll third_party/vulkan-hpp/ 30bf7bf8a..d0717c5a4 (17 commits)

https://github.com/KhronosGroup/Vulkan-Hpp/compare/30bf7bf8a472...d0717c5a482a

$ git log 30bf7bf8a..d0717c5a4 --date=short --no-merges --format='%ad %ae %s' 2020-10-19 asuessenbach Update to VK_HEADER_VERSION 158. 2020-10-19 asuessenbach Refactor command that returns a vector of values and a single value. 2020-10-15 asuessenbach Refactor commands returning some value 2020-10-15 asuessenbach Refactor commands returning a StructureChain and a Result. 2020-09-30 asuessenbach Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 asuessenbach Refactor commands potentially returning a StructureChain. 2020-10-13 asuessenbach Refactor simple functions returning some value. 2020-10-13 asuessenbach Update to VK_HEADER_VERSION 157 2020-10-12 asuessenbach Refactor trivial functions returning a VkResult. 2020-10-09 asuessenbach Refactor functions returning a vector of handles, that might as well be just one. 2020-10-09 krzysio.kurek Remove m_success from vk::DynamicLoader 2020-10-08 asuessenbach Refactor command consuming two vectors. 2020-10-07 asuessenbach Add some words on the type traits provided by vulkan.hpp 2020-10-07 asuessenbach Refactor functions returning a vector of handles. 2020-10-07 asuessenbach Refactor handle getting functions 2020-10-06 asuessenbach Refactor command classification code. 2020-10-01 asuessenbach Refactor simple functions getting a single value

Created with: roll-dep third_party/vulkan-hpp

Roll third_party/vulkan-loader/ 7c07085ad..970c13274 (9 commits)

https://github.com/KhronosGroup/Vulkan-Loader/compare/7c07085ad1cc...970c132746b1

$ git log 7c07085ad..970c13274 --date=short --no-merges --format='%ad %ae %s' 2020-10-12 shannon build: Update known-good files for 1.2.157 header 2020-10-08 dorian.apanel Handling also zero size override paths. 2020-10-07 dorian.apanel loader: Override layer load when custom allocator used. 2020-10-07 pdaniell Fix formatting issue. 2020-10-07 pdaniell Fix some issues when EnumerateAdapterPhysicalDevices is available 2020-10-06 shannon build: Update known-good files for 1.2.156 header 2020-09-29 brecht loader: Fixes build with MinGW-w64 8.0.0. 2020-10-05 charles docs: Update build.md for static build changes 2020-10-05 lenny docs: Remove outdated references to WDK

Created with: roll-dep third_party/vulkan-loader

Roll third_party/vulkan-validationlayers/ dbd3cd4e2..8c5a10d95 (32 commits)

https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/dbd3cd4e2c88...8c5a10d952f4

$ git log dbd3cd4e2..8c5a10d95 --date=short --no-merges --format='%ad %ae %s' 2020-10-12 locke tests: Fixed 02686 bug 2020-10-12 locke layers: Fixed 02686 bug 2020-10-15 mail build: Fix Vulkan header/registry detection for SDK 2020-09-10 mark corechecks: Fix QueryPoolIndex bug and remove query func 2020-09-09 mark test: Added tests for QueryPoolResults VUIDs 2020-09-09 mark layers: Added some QueryPoolResults VUID checks 2020-10-15 mark tests: Add multiViewport/ViewportWithCount positive test 2020-10-15 mark stateless: Account for DynStateWithCount for multiViewport 2020-10-13 shannon build: Update known-good files for 1.2.157 header 2020-10-15 lionel.g.landwerlin tests: Fix QueryPerformanceIncompletePasses stride usage 2020-10-12 jleger tests: Add tests for KHR_copy_commands2 2020-10-05 jleger layers: Add support for KHR_copy_commands2 2020-10-08 nathaniel best_practices: Fix bug introduced in refactor 2020-09-01 locke tests: UnnormalizedCoordinates Sampler 2020-09-23 locke layers: Reduce loop 2020-09-22 locke layers: VUID-02704 2020-09-21 locke layers: VUID-02703 2020-08-20 locke layers: VUID-vkCmdDraw-None-02702 2020-08-20 locke layers: VUID-vkCmdDraw-None-02699 2020-10-08 tony layers: Use debug printf create infos 2020-10-08 rgarcia layers: Fix depth/stencil resolve false positives 2020-10-08 mark dispatch: Add secondary commandbuffer tracking 2020-10-08 mark dispatch: Move CB APIs to manually generated 2020-10-07 nathaniel layers: Fix ImageView format compatibility error 2020-10-06 shannon build: Update known-good files for 1.2.156 header 2020-10-06 nathaniel refactor: Move CALL_STATE into best_practices 2020-10-07 mark readme: Update contact info 2020-09-22 lionel.g.landwerlin tests: Keep QueryPerfIncompletePasses from triggering VU00817 2020-10-06 mark chassis: Remove vestigial pound-define 2020-09-28 coki04 tracker: Retire work when checking Timeline Semaphore Value 2020-09-26 btolsch layers: Reorder conditions to avoid uninitialized values 2020-08-25 bethau layers: Fix false positives when importing AHardwareBuffers

Created with: roll-dep third_party/vulkan-validationlayers