--- OpenCL/Changes 2011/11/17 03:56:07 1.9 +++ OpenCL/Changes 2011/11/17 04:17:43 1.10 @@ -1,10 +1,14 @@ Revision history for Perl extension OpenCL. - - include slice_pitch in enqueue_write_image - I am too lazy to figure out - how big your pixels are. - - likewise, include row_pitch in image2d and image3d. - - likewise, you currently have to specify row_pitch and slice_pitch - in enqueue_read_image. +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/clGetImageInfo.html + + - include slice_pitch in enqueue_write_image (can be 0). + - check length in enqueue_write_image. + - properly calculate size in enqueue_read_image. + - likewise, include row_pitch in image2d and image3d - must be + nonzero right now, too, sorry. - fix enqueue_copy_image prototype. - fix formatting.