277 Commits (469addeca334d384178bfe2de08513628d261afa)

Author SHA1 Message Date
Alexander Alekhin 17e2bf5717 core(tls): implement releasing of TLS on thread termination 5 years ago
Alexander Alekhin eacadf0e73 core(ocl): add flag OPENCV_OPENCL_ENABLE_MEM_USE_HOST_PTR 5 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 6 years ago
Dmitry Kurtaev 32797515de Fix https://github.com/opencv/opencv/issues/12824 6 years ago
Alexander Alekhin cc45c10f3d ocl: bailout from unsupported types 6 years ago
Alexander Alekhin 11e2a216c5 ocl(win32): bypass deallocate() during process termination 6 years ago
Alexander Alekhin 94201b7cf9 ocl: OPENCV_OPENCL_BUILD_EXTRA_OPTIONS parameter 6 years ago
Rostislav Vasilikhin be989b3b60 Merge pull request #12637 from savuor:fix/instr_ipp_ocl 6 years ago
Dmitry Kurtaev 24ab751547 Merge pull request #12565 from dkurt:dnn_non_intel_gpu 6 years ago
Maksim Shabunin e0f524d3b7 Fixed several incorrect printf format specifiers 6 years ago
Pavel Rojtberg d1c842cf29 core: fix printf warnings by using c++11 format 6 years ago
Hamdi Sahloul ef5579dc86 Merge pull request #12310 from cv3d:chunks/enum_interface 6 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 6 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
Alexander Alekhin 0595ab3eef ocl: fix usage of invalid OpenCL cache on mixed 64/32-bit platforms 7 years ago
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
Alexander Alekhin 92b35e6758 ocl: fix null pointer access crash 7 years ago
Alexander Alekhin b6abf0d3f9 ocl: drop obsolete cache directories after upgrade of OpenCL driver 7 years ago
Alexander Alekhin 8e6280fc8e ocl: binary program cache 7 years ago
Alexander Alekhin 9c4f0a984f ocl: drop CV_OclDbgAssert 7 years ago