summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
diff options
context:
space:
mode:
authorFrancisco Jerez <[email protected]>2014-04-26 12:14:59 +0200
committerFrancisco Jerez <[email protected]>2014-04-29 13:01:10 +0200
commitbeadd6b0ccb3e0d58deaa649b267f02fd86648a0 (patch)
tree721648261892b5cb12728bd2f3cc8fd8c62ed486 /src/gallium/state_trackers
parentf782d6e792db2ed7773a2d22866dbcdb1e4062ee (diff)
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 <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers')
-rw-r--r--src/gallium/state_trackers/clover/Makefile.am8
1 files changed, 6 insertions, 2 deletions
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