Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium,clover: add OpenCL interoperability support for CL events | Marek Olšák | 2015-04-30 | 1 | -0/+1 |
| | | | | | | | | | | | 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]> | ||||
* | targets/opencl: hide all the exported llvm/clang mayhem... hopefully | Emil Velikov | 2014-05-02 | 1 | -0/+6 |
Both llvm and clang polute the exported symbol table, as soon as we try to link with either one. Other than those two everything else looks good (clean). Cc: Tom Stellard <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Francisco Jerez <[email protected]> |