summaryrefslogtreecommitdiff
path: root/kernels/test_copy_image.cl
AgeCommit message (Collapse)AuthorFilesLines
2013-04-10utest: Added one image2d test case copy_image.Zhigang Gong1-0/+10
This case create two images, and initialize one then copy the initilaized on to the other one via OCL kernel. Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com> Reviewed-by: Lu Guanqun <guanqun.lu@intel.com>
2012-08-10Cleaned up kernel directoryBenjamin Segovia1-13/+0
2012-08-10Added support __constant samplersbsegovia1-3/+1
2012-08-10Added first support for (still linear) images for Gen7bsegovia1-2/+2
2012-08-10First test now passes with images (format still hard-coded and constant ↵bsegovia1-5/+6
patching is still missing)
2012-08-10Started to implement support for images (back end part of it is still missing)bsegovia1-9/+5
2012-08-10Cleaned up a bit the code removing unnecessary defines and structs from Mesabsegovia1-1/+5
2012-08-10Added copy imagesbsegovia1-0/+14