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

Comparing OpenCL/Changes (file contents):
Revision 1.61 by root, Tue May 1 16:37:23 2012 UTC vs.
Revision 1.62 by root, Tue May 1 22:04:56 2012 UTC

28 - using undef to pass null memory buffers now works in set_xxx. 28 - using undef to pass null memory buffers now works in set_xxx.
29 - release_gl_texture was missing. 29 - release_gl_texture was missing.
30 - fix/improve/balance gl sharing example. 30 - fix/improve/balance gl sharing example.
31 - added non-opengl sharing opengl example. 31 - added non-opengl sharing opengl example.
32 - fixed some documentation links. 32 - fixed some documentation links.
33 - fixed a bug where enqueue operations with optional parameters at the
34 end not specified would crash.
33 35
340.98 Sat Apr 28 15:31:46 CEST 2012 360.98 Sat Apr 28 15:31:46 CEST 2012
35 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef. 37 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef.
36 - INCOMPATIBLE CHANGE: $queue->enqueue_xxx methods have been renamed to just 38 - INCOMPATIBLE CHANGE: $queue->enqueue_xxx methods have been renamed to just
37 $queue->xxx, the enqueue_ prefix has been deprecated. 39 $queue->xxx, the enqueue_ prefix has been deprecated.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines