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: Jamie Madill <jmadill@chromium.org>
This commit is contained in:
Le Hoang Quyen 2019-11-20 01:04:00 +08:00 коммит произвёл Commit Bot
Родитель 92ba377f2b
Коммит 5245de82a2
1 изменённых файлов: 1 добавлений и 1 удалений

2
DEPS
Просмотреть файл

@ -42,7 +42,7 @@ vars = {
'patched_yasm_revision': '720b70524a4424b15fc57e82263568c8ba0496ad',
# 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.
'spirv_headers_revision': 'af64a9e826bf5bb5fcd2434dd71be1e41e922563',