ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/Changes
(Generate patch)

Comparing OpenCL/Changes (file contents):
Revision 1.42 by root, Tue Apr 24 13:30:49 2012 UTC vs.
Revision 1.43 by root, Tue Apr 24 13:45:58 2012 UTC

18TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clEnqueueMigrateMemObjects.html 18TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clEnqueueMigrateMemObjects.html
19TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clGetKernelArgInfo.html (also generic accessor) 19TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clGetKernelArgInfo.html (also generic accessor)
20TODO: ->id method that returns the underlying object id? 20TODO: ->id method that returns the underlying object id?
21TODO: allow "prefer 1.2/1.1 api" or "ignore 1.2 api" 21TODO: allow "prefer 1.2/1.1 api" or "ignore 1.2 api"
22 22
23 - created $ctx->build_program utility function.
23 - enqueue_acquire/release_gl_objects did not return an event object. 24 - enqueue_acquire/release_gl_objects did not return an event object.
24 - OpenCL::errno did not return the correct value. 25 - OpenCL::errno did not return the correct value.
25 - allow undef values in event wait lists, for convenience. 26 - allow undef values in event wait lists, for convenience.
26 - implement $program->kernels_in_program. 27 - implement $program->kernels_in_program.
27 - add opencl 1.2 constants. 28 - add opencl 1.2 constants.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines