https://swiftshader-review.googlesource.com/c/SwiftShader/+/50749 squashed together the changes from two `git subtree pull` commands (for SPIRV-Headers and SPIRV-Tools), which resulted in a change with a single parent. `git subtree` expects a merge commit with a single set of `git-subtree-*` metadata tags. The squash resulted in a change description with two sets of these, confusing `git subtree` even further. The process to fix this is probably not the easiest, but the first one I found that works: # Rollback to the parent change of 50749 git checkout 43bb60e1 # Perform the subtree pull again for SPIRV-Headers (to 104ecc356) git subtree pull --prefix third_party/SPIRV-Headers https://github.com/KhronosGroup/SPIRV-Headers 104ecc356c1bea4476320faca64440cd1df655a3 --squash -m "Update SPIR-V Headers" # Note the second parent of the merge for the SPIRV-Headers (Merge: 43bb60e1 ded361b4) git show -1 # Perform the subtree pull again for SPIRV-Tools (to b0e22d28f) git subtree pull --prefix third_party/SPIRV-Tools https://github.com/KhronosGroup/SPIRV-Tools b0e22d28f5ec891d6b256703575d08fce4228bd9 --squash -m "Update SPIR-V Tools" # Note the second parent of the merge for the SPIRV-Tools (Merge: a00ce432a9d bdb9eea9) git show -1 # Jump back to master git checkout origin/master # Revert 50749 git revert 9dff6a3b # Re-merge the squashed update change for SPIRV-Headers git merge -Xsubtree="third_party/SPIRV-Headers" ded361b4 # Re-merge the squashed update change for SPIRV-Tools **this change** git merge -Xsubtree="third_party/SPIRV-Tools" bdb9eea9 Bug: b/174239232 Change-Id: I51ff23aa3b8a96ce45ada7f5f14f196196a236c3
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| CMakeLists.txt | Loading commit data... | |
| pch_test_val.cpp | Loading commit data... | |
| pch_test_val.h | Loading commit data... | |
| val_adjacency_test.cpp | Loading commit data... | |
| val_arithmetics_test.cpp | Loading commit data... | |
| val_atomics_test.cpp | Loading commit data... | |
| val_barriers_test.cpp | Loading commit data... | |
| val_bitwise_test.cpp | Loading commit data... | |
| val_builtins_test.cpp | Loading commit data... | |
| val_capability_test.cpp | Loading commit data... | |
| val_cfg_test.cpp | Loading commit data... | |
| val_code_generator.cpp | Loading commit data... | |
| val_code_generator.h | Loading commit data... | |
| val_composites_test.cpp | Loading commit data... | |
| val_constants_test.cpp | Loading commit data... | |
| val_conversion_test.cpp | Loading commit data... | |
| val_data_test.cpp | Loading commit data... | |
| val_decoration_test.cpp | Loading commit data... | |
| val_derivatives_test.cpp | Loading commit data... | |
| val_entry_point.cpp | Loading commit data... | |
| val_explicit_reserved_test.cpp | Loading commit data... | |
| val_ext_inst_test.cpp | Loading commit data... | |
| val_extension_spv_khr_terminate_invocation.cpp | Loading commit data... | |
| val_extensions_test.cpp | Loading commit data... | |
| val_fixtures.h | Loading commit data... | |
| val_function_test.cpp | Loading commit data... | |
| val_id_test.cpp | Loading commit data... | |
| val_image_test.cpp | Loading commit data... | |
| val_interfaces_test.cpp | Loading commit data... | |
| val_layout_test.cpp | Loading commit data... | |
| val_limits_test.cpp | Loading commit data... | |
| val_literals_test.cpp | Loading commit data... | |
| val_logicals_test.cpp | Loading commit data... | |
| val_memory_test.cpp | Loading commit data... | |
| val_misc_test.cpp | Loading commit data... | |
| val_modes_test.cpp | Loading commit data... | |
| val_non_semantic_test.cpp | Loading commit data... | |
| val_non_uniform_test.cpp | Loading commit data... | |
| val_opencl_test.cpp | Loading commit data... | |
| val_primitives_test.cpp | Loading commit data... | |
| val_small_type_uses_test.cpp | Loading commit data... | |
| val_ssa_test.cpp | Loading commit data... | |
| val_state_test.cpp | Loading commit data... | |
| val_storage_test.cpp | Loading commit data... | |
| val_type_unique_test.cpp | Loading commit data... | |
| val_validation_state_test.cpp | Loading commit data... | |
| val_version_test.cpp | Loading commit data... | |
| val_webgpu_test.cpp | Loading commit data... |