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

Comparing OpenCL/Changes (file contents):
Revision 1.59 by root, Mon Apr 30 23:12:43 2012 UTC vs.
Revision 1.60 by root, Mon Apr 30 23:35:16 2012 UTC

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 - fix/improve/balance gl sharing example.
29 - added non-opengl sharing opengl example.
30 - fixed some documentation links.
29 31
300.98 Sat Apr 28 15:31:46 CEST 2012 320.98 Sat Apr 28 15:31:46 CEST 2012
31 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef. 33 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef.
32 - INCOMPATIBLE CHANGE: $queue->enqueue_xxx methods have been renamed to just 34 - INCOMPATIBLE CHANGE: $queue->enqueue_xxx methods have been renamed to just
33 $queue->xxx, the enqueue_ prefix has been deprecated. 35 $queue->xxx, the enqueue_ prefix has been deprecated.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines