[Beignet] [PATCH 0/2] Implement clEnqueueMapImage

Dag Lem dag at nimrod.no
Fri May 17 09:06:12 PDT 2013


Implement clEnqueueMapImage.

This function provides a standard API to exchange image data between
host and device. It is now possible to work with images using the C++
Bindings.

Dag Lem (2):
  Save depth and slice_pitch in cl_mem images.
  Implement clEnqueueMapImage.

 src/cl_api.c           | 36 ++++++++++++++++++++++++++++++++++--
 src/cl_command_queue.c |  2 +-
 src/cl_mem.c           |  4 +++-
 src/cl_mem.h           |  3 ++-
 src/cl_mem_gl.c        |  4 +++-
 src/cl_utils.h         |  9 +++++++++
 6 files changed, 52 insertions(+), 6 deletions(-)

-- 
1.8.1.4



More information about the Beignet mailing list