--- OpenCL/Changes 2011/11/22 10:29:24 1.17 +++ OpenCL/Changes 2011/11/22 10:39:47 1.18 @@ -1,12 +1,12 @@ Revision history for Perl extension OpenCL. -TODO: http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clEnqueueReadBufferRect.html -TODO: http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clEnqueueWriteBufferRect.html TODO: http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clCreateProgramWithBinary.html TODO: CL_IMAGE_FORMAT TODO: add long example - - added $program->binaries method. + - provide $program->binaries method. + - provide $queue->enqueue_read_buffer_rect method. + - provide $queue->enqueue_write_buffer_rect method. - coalesce like-typed accessor methods into the same xs function and multiple ALIASes - this reduces the OpenCL codesize from 162kb to 132kb on my system.