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

Comparing OpenCL/Changes (file contents):
Revision 1.20 by root, Wed Nov 23 03:02:38 2011 UTC vs.
Revision 1.23 by root, Thu Apr 5 07:13:44 2012 UTC

4TODO: http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clUnloadCompiler.html # use 1.2 api? 4TODO: http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clUnloadCompiler.html # use 1.2 api?
5TODO: http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clCreateKernelsInProgram.html 5TODO: http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clCreateKernelsInProgram.html
6TODO: http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clSetEventCallback.html, *pfn 6TODO: http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clSetEventCallback.html, *pfn
7TODO: CL_IMAGE_FORMAT 7TODO: CL_IMAGE_FORMAT
8TODO: add long example 8TODO: add long example
9TODO: ->build on multiple devices
10TODO: some convenience methods maybe?
9 11
12 - minor documentatioon fix (patch by Maik Hentsche).
13
140.91 Sun Dec 11 00:05:02 CET 2011
10 - introduce $buffer_obj->sub_buffer_region method and a new class, OpenCL::BufferObj 15 - introduce $buffer_obj->sub_buffer_region method and a new class, OpenCL::BufferObj
11 for a subbuffer is a buffer without sub_buffer methods! 16 for a subbuffer is a buffer without sub_buffer methods!
17 - support apple using a different location for opencl headers - untested.
18 - be more strict when passing event lists.
12 19
130.59 Tue Nov 22 11:44:32 CET 2011 200.59 Tue Nov 22 11:44:32 CET 2011
14 - provide $program->binaries method. 21 - provide $program->binaries method.
15 - provide $queue->enqueue_read_buffer_rect method. 22 - provide $queue->enqueue_read_buffer_rect method.
16 - provide $queue->enqueue_write_buffer_rect method. 23 - provide $queue->enqueue_write_buffer_rect method.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines