diff options
author | Michael Bien <[email protected]> | 2010-06-15 00:18:09 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-06-15 00:18:09 +0200 |
commit | 6379f5ff97582160f8e4074e083129b6322b89fe (patch) | |
tree | 0436d641e874a21bdd00784020c8f354a237576a /resources/cl-common.cfg | |
parent | 86abb5fecf48c7df8dcad653b5ec03f349558050 (diff) |
OpenCL 1.1 support.OpenCL1.1
- updated headers
- removed deprecated function from HLB
- updated javadoc taglets and all references
- disabled cl_vendor_ext.h since most of them are now in the official headers
- TODO revisit callbacks
Diffstat (limited to 'resources/cl-common.cfg')
-rw-r--r-- | resources/cl-common.cfg | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/resources/cl-common.cfg b/resources/cl-common.cfg index cea3c5b8..c5cf4f62 100644 --- a/resources/cl-common.cfg +++ b/resources/cl-common.cfg @@ -14,6 +14,7 @@ Opaque long cl_event Opaque long cl_sampler Opaque long cl_platform_id Opaque long cl_device_id +Opaque long cl_GLsync ArgumentIsString clCreateProgramWithSource 2 ArgumentIsString clBuildProgram 3 @@ -101,4 +102,11 @@ ClassJavadoc CLImageFormatImpl */ # Pick up on-line OpenCL doc and link it with the javadoc -TagNativeBinding true
\ No newline at end of file +TagNativeBinding true + +# platform dependent extensions +Ignore .*APPLE.* + +# TODO implement custom callbacks if this makes sense +Ignore clSetEventCallback +Ignore clSetMemObjectDestructorCallback |