summaryrefslogtreecommitdiff
path: root/src/cl_image.c
Commit message (Expand)AuthorAgeFilesLines
* add extension intel_planar_yuv.Luo Xionghu2017-03-131-0/+7
* Enable support for two-component 16-bit planesMark Thompson2017-02-141-0/+2
* Runtime: Refine clGetSupportedImageFormats to support CL_MEM_FLAGSPan Xiuli2016-11-081-0/+5
* Runtime: Add support for sRGBPan Xiuli2016-11-081-1/+18
* enable CL_UNSIGNED_INT8 for CL_RG to fix regressionGuo Yejun2015-07-031-0/+1
* enable CL_RG + CL_UNORM_INT8 for imageGuo Yejun2015-06-191-0/+5
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* Return CL_IMAGE_FORMAT_NOT_SUPPORTED if image_format is not supported.Yang Rong2014-05-281-0/+3
* Runtime: disable some unecessary image formats.Zhigang Gong2013-09-181-7/+13
* Runtime: Only return the format allowed in the spec.Zhigang Gong2013-09-041-0/+6
* update headers to OpenCL 1.2 standardsLu Guanqun2013-03-291-1/+1
* Removed all direct dependencies to the intel driver (ie files contained in in...Benjamin Segovia2012-08-101-4/+0
* Plasma specific changesojomer2012-08-101-0/+4
* Finished first support for image2D. Right now, we only support linear formatsbsegovia2012-08-101-0/+119
* First test now passes with images (format still hard-coded and constant patch...bsegovia2012-08-101-0/+95