Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
[profile/ivi/opencv.git] / modules / core / src / gpumat.cpp
2012-08-23 Anatoly BaksheevRemoved PtrElemStep, Marked DevMem1D as deprecated...
2012-08-23 Vsevolod GlumovMerge remote-tracking branch 'origin/master'
2012-08-22 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-21 Leonid BeynensonMerge branch 'master' of git://github.com/vpas/opencv...
2012-08-20 Andrey KamaevMerge branch 'master' of git://github.com/vpas/opencv...
2012-08-20 Vladislav VinogradovMerge branch 'gpu-tests'
2012-08-19 marina.kolpakovaminor warning fix
2012-08-15 Vsevolod GlumovMerge remote-tracking branch 'origin/master'
2012-08-15 Vladislav VinogradovMerge branch 'hough-lines-gpu'
2012-08-15 Vladislav Vinogradovadded linesAccumGlobal kernel
2012-06-09 Andrey KamaevWarning fixes continued
2012-05-29 Vladislav Vinogradovfixed some bugs in gpu module under Windows:
2012-05-02 Anatoly Baksheevupdated printCudaDeviceInfo to support Kepler
2012-04-23 Vladislav Vinogradovfixed several warnings (VS2010, Win64)
2012-04-23 Vladislav Vinogradovremoved unnecessary CV_EXPORTS
2012-03-27 Vladislav Vinogradovadded more assertion on device features to gpu function...
2012-02-22 Vladislav Vinogradovcreated wrappers for new NPP functions
2012-01-22 Vladislav Vinogradovfixed bug in gpu::transformSmart with mask
2012-01-10 Vladislav Vinogradovfixed bug with submatrix in some gpu functions
2011-11-30 Vladislav Vinogradovmoved OpenGL wrappers to separate header
2011-11-23 Vladislav Vinogradovminor
2011-11-23 Vladislav Vinogradovadded GlArrays class and pointCloudShow function
2011-11-21 Vladislav Vinogradovminor
2011-11-21 Vladislav Vinogradovadded OpenGL support to highgui under WIN32
2011-11-14 Vladislav Vinogradovmoved GpuMat's operations implementation to core module
2011-11-09 Vladislav Vinogradovmoved GpuMat and DevMem2D to core module, some code...