| Log message: | - start using CUDPP library
- bug corrected:
- function cvgSetDataFlag() was using GPUCV_START_OP/GPUCV_STOP_OP that is disabled when forcing to OpenCV.
- function GenericGPU::ReadBrandSettings() was not setting string to lower case correctly.
- function HardwareProfile::createGPU() was not detecting ATI hardware correctly
- GpuCVCUDA:
- add operators: merge, Split, SAT
- DataDsc_CUDA_Buffer now use mallocPitch()
- move and renamed some files to include/GpuCVCuda/kernels
- global:
- add function cvgDrawGLQuad() to allow easy drawing of openGL textured quad
|