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

Comparing OpenCL/Changes (file contents):
Revision 1.21 by root, Thu Nov 24 03:02:57 2011 UTC vs.
Revision 1.22 by root, Sat Dec 10 23:07:38 2011 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
120.91 Sun Dec 11 00:05:02 CET 2011
10 - introduce $buffer_obj->sub_buffer_region method and a new class, OpenCL::BufferObj 13 - introduce $buffer_obj->sub_buffer_region method and a new class, OpenCL::BufferObj
11 for a subbuffer is a buffer without sub_buffer methods! 14 for a subbuffer is a buffer without sub_buffer methods!
12 - support apple using a different location for opencl headers - untested. 15 - support apple using a different location for opencl headers - untested.
16 - be more strict when passing event lists.
13 17
140.59 Tue Nov 22 11:44:32 CET 2011 180.59 Tue Nov 22 11:44:32 CET 2011
15 - provide $program->binaries method. 19 - provide $program->binaries method.
16 - provide $queue->enqueue_read_buffer_rect method. 20 - provide $queue->enqueue_read_buffer_rect method.
17 - provide $queue->enqueue_write_buffer_rect method. 21 - provide $queue->enqueue_write_buffer_rect method.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines