From beadd6b0ccb3e0d58deaa649b267f02fd86648a0 Mon Sep 17 00:00:00 2001 From: Francisco Jerez Date: Sat, 26 Apr 2014 12:14:59 +0200 Subject: clover: Update OpenCL headers to version 1.2 from Khronos. The C++ headers are *not* updated because they rely on CL 1.2 APIs that we do not implement yet when the core CL 1.2 headers are present. Acked-by: Tom Stellard --- src/gallium/state_trackers/clover/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/gallium') diff --git a/src/gallium/state_trackers/clover/Makefile.am b/src/gallium/state_trackers/clover/Makefile.am index 75eae8647f1..5e6f9088e36 100644 --- a/src/gallium/state_trackers/clover/Makefile.am +++ b/src/gallium/state_trackers/clover/Makefile.am @@ -19,12 +19,16 @@ else cldir = $(includedir)/CL cl_HEADERS = \ $(top_srcdir)/include/CL/cl.h \ + $(top_srcdir)/include/CL/cl.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_egl.h \ $(top_srcdir)/include/CL/cl_ext.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/opencl.h \ - $(top_srcdir)/include/CL/cl.hpp + $(top_srcdir)/include/CL/opencl.h endif noinst_LTLIBRARIES = libclover.la libcltgsi.la libclllvm.la -- cgit v1.2.3