summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover
diff options
context:
space:
mode:
authorPierre Moreau <[email protected]>2018-01-28 11:38:46 +0100
committerKarol Herbst <[email protected]>2019-02-26 21:02:07 +0100
commitdddc5649bfa919713cfdae61fd3f4e756a40873c (patch)
treee9cdb27273f834c1724fb7c99542504eeab182f4 /src/gallium/state_trackers/clover
parent2ae07830e74549e3b5ff89ecb40feb595786aaa8 (diff)
include/CL: Update to the latest OpenCL 2.2 headers
Acked-by: Francisco Jerez <[email protected]> Reviewed-by: Karol Herbst <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/clover')
-rw-r--r--src/gallium/state_trackers/clover/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/clover/Makefile.am b/src/gallium/state_trackers/clover/Makefile.am
index a7befb46059..c92b2cdd274 100644
--- a/src/gallium/state_trackers/clover/Makefile.am
+++ b/src/gallium/state_trackers/clover/Makefile.am
@@ -17,14 +17,19 @@ cldir = $(includedir)/CL
cl_HEADERS = \
$(top_srcdir)/include/CL/cl.h \
$(top_srcdir)/include/CL/cl.hpp \
+ $(top_srcdir)/include/CL/cl2.hpp \
$(top_srcdir)/include/CL/cl_d3d10.h \
$(top_srcdir)/include/CL/cl_d3d11.h \
$(top_srcdir)/include/CL/cl_dx9_media_sharing.h \
+ $(top_srcdir)/include/CL/cl_dx9_media_sharing_intel.h \
$(top_srcdir)/include/CL/cl_egl.h \
$(top_srcdir)/include/CL/cl_ext.h \
+ $(top_srcdir)/include/CL/cl_ext_intel.h \
$(top_srcdir)/include/CL/cl_gl.h \
$(top_srcdir)/include/CL/cl_gl_ext.h \
$(top_srcdir)/include/CL/cl_platform.h \
+ $(top_srcdir)/include/CL/cl_va_api_media_sharing_intel.h \
+ $(top_srcdir)/include/CL/cl_version.h \
$(top_srcdir)/include/CL/opencl.h
endif