From 952b5e84db47be3adaf01f047efeedd26cf0d173 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Fri, 10 Apr 2015 18:42:42 +0200 Subject: gallium,clover: add OpenCL interoperability support for CL events v2: - move interop.cpp to clover/api - change intptr_t to void* in the interface - add a virtual function fence() to simplify some code v3: - use bool in the interface v4: - enclose the last two interop functions in try..catch Reviewed-by: Francisco Jerez --- src/gallium/targets/opencl/opencl.sym | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/targets/opencl') diff --git a/src/gallium/targets/opencl/opencl.sym b/src/gallium/targets/opencl/opencl.sym index ee8aacf4806..9fcc57692b8 100644 --- a/src/gallium/targets/opencl/opencl.sym +++ b/src/gallium/targets/opencl/opencl.sym @@ -1,6 +1,7 @@ { global: cl*; + opencl_dri_*; local: *; }; -- cgit v1.2.3