Add OpenCL version 1.2 query into ocl::Context::supportsFeature().
authorpeng xiao <hisenxpress@gmail.com>
Thu, 2 May 2013 06:44:59 +0000 (14:44 +0800)
committerpeng xiao <hisenxpress@gmail.com>
Thu, 2 May 2013 06:44:59 +0000 (14:44 +0800)
commit355bc691fcc0b20ebdc8b74e7cfec283bd9b3980
tree93d0342caa6fbce6369e8990e91ef9e3de30e958
parent48a8aefd6b110c81174cce65330eb2929b1acc4f
Add OpenCL version 1.2 query into ocl::Context::supportsFeature().
Add backwards portability for OpenCL 1.1 when OpenCV executables
are compiled with OpenCL 1.2 profile support.
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/src/initialization.cpp
modules/ocl/src/mcwutil.cpp