diff options
Diffstat (limited to 'meta/recipes-graphics/spir')
-rw-r--r-- | meta/recipes-graphics/spir/spirv-headers_1.3.224.1.bb (renamed from meta/recipes-graphics/spir/spirv-headers_1.3.216.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/spir/spirv-tools/0001-Remove-default-copy-constructor-in-header.-4879.patch | 34 | ||||
-rw-r--r-- | meta/recipes-graphics/spir/spirv-tools_1.3.224.1.bb (renamed from meta/recipes-graphics/spir/spirv-tools_1.3.216.0.bb) | 6 |
3 files changed, 2 insertions, 38 deletions
diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.216.0.bb b/meta/recipes-graphics/spir/spirv-headers_1.3.224.1.bb index 94500a96ba..94500a96ba 100644 --- a/meta/recipes-graphics/spir/spirv-headers_1.3.216.0.bb +++ b/meta/recipes-graphics/spir/spirv-headers_1.3.224.1.bb | |||
diff --git a/meta/recipes-graphics/spir/spirv-tools/0001-Remove-default-copy-constructor-in-header.-4879.patch b/meta/recipes-graphics/spir/spirv-tools/0001-Remove-default-copy-constructor-in-header.-4879.patch deleted file mode 100644 index 044c366a75..0000000000 --- a/meta/recipes-graphics/spir/spirv-tools/0001-Remove-default-copy-constructor-in-header.-4879.patch +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | From a90ccc240501bf3362b23f67771f65b7dec2ccf9 Mon Sep 17 00:00:00 2001 | ||
2 | From: Jamie Madill <jmadill@chromium.org> | ||
3 | Date: Fri, 29 Jul 2022 14:26:37 -0400 | ||
4 | Subject: [PATCH] Remove default copy constructor in header. (#4879) | ||
5 | |||
6 | A recent libc++ roll in Chrome warned of a deprecated copy. We're | ||
7 | still looking if this is a bug in libc++ or a valid warning, but | ||
8 | removing the redundant line is a safe workaround or fix in either | ||
9 | case. | ||
10 | |||
11 | See discussion in https://crrev.com/c/3791771 | ||
12 | |||
13 | Upstream-Status: Backport [https://github.com/KhronosGroup/SPIRV-Tools/pull/4879] | ||
14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
15 | --- | ||
16 | source/opt/merge_return_pass.h | 2 -- | ||
17 | 1 file changed, 2 deletions(-) | ||
18 | |||
19 | diff --git a/source/opt/merge_return_pass.h b/source/opt/merge_return_pass.h | ||
20 | index a35cf269..d15db2f6 100644 | ||
21 | --- a/source/opt/merge_return_pass.h | ||
22 | +++ b/source/opt/merge_return_pass.h | ||
23 | @@ -118,8 +118,6 @@ class MergeReturnPass : public MemPass { | ||
24 | StructuredControlState(Instruction* break_merge, Instruction* merge) | ||
25 | : break_merge_(break_merge), current_merge_(merge) {} | ||
26 | |||
27 | - StructuredControlState(const StructuredControlState&) = default; | ||
28 | - | ||
29 | bool InBreakable() const { return break_merge_; } | ||
30 | bool InStructuredFlow() const { return CurrentMergeId() != 0; } | ||
31 | |||
32 | -- | ||
33 | 2.37.2 | ||
34 | |||
diff --git a/meta/recipes-graphics/spir/spirv-tools_1.3.216.0.bb b/meta/recipes-graphics/spir/spirv-tools_1.3.224.1.bb index fc1074d8b8..cfea28a6ef 100644 --- a/meta/recipes-graphics/spir/spirv-tools_1.3.216.0.bb +++ b/meta/recipes-graphics/spir/spirv-tools_1.3.224.1.bb | |||
@@ -7,10 +7,8 @@ SECTION = "graphics" | |||
7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
9 | 9 | ||
10 | SRCREV = "c94501352d545e84c821ce031399e76d1af32d18" | 10 | SRCREV = "5e61ea2098220059e89523f1f47b0bcd8c33b89a" |
11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=master;protocol=https \ | 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=master;protocol=https" |
12 | file://0001-Remove-default-copy-constructor-in-header.-4879.patch \ | ||
13 | " | ||
14 | PE = "1" | 12 | PE = "1" |
15 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" | 13 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" |
16 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |