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

Comparing OpenCL/Changes (file contents):
Revision 1.58 by root, Mon Apr 30 09:38:53 2012 UTC vs.
Revision 1.59 by root, Mon Apr 30 23:12:43 2012 UTC

23 crashes (and OpenCL probably allows this behaviour). 23 crashes (and OpenCL probably allows this behaviour).
24 - actually report clSetKernelArg errors in ("OpenCL::Kernel::setf. 24 - actually report clSetKernelArg errors in ("OpenCL::Kernel::setf.
25 - setf properly can now properly set local arguments ('z'). 25 - setf properly can now properly set local arguments ('z').
26 - using undef to pass null memory buffers now works in set_xxx. 26 - using undef to pass null memory buffers now works in set_xxx.
27 - release_gl_texture was missing. 27 - release_gl_texture was missing.
28 - fix/improve/balance gl sharing example.
28 29
290.98 Sat Apr 28 15:31:46 CEST 2012 300.98 Sat Apr 28 15:31:46 CEST 2012
30 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef. 31 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef.
31 - INCOMPATIBLE CHANGE: $queue->enqueue_xxx methods have been renamed to just 32 - INCOMPATIBLE CHANGE: $queue->enqueue_xxx methods have been renamed to just
32 $queue->xxx, the enqueue_ prefix has been deprecated. 33 $queue->xxx, the enqueue_ prefix has been deprecated.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines