From dddc5649bfa919713cfdae61fd3f4e756a40873c Mon Sep 17 00:00:00 2001 From: Pierre Moreau Date: Sun, 28 Jan 2018 11:38:46 +0100 Subject: include/CL: Update to the latest OpenCL 2.2 headers Acked-by: Francisco Jerez Reviewed-by: Karol Herbst --- src/gallium/state_trackers/clover/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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 -- cgit v1.2.3