Alexander Alekhin
|
b9d68ef061
|
core/ocl: OpenCL build log improvements
|
2014-02-27 13:16:07 +04:00 |
|
Roman Donchenko
|
bd5d8404c9
|
Merge pull request #2393 from ilya-lavrenov:coverity
|
2014-02-26 12:16:36 +04:00 |
|
Ilya Lavrenov
|
32eb38ec98
|
fixed defects from coverity.com
|
2014-02-23 20:21:08 +04:00 |
|
Ilya Lavrenov
|
0406898b9a
|
int2 -> ulong; to work properly with 3 channels
|
2014-02-23 15:12:38 +04:00 |
|
Alexander Alekhin
|
95e38e457f
|
core/umat: usage flags (with proposals from PR #2195)
|
2014-02-14 15:40:16 +04:00 |
|
Andrey Pavlenko
|
86b6c48712
|
Merge pull request #2295 from alalek:opencl_align_rw_buffers
|
2014-02-07 17:45:15 +04:00 |
|
Roman Donchenko
|
8b16b8b657
|
Merge pull request #2296 from apavlenko:fix_coverity_scan
|
2014-02-07 16:54:30 +04:00 |
|
Alexander Alekhin
|
e371901dd9
|
ocl: workaround for failures with misaligned host buffers
|
2014-02-07 14:51:58 +04:00 |
|
Andrey Pavlenko
|
38f46eb3b4
|
fixing issues from coverity scan 1167937, 1167938, 1167939, 1127248 (http://scan.coverity.com/projects/169?tab=Overview)
|
2014-02-06 21:33:44 +04:00 |
|
Ilya Lavrenov
|
563dc5aa38
|
implemented umat expressions
|
2014-02-05 19:23:42 +04:00 |
|
Andrey Pavlenko
|
055f41c92a
|
Merge pull request #2250 from ilya-lavrenov:tapi_renaming
|
2014-02-05 09:27:06 +04:00 |
|
Ilya Lavrenov
|
2e8579fe9b
|
cleaned up super_resolution sample from old OCL
|
2014-02-05 00:28:10 +04:00 |
|
Ilya Lavrenov
|
c7fe162829
|
renamed **2 -> **
|
2014-02-04 19:55:11 +04:00 |
|
Ilya Lavrenov
|
d957e8e40d
|
attempt to fix pure virtual call in Mat::deallocate
|
2014-02-04 19:50:37 +04:00 |
|
Alexander Alekhin
|
485635310c
|
core/ocl: OpenCLBufferPool
|
2014-02-04 16:48:35 +04:00 |
|
Andrey Pavlenko
|
bd6620fa87
|
Merge pull request #2252 from ilya-lavrenov:ocl_ref
|
2014-02-04 16:34:28 +04:00 |
|
Ilya Lavrenov
|
da5b316b4e
|
minor ocl.cpp refactoring
fix for cv::LUT and cv::transpose
|
2014-02-04 01:52:48 +04:00 |
|
Vadim Pisarevsky
|
30593ee55e
|
3rd attempt to prepare patch with improved OpenCL kernels of CascadeClassifier.
|
2014-02-03 15:12:27 +04:00 |
|
Andrey Pavlenko
|
75dde49b64
|
Merge pull request #2230 from ilya-lavrenov:tapi_openc_on-off_game
|
2014-02-01 22:32:39 +04:00 |
|
Andrey Pavlenko
|
25d2ab8a68
|
Merge pull request #2218 from alalek:fix_defects_code_coverity
|
2014-01-31 19:23:02 +04:00 |
|
Andrey Pavlenko
|
2c35438771
|
Merge pull request #2228 from ilya-lavrenov:tapi_experiments
|
2014-01-31 19:14:19 +04:00 |
|
Andrey Pavlenko
|
0b57d3717f
|
Merge pull request #2244 from ilya-lavrenov:tapi_device_cache
|
2014-01-31 19:04:30 +04:00 |
|
Ilya Lavrenov
|
d15bf6261a
|
redundant clFinish in upload since clEnqueueWriteBuffer above is already blocked
|
2014-01-31 14:39:03 +04:00 |
|
Ilya Lavrenov
|
50cf152977
|
cached commonly used device properties
|
2014-01-31 14:00:05 +04:00 |
|
Ilya Lavrenov
|
1ab1594d00
|
workaround
|
2014-01-30 17:26:56 +04:00 |
|
Ilya Lavrenov
|
372cdac07c
|
moved kernelToStr to ocl.hpp
|
2014-01-30 15:23:11 +04:00 |
|
Ilya Lavrenov
|
86353eb541
|
fix for PR 2196
|
2014-01-30 01:47:25 +04:00 |
|
Ilya Lavrenov
|
6d64907f18
|
async
|
2014-01-30 00:19:18 +04:00 |
|
Alexander Alekhin
|
f91f55927e
|
fix memory management problem
|
2014-01-29 19:59:01 +04:00 |
|
Alexander Alekhin
|
5474935a81
|
fixes for defects from code coverity
|
2014-01-28 20:24:10 +04:00 |
|
vbystricky
|
33fc46cdec
|
Validate parameters for using OpenCL version, before upload UMat
|
2014-01-24 17:37:50 +04:00 |
|
vbystricky
|
4152135e63
|
Fix error with some opencl functions on the build WITH_OPENCL=OFF
|
2014-01-24 17:37:50 +04:00 |
|
vbystricky
|
c57e427fba
|
Move OpticalFlowPyrLK from ocl module to video module
|
2014-01-24 17:37:50 +04:00 |
|
Konstantin Matskevich
|
ae827a638c
|
fixes
|
2014-01-24 14:01:31 +04:00 |
|
Konstantin Matskevich
|
f90e41d54e
|
dumpinfo
|
2014-01-22 17:04:44 +04:00 |
|
Andrey Pavlenko
|
69ba0c53ad
|
Merge pull request #2165 from ilya-lavrenov:tapi_upload
|
2014-01-20 15:18:56 +04:00 |
|
Ilya Lavrenov
|
5af2e6f1c9
|
removed useless CRC calculation
|
2014-01-19 11:57:50 +04:00 |
|
Ilya Lavrenov
|
37789f015a
|
deleted excess semicolons, commas
|
2014-01-18 01:31:33 +04:00 |
|
Andrey Pavlenko
|
8a456c5a6b
|
Merge pull request #2073 from KonstantinMatskevich:ocl_tapi_clahe
|
2013-12-31 00:17:33 +04:00 |
|
Konstantin Matskevich
|
55634c1f52
|
fix
|
2013-12-30 13:06:32 +04:00 |
|
Ilya Lavrenov
|
f221f57c7c
|
this commit prevents segfaults in case of opencl disabled
|
2013-12-27 14:02:03 +04:00 |
|
Andrey Pavlenko
|
c8a52daafd
|
Merge pull request #2054 from alalek:ocl_tapi_dev_selection
|
2013-12-26 17:27:06 +04:00 |
|
Alexander Alekhin
|
217b2282b8
|
fixes
|
2013-12-26 03:06:58 +04:00 |
|
Alexander Alekhin
|
e49065b1dc
|
core/ocl: temporary move device selection from ocl module
|
2013-12-25 16:17:40 +04:00 |
|
Ilya Lavrenov
|
a70467d7a2
|
removed unnecessary assert
|
2013-12-23 21:51:25 +04:00 |
|
Andrey Pavlenko
|
dde1d6b636
|
Merge pull request #2018 from ilya-lavrenov:tapi_dft
|
2013-12-19 16:47:19 +04:00 |
|
Ilya Lavrenov
|
c8cbfe5382
|
added cv::dft T-API test
|
2013-12-19 13:42:16 +04:00 |
|
Andrey Pavlenko
|
59cab94fc7
|
Merge pull request #1997 from alalek:tapi_fix_memleaks
|
2013-12-18 13:53:17 +04:00 |
|
Andrey Pavlenko
|
bd91b39593
|
Merge pull request #1917 from alalek:ocl_d3d
|
2013-12-17 16:44:27 +04:00 |
|
Andrey Pavlenko
|
d3fa2bfe8c
|
Merge pull request #1998 from ilya-lavrenov:tapi_gemm
|
2013-12-17 16:41:59 +04:00 |
|