Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.clang-format | D | 03-May-2024 | 40 | 3 | 2 | |
README.md | D | 03-May-2024 | 568 | 12 | 8 | |
cl.h | D | 03-May-2024 | 79.4 KiB | 1,930 | 1,536 | |
cl_d3d10.h | D | 03-May-2024 | 4.3 KiB | 129 | 79 | |
cl_d3d11.h | D | 03-May-2024 | 4.3 KiB | 129 | 79 | |
cl_dx9_media_sharing.h | D | 03-May-2024 | 8.9 KiB | 230 | 151 | |
cl_dx9_media_sharing_intel.h | D | 03-May-2024 | 959 | 19 | 2 | |
cl_egl.h | D | 03-May-2024 | 4.3 KiB | 121 | 73 | |
cl_ext.h | D | 03-May-2024 | 65.6 KiB | 1,669 | 974 | |
cl_ext_intel.h | D | 03-May-2024 | 902 | 20 | 2 | |
cl_gl.h | D | 03-May-2024 | 6.6 KiB | 170 | 113 | |
cl_gl_ext.h | D | 03-May-2024 | 905 | 19 | 2 | |
cl_half.h | D | 03-May-2024 | 10.2 KiB | 441 | 266 | |
cl_icd.h | D | 03-May-2024 | 51.1 KiB | 1,295 | 942 | |
cl_layer.h | D | 03-May-2024 | 2 KiB | 62 | 34 | |
cl_platform.h | D | 03-May-2024 | 42.2 KiB | 1,405 | 1,183 | |
cl_va_api_media_sharing_intel.h | D | 03-May-2024 | 5.3 KiB | 137 | 87 | |
cl_version.h | D | 03-May-2024 | 3.1 KiB | 82 | 57 | |
opencl.h | D | 03-May-2024 | 970 | 33 | 12 |
README.md
1# ANGLE OpenCL Headers 2 3The OpenCL headers ANGLE uses are the original headers from Khronos. 4 5### Updating headers 6 71. Clone [https://github.com/KhronosGroup/OpenCL-Headers.git](https://github.com/KhronosGroup/OpenCL-Headers.git). 81. Inspect the differences between all headers from `OpenCL-Headers/CL/` and this folder. 9 * Changes of supported enums have to be updated in `src/common/packed_cl_enums.json`. 10 * Changes of supported entry points have to be updated in `src/libGLESv2/cl_stubs.cpp`. 111. Copy all headers from `OpenCL-Headers/CL/` over to this folder. 12