summaryrefslogtreecommitdiff
path: root/utests/compiler_get_image_info.cpp
Commit message (Collapse)AuthorAgeFilesLines
* utests: use OpenCL 1.2 API for image related test cases.Zhigang Gong2014-06-131-1/+11
| | | | Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
* update to OpenCL 1.1 headerHomer Hsing2013-06-191-11/+1
| | | | | | | | | | | | | | | | | | | | | Based on our current progress, we plan to implement OpenCL 1.1 rather than OpenCL 1.2 for the next release. Thus we downgrade the header file to 1.1 in this commit. put OpenCL 1.1 header in include/CL/ add OpenCL 1.2 defs, used by some code, by "#ifndef CL_VERSION_1.2" " some OpenCL 1.2 defs" "#endif" add OCL_CREATE_IMAGE2D, OCL_CREATE_IMAGE3D, OCL_CREATE_GL_IMAGE2D, OCL_CREATE_GL_IMAGE3D update test cases Signed-off-by: Homer Hsing <homer.xing@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* utests: extent get_image_size cases to other informations..Zhigang Gong2013-05-211-0/+50
Extent it to test all the supported image informations. Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com> Tested-by: Simon Richter <Simon.Richter@hogyros.de>