[Beignet] [PATCH 0/2] Implement CL image map/read/write.
Zhigang Gong
zhigang.gong at linux.intel.com
Mon May 20 22:18:18 PDT 2013
LGTM, pushed, thanks.
On Mon, May 20, 2013 at 12:28:26PM +0200, Dag Lem wrote:
> Implement clEnqueueMapImage, clEnqueueReadImage and clEnqueueWriteImage.
>
> These functions provide a standard API to exchange image data between
> host and device.
>
> Tiled images are mapped/unmapped in GTT mode. clEnqueueUnmapMemObject
> is modified to correctly unmap such images.
>
> Dag Lem (2):
> Implement clEnqueueMapImage.
> Implement clEnqueueReadImage and clEnqueueWriteImage.
>
> src/cl_api.c | 243 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
> src/cl_mem.c | 19 +++++
> src/cl_mem.h | 6 ++
> src/cl_utils.h | 9 +++
> 4 files changed, 265 insertions(+), 12 deletions(-)
>
> --
> 1.8.1.4
>
> _______________________________________________
> Beignet mailing list
> Beignet at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/beignet
More information about the Beignet
mailing list