171 Commits (b4432c4fd74e7410011110937447b53bb04294d3)

Author SHA1 Message Date
Alexander Alekhin 6f2632ca2e ocl: fix buffer pool small allocations issue (fixes #5815) 9 years ago
Dan Moodie 4f373a4284 Clarified default allocator interface. 9 years ago
Alexander Alekhin ad70ab404c ocl: workaround for getUMat() 10 years ago
Andrey Pavlenko cea2dafa0f man/unmap, preventing getMat/getUMat from temp object, fix thread-unsafe code in `UMat::getMat()` 10 years ago
Andrey Pavlenko b78eb49178 removing a garbage comment 10 years ago
Andrey Pavlenko 3656a1aa66 fixing 'map_unmap_counting' 10 years ago
Andrey Pavlenko f6b758699b Revert merging of pull request #5176 from vladimir-dudnik:master (reverted from commit 5ee00ec5c6) 10 years ago
Vladimir Dudnik 58934f1e16 add condition to skip unmapping for internally allocated host memory. this should fix map_unmap_counting UMat test. 10 years ago
Vladimir Dudnik 6bb8afde96 fixed typo in OpenCLAllocator.upload method (wrong step used) 10 years ago
Vladimir Dudnik ef0d1c1c3f fixed download/upload for non contiguous umat 10 years ago
Alexander Alekhin 9bcccb028b fixes 10 years ago
Alexander Alekhin b36f565d13 fix OpenCV code (bug 4006: #4862) 10 years ago
Alexander Alekhin 53fc5440d7 implement singleton lazy initialization 10 years ago
Vladimir Dudnik 217dd63e02 OpenCV-OpenCL interop (PR #4072): 10 years ago
Alexander Alekhin 032b6322fc fix MatAllocator creation/destruction issues 10 years ago
Alexander Alekhin b5529aef9c ocl/bufferpool: fix cleanup 10 years ago
Maxim Kostin 22a30af353 Fixing buildbot job: 10 years ago
Maxim Kostin cdd23440c9 Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 10 years ago
Alexander Alekhin 2054123890 coreTlsData -> getCoreTlsData() 10 years ago
Alexander Alekhin 0a07d780e0 ocl: OpenCL SVM support 10 years ago
Dmitry-Me 4ff8a3ad92 Fix incorrect size computation 10 years ago
Alexander Alekhin 4eb16122c0 ocl: change processing of OpenCL failures 10 years ago
Alexander Karsakov 237cb93143 Added extra checks to ocl::Image2D 11 years ago
Alexander Alekhin 579a7fff6d ocl: restore clFinish() in unmap() for AMD devices 11 years ago
Alexander Karsakov 3a263c6326 Added tests for Image2D 11 years ago
vbystricky a8aa6381d9 Optimize OpenCL version of conversScaleAbs function 11 years ago
ElenaGvozdeva 070e5ec042 Changed predictOptimalVectorWidth function, now it is possible to choose vector size. 11 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 11 years ago
vbystricky 1d280352f4 Add code for print errors of OpenCL kernels runing 11 years ago
Ilya Lavrenov 98e7d4ceec changed optimal vector width for Intel 11 years ago
Alexander Karsakov 7d91b8efcd Removed redundant clFinish() after clEnqueueUnmapMemObject() 11 years ago
Alexander Karsakov d4e6812be2 Added check AmdFft version to be sure that AmdFft binaries are available 11 years ago
Elena Gvozdeva 31ac73c315 fix for cv::memopTypeToStr 11 years ago
Ilya Lavrenov 7017b1250a used new stratehy in cv::accumulate** 11 years ago
Ilya Lavrenov 2c6b7a52e9 improved cv::ocl::predictOptimalVectorWidth 11 years ago
Ilya Lavrenov 2f46cf5ddb changed base types for cv::memopTypeToStr 11 years ago
Vadim Pisarevsky e9729a9601 multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Vadim Pisarevsky 05e7c29de5 fixed various warnings and obvious errors reported by clang compiler and the coverity tool. 11 years ago
Alexander Karsakov 66ac46214d Final refactoring, fixes 11 years ago
Alexander Karsakov 1d2cf0e20e Added nonzero_rows support 11 years ago
Ilya Lavrenov f2a2467de3 enabled BufferPool 11 years ago
Zhigang Gong 2e49ca4903 Avoid unmap an umat(ocl) which hasn't been mapped at all. 11 years ago
Ilya Lavrenov 2fe07abf83 use vectors for devices of all vendors 11 years ago
Alexander Alekhin c5d3c08256 ocl: add try-catch for OpenCL device getter 11 years ago
Alexander Alekhin 157257b072 ocl: don't use OpenCL CPU device in default setup 11 years ago
Ilya Lavrenov 0528d2e2b3 added 32s to 32u conversion 11 years ago
Alexander Alekhin d9daa0cbaa ocl: added runtime flags for debugging 11 years ago
Hans Johnson 4c7ed03b5f COMP: Fix problem with narrowing in c++11 11 years ago
Ilya Lavrenov 33173d900a optimized cv::meanStdDev 11 years ago