summaryrefslogtreecommitdiff
path: root/src/cl_image.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-13add extension intel_planar_yuv.Luo Xionghu1-0/+7
2017-02-14Enable support for two-component 16-bit planesMark Thompson1-0/+2
2016-11-08Runtime: Refine clGetSupportedImageFormats to support CL_MEM_FLAGSPan Xiuli1-0/+5
2016-11-08Runtime: Add support for sRGBPan Xiuli1-1/+18
2015-07-03enable CL_UNSIGNED_INT8 for CL_RG to fix regressionGuo Yejun1-0/+1
2015-06-19enable CL_RG + CL_UNORM_INT8 for imageGuo Yejun1-0/+5
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-05-28Return CL_IMAGE_FORMAT_NOT_SUPPORTED if image_format is not supported.Yang Rong1-0/+3
2013-09-18Runtime: disable some unecessary image formats.Zhigang Gong1-7/+13
2013-09-04Runtime: Only return the format allowed in the spec.Zhigang Gong1-0/+6
2013-03-29update headers to OpenCL 1.2 standardsLu Guanqun1-1/+1
2012-08-10Removed all direct dependencies to the intel driver (ie files contained in in...Benjamin Segovia1-4/+0
2012-08-10Plasma specific changesojomer1-0/+4
2012-08-10Finished first support for image2D. Right now, we only support linear formatsbsegovia1-0/+119
2012-08-10First test now passes with images (format still hard-coded and constant patch...bsegovia1-0/+95