orca/ext/angle_headers/CL
Martin Fouilleul 440668129c Remote GLES surfaces 2022-08-19 20:55:00 +02:00
..
.clang-format Remote GLES surfaces 2022-08-19 20:55:00 +02:00
README.md Remote GLES surfaces 2022-08-19 20:55:00 +02:00
cl.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00
cl_d3d10.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00
cl_d3d11.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00
cl_dx9_media_sharing.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00
cl_dx9_media_sharing_intel.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00
cl_egl.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00
cl_ext.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00
cl_ext_intel.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00
cl_gl.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00
cl_gl_ext.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00
cl_half.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00
cl_icd.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00
cl_layer.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00
cl_platform.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00
cl_va_api_media_sharing_intel.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00
cl_version.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00
opencl.h Remote GLES surfaces 2022-08-19 20:55:00 +02:00

README.md

ANGLE OpenCL Headers

The OpenCL headers ANGLE uses are the original headers from Khronos.

Updating headers

  1. Clone https://github.com/KhronosGroup/OpenCL-Headers.git.
  2. Inspect the differences between all headers from OpenCL-Headers/CL/ and this folder.
    • Changes of supported enums have to be updated in src/common/packed_cl_enums.json.
    • Changes of supported entry points have to be updated in src/libGLESv2/cl_stubs.cpp.
  3. Copy all headers from OpenCL-Headers/CL/ over to this folder.