diff options
author | Marek Olšák <[email protected]> | 2015-04-10 18:42:42 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-04-30 14:38:38 +0200 |
commit | 952b5e84db47be3adaf01f047efeedd26cf0d173 (patch) | |
tree | f079121d3db81db46191cf13bf495582dccb5bdf /src/gallium/targets | |
parent | 7070b0dd66d315b3106803580623df4fb5223473 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/opencl/opencl.sym | 1 |
1 files changed, 1 insertions, 0 deletions
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: *; }; |