mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-23 00:40:37 +01:00
khronos-update: add Intel's OpenCL header
Why not use the same script for vendor headers... Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38720>
This commit is contained in:
parent
1a5bbb7519
commit
e055f8d34b
1 changed files with 8 additions and 0 deletions
|
|
@ -185,6 +185,14 @@ SOURCES = [
|
|||
],
|
||||
},
|
||||
|
||||
{
|
||||
'api': 'opencl_intel',
|
||||
'inc_folder': 'CL_intel',
|
||||
'sources': [
|
||||
Source('include/CL_intel/cl_ext_private.h', 'https://github.com/intel/compute-runtime/raw/master/opencl/extensions/public/cl_ext_private.h'),
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
'api': 'spirv',
|
||||
'sources': [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue