aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorandroid-autoroll <android-autoroll@skia-public.iam.gserviceaccount.com>2023-10-17 20:09:02 +0000
committerandroid-autoroll <android-autoroll@skia-public.iam.gserviceaccount.com>2023-10-17 20:09:02 +0000
commit89f06ad349f0dc408527e23e2d7d7a0d1b1eb3bb (patch)
tree1129c09b268d82843f4e0d02099efc12a55b6dde /src
parent7b6241abc034ffda8e5d49967f185c50cca583fb (diff)
parent91b84ac6d8eae53bb105975db11325d11f214b79 (diff)
downloadswiftshader-89f06ad349f0dc408527e23e2d7d7a0d1b1eb3bb.tar.gz
Roll SwiftShader from 7f4d495c89c2 to 91b84ac6d8ea (3 revisions)
https://swiftshader.googlesource.com/SwiftShader.git/+log/7f4d495c89c2..91b84ac6d8ea Please enable autosubmit on changes if possible when approving them. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-android Please CC natsu@google.com,nicolascapens@google.com,swiftshader-eng@google.com on the revert to ensure that a human is aware of the problem. To file a bug in SwiftShader: https://bugs.chromium.org/p/swiftshader/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Test: Presubmit checks will test this change. Exempt-From-Owner-Approval: The autoroll bot does not require owner approval. Bug: b/223456677 Change-Id: I9de367989d4245ab46e6c3152f9216341c49c71b
Diffstat (limited to 'src')
-rw-r--r--src/Pipeline/SpirvShader.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Pipeline/SpirvShader.hpp b/src/Pipeline/SpirvShader.hpp
index f89b42fc2..eba0ccd9c 100644
--- a/src/Pipeline/SpirvShader.hpp
+++ b/src/Pipeline/SpirvShader.hpp
@@ -736,6 +736,7 @@ public:
}
Decorations(const Decorations &) = default;
+ Decorations& operator= (const Decorations &) = default;
void Apply(const Decorations &src);