Commit 5245de82 by Le Hoang Quyen Committed by Commit Bot

Metal: Update spirv-cross from upstream to fix mat2 issues

Previously spirv-cross had problems translate mat2 to equivalent Metal type. See the reported issue: https://github.com/KhronosGroup/SPIRV-Cross/issues/1200 It has been fixed on upstream repo. DEQP tests using mat2 should pass now. Bug: angleproject:2634 Change-Id: I68e871965c7004ae34dc0fa92c926905cb0c14cf Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1966183 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 92ba377f
...@@ -42,7 +42,7 @@ vars = { ...@@ -42,7 +42,7 @@ vars = {
'patched_yasm_revision': '720b70524a4424b15fc57e82263568c8ba0496ad', 'patched_yasm_revision': '720b70524a4424b15fc57e82263568c8ba0496ad',
# Current revision of spirv-cross, the Khronos SPIRV cross compiler. # Current revision of spirv-cross, the Khronos SPIRV cross compiler.
'spirv_cross_revision': 'd253f41e17e27285756d031d8ba43bf370264e1f', 'spirv_cross_revision': 'fd5aa3ad51ece55a1b51fe6bfb271db6844ae291',
# Current revision fo the SPIRV-Headers Vulkan support library. # Current revision fo the SPIRV-Headers Vulkan support library.
'spirv_headers_revision': 'af64a9e826bf5bb5fcd2434dd71be1e41e922563', 'spirv_headers_revision': 'af64a9e826bf5bb5fcd2434dd71be1e41e922563',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment