289 Commits (0428dce27d83c529781d0c244e96d7e28cd47ced)

Author SHA1 Message Date
Alexander Alekhin efcf307b4c ocl: cleanup dead code in case of disabled OpenCL 5 years ago
Alexander Alekhin 00890aecdf core(ocl): fix ocl::Image2d::isFormatSupported() 5 years ago
Alexander Alekhin 54063c40de core(ocl): options to control buffer access flags 5 years ago
Jan Solanti ad16c243ca core(ocl): Don't query image formats when none exist 5 years ago
Vadim Pisarevsky 07b475062f
Merge pull request #16608 from vpisarev:fix_mac_ocl_tests 5 years ago
Igor Murzov cdbfdcc363 Fix OpenCL device detection when some OpenCL platform has no devices 5 years ago
Alexander Alekhin 17e2bf5717 core(tls): implement releasing of TLS on thread termination 6 years ago
Alexander Alekhin eacadf0e73 core(ocl): add flag OPENCV_OPENCL_ENABLE_MEM_USE_HOST_PTR 6 years ago
Matthias Gehre 0e92ac2af7 modules/core/src/ocl.cpp: Fix dangling pointer 6 years ago
luz.paz fcc7d8dd4e Fix modules/ typos 6 years ago
luz.paz ec43292e1e Fix modules/ typos 6 years ago
Hugo Lindström 2ee00e7f7d Merge pull request #15059 from hugolm84:improved-support-for-wince 6 years ago
Alexander Alekhin b38de57f9a ts: test tags for flexible/reliable tests filtering 6 years ago
Alexander Alekhin 8c8715c4dd fix static analysis issues 6 years ago
Alexander Alekhin 66d9a33b50 core(ocl): fix log messages 6 years ago
Alexander Alekhin 4501a2cdea ocl: support empty "ptr only" UMat in Kernel::set() 6 years ago
Alexander Alekhin d9d9b05912 core(ocl): add parameter to limit device max workgroup size 6 years ago
Alexander Alekhin 9fd822f97e ocl: fix kernels launching with USE_HOST_PTR UMat 6 years ago
Alexander Alekhin b74b05d1b3 Revert CV_TRY/CV_CATCH macros 7 years ago
Dmitry Kurtaev 32797515de Fix https://github.com/opencv/opencv/issues/12824 7 years ago
Alexander Alekhin cc45c10f3d ocl: bailout from unsupported types 7 years ago
Alexander Alekhin 11e2a216c5 ocl(win32): bypass deallocate() during process termination 7 years ago
Alexander Alekhin 94201b7cf9 ocl: OPENCV_OPENCL_BUILD_EXTRA_OPTIONS parameter 7 years ago
Rostislav Vasilikhin be989b3b60 Merge pull request #12637 from savuor:fix/instr_ipp_ocl 7 years ago
Dmitry Kurtaev 24ab751547 Merge pull request #12565 from dkurt:dnn_non_intel_gpu 7 years ago
Maksim Shabunin e0f524d3b7 Fixed several incorrect printf format specifiers 7 years ago
Pavel Rojtberg d1c842cf29 core: fix printf warnings by using c++11 format 7 years ago
Hamdi Sahloul ef5579dc86 Merge pull request #12310 from cv3d:chunks/enum_interface 7 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 7 years ago
Alexander Alekhin 7f73b105ca core: std::string more changes 7 years ago
Alexander Alekhin 89528d7c3a core(ocl): don't expose exceptions from OpenCL callback 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Vadim Pisarevsky e0dbe5cfcc
handle huge matrices correctly (#11505) 7 years ago
Alexander Alekhin 576d2dbac0 refactor: don't use CV_ErrorNoReturn() internally 7 years ago
Alexander Alekhin d76b41b50e ocl: CL_MEM_USE_HOST_PTR workaround test 7 years ago
Alexander Alekhin 670ef403b0 ocl: improve trace messages of OpenCL calls 7 years ago
Alexander Alekhin 9111538bfb core: apply CV_OVERRIDE/CV_FINAL 7 years ago
Alexander Alekhin ed96279920 ocl: update getOpenCLErrorString() code 7 years ago
Alexander Alekhin b1fc7d46a5 ocl: update getOpenCLErrorString() code 7 years ago
Alexander Alekhin ebdb0eb0c1 ocl: force clBuildProgram() call after clCreateProgramWithBinary() 7 years ago
Alexander Alekhin cec700525c core(ocl): fix deadlock in UMatDataAutoLock 7 years ago
Maksim Shabunin 594a93316c Fixed concurrent OpenCL cache folder name generation 7 years ago
Alexander Alekhin 534645a12f ocl: workaround option to disable usage of buffer "Rect" operations 7 years ago
Jiri Horner 3dbf392d48 fix build with intrinsics enabled 7 years ago
Tomoaki Teshima 267c5a747b suppress warnings on OpenCL build 7 years ago
Maksim Shabunin 7349b8f5ce Build for embedded systems 7 years ago
Alexander Alekhin a82d2363f4 ocl: refactor Program API 7 years ago
Alexander Alekhin 13c4a02157 ocl: low-level API to support OpenCL binary programs 7 years ago
Vadim Pisarevsky 5ce38e516e Merge pull request #10223 from vpisarev:ocl_mac_fixes 7 years ago