| Log message: | doc:
* add draft tutorial for NVIDIA Parallel Nsight
* improve switch reference manual
CUDA:
* custom build rules, add option to choose one or several SM targets
* add function cvgCudaSetProcessingDevice() to choose CUDA device before init. (experimental)
* change opengl interoperability and mapping with gl buffers.
* use pragma unroll on all arithmetic and logic operators, gain of 20%
SWITCH:
* add function to register profiler singleton into plugin DLL (to be applied to other lib), see cvg_CXCORESWITCH_RegisterTracerSingletons
GLOBAL:
* add _GPUCV_GL_USE_GLUT cause initializing GpuCV with glut does not work with Parallel Nsight
* add function cvgFlush() to Synchronize OpenGL / CUDA context based on one image location.
* add class DataDsc_GLBasse to be the base class of all opengl descriptors
Switch:
* fix switch, add support for multiple dll versions
Demo:
* fix and improve CamDemo
* add some switch instructions to console app, still experimental
Bug:
* cvgCudaFlip() fail on Windows 7 64 on macbook pro with geforce 9600
|