-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As usual, not accepting regressions. Fixes #321 Change-Id: Ia9d8940b0b598472e110ecc8a21b36c62ac1cf37
- Loading branch information
Showing
12 changed files
with
668 additions
and
493 deletions.
There are no files selected for viewing
Submodule OpenCL-Headers
updated
16 files
+18 −16 | .github/workflows/presubmit.yml | |
+1 −0 | .github/workflows/release.yml | |
+2 −6 | CL/cl.h | |
+6 −0 | CL/cl_d3d10.h | |
+6 −0 | CL/cl_d3d11.h | |
+9 −0 | CL/cl_dx9_media_sharing.h | |
+6 −0 | CL/cl_egl.h | |
+397 −43 | CL/cl_ext.h | |
+19 −0 | CL/cl_gl.h | |
+3 −0 | CL/cl_layer.h | |
+0 −5 | CL/cl_platform.h | |
+6 −0 | CL/cl_va_api_media_sharing_intel.h | |
+16 −0 | scripts/cl_ext.h.mako | |
+1 −0 | tests/lang_c/CMakeLists.txt | |
+1 −1 | tests/lang_cpp/CMakeLists.txt | |
+56 −0 | tests/test_ext_headers.c |
Submodule SPIRV-Headers
updated
21 files
+1 −1 | CMakeLists.txt | |
+6 −3 | include/spirv/spir-v.xml | |
+1 −1 | include/spirv/unified1/NonSemanticVkspReflection.h | |
+85 −85 | include/spirv/unified1/extinst.nonsemantic.vkspreflection.grammar.json | |
+83 −4 | include/spirv/unified1/spirv.bf | |
+618 −780 | include/spirv/unified1/spirv.core.grammar.json | |
+83 −4 | include/spirv/unified1/spirv.cs | |
+156 −11 | include/spirv/unified1/spirv.h | |
+164 −11 | include/spirv/unified1/spirv.hpp | |
+1,724 −1,571 | include/spirv/unified1/spirv.hpp11 | |
+73 −4 | include/spirv/unified1/spirv.json | |
+78 −4 | include/spirv/unified1/spirv.lua | |
+75 −4 | include/spirv/unified1/spirv.py | |
+83 −4 | include/spirv/unified1/spv.d | |
+14 −7 | tests/CMakeLists.txt | |
+37 −0 | tests/example.c | |
+4 −0 | tests/example.cpp | |
+41 −0 | tests/example11.cpp | |
+17 −7 | tools/buildHeaders/header.cpp | |
+37 −44 | tools/buildHeaders/jsonToSpirv.cpp | |
+12 −9 | tools/buildHeaders/jsonToSpirv.h |
Submodule SPIRV-LLVM-Translator
updated
150 files
Submodule SPIRV-Tools
updated
99 files
Submodule clspv
updated
32 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.