-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump external/OpenCL-Headers from
8275634
to 542d7a8
Bumps [external/OpenCL-Headers](https://github.com/KhronosGroup/OpenCL-Headers) from `8275634` to `542d7a8`. - [Release notes](https://github.com/KhronosGroup/OpenCL-Headers/releases) - [Commits](KhronosGroup/OpenCL-Headers@8275634...542d7a8) --- updated-dependencies: - dependency-name: external/OpenCL-Headers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
1900443
commit afecff1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule OpenCL-Headers
updated
32 files
+123 −0 | .clang-format | |
+0 −221 | .github/workflows/linux.yml | |
+0 −73 | .github/workflows/macos.yml | |
+651 −0 | .github/workflows/presubmit.yml | |
+70 −0 | .github/workflows/release.yml | |
+0 −253 | .github/workflows/windows.yml | |
+14 −0 | .gitignore | |
+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 | |
+377 −40 | CL/cl_ext.h | |
+19 −0 | CL/cl_gl.h | |
+3 −0 | CL/cl_layer.h | |
+1 −6 | CL/cl_platform.h | |
+6 −0 | CL/cl_va_api_media_sharing_intel.h | |
+4 −12 | CMakeLists.txt | |
+1 −1 | OpenCL-Headers.pc.in | |
+5 −0 | README.md | |
+125 −0 | cmake/DebSourcePkg.cmake | |
+47 −0 | cmake/Package.cmake | |
+56 −0 | cmake/PackageSetup.cmake | |
+55 −0 | scripts/check-format.sh | |
+16 −0 | scripts/cl_ext.h.mako | |
+1 −0 | tests/lang_c/CMakeLists.txt | |
+1 −1 | tests/lang_cpp/CMakeLists.txt | |
+8 −1 | tests/pkgconfig/bare/CMakeLists.txt | |
+1 −4 | tests/pkgconfig/pkgconfig.c | |
+8 −1 | tests/pkgconfig/sdk/CMakeLists.txt | |
+56 −0 | tests/test_ext_headers.c | |
+10 −10 | tests/test_headers.c |