--- OpenCL/Changes 2012/04/21 19:17:09 1.38 +++ OpenCL/Changes 2012/04/21 19:48:58 1.39 @@ -12,7 +12,8 @@ - enqueue_acquire/release_gl_objects did not return an event object. - OpenCL::errno did not return the correct value. - allow undef values in event wait lists, for convenience. - - add opencl 1.2 symbols. + - add opencl 1.2 constants. + - implement $ctx->gl_texture (1.2). - port enqueue_marker/barrier to the opencl 1.2 API, and croak if the user requests something that 1.1 cannot do when compiled against 1.1. This slightly changes the API for enqueue_barrier,