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

Comparing OpenCL/Changes (file contents):
Revision 1.44 by root, Tue Apr 24 14:24:42 2012 UTC vs.
Revision 1.45 by root, Tue Apr 24 14:30:57 2012 UTC

26 - port image2d and image3d to the opencl 1.2 API. 26 - port image2d and image3d to the opencl 1.2 API.
27 - port enqueue_marker/barrier to the opencl 1.2 API, and croak 27 - port enqueue_marker/barrier to the opencl 1.2 API, and croak
28 if the user requests something that 1.1 cannot do when compiled 28 if the user requests something that 1.1 cannot do when compiled
29 against 1.1. This slightly changes the API for enqueue_barrier, 29 against 1.1. This slightly changes the API for enqueue_barrier,
30 which now checks the context it is called in. 30 which now checks the context it is called in.
31 - add ->format accessor for CL_IMAGHE_FORMAT.
31 - $object->id function to access internal object id. 32 - $object->id function to access internal object id.
32 33
330.96 Fri Apr 20 22:23:58 CEST 2012 340.96 Fri Apr 20 22:23:58 CEST 2012
34 - ->enqueue_write_buffer actually called enqueue_read_buffer. d'oh. 35 - ->enqueue_write_buffer actually called enqueue_read_buffer. d'oh.
35 - new $kernel->set_local function, to size local buffer arguments. 36 - new $kernel->set_local function, to size local buffer arguments.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines