--- OpenCL/Changes 2011/11/17 03:05:56 1.8 +++ OpenCL/Changes 2011/11/17 03:56:07 1.9 @@ -1,5 +1,10 @@ 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. - fix enqueue_copy_image prototype. - fix formatting.