added OpenGL support to highgui under WIN32
authorVladislav Vinogradov <no@email>
Mon, 21 Nov 2011 11:58:52 +0000 (11:58 +0000)
committerVladislav Vinogradov <no@email>
Mon, 21 Nov 2011 11:58:52 +0000 (11:58 +0000)
commitc2783af7815ebb6c1c1fbe9bd308e5f5ae5312b5
tree160c1ac7a15d6fa565badf1b941f2fd1afe6d510
parent03002fff5420b1198ba57c443583e5711656d37d
added OpenGL support to highgui under WIN32
22 files changed:
CMakeLists.txt
android/CMakeCache.android.initial.cmake
cvconfig.h.cmake
modules/core/include/opencv2/core/devmem2d.hpp
modules/core/include/opencv2/core/gpumat.hpp
modules/core/include/opencv2/core/types_c.h
modules/core/src/cuda/matrix_operations.cu
modules/core/src/gpumat.cpp
modules/core/src/system.cpp
modules/gpu/src/cuda/bilateral_filter.cu
modules/gpu/src/cuda/hog.cu
modules/gpu/src/cuda/split_merge.cu
modules/gpu/src/cuda/stereobm.cu
modules/gpu/src/cuda/stereocsbp.cu
modules/gpu/src/opencv2/gpu/device/common.hpp
modules/gpu/src/opencv2/gpu/device/utility.hpp
modules/highgui/include/opencv2/highgui/highgui.hpp
modules/highgui/include/opencv2/highgui/highgui_c.h
modules/highgui/src/precomp.hpp
modules/highgui/src/window.cpp
modules/highgui/src/window_w32.cpp
samples/gpu/highgui_gpu.cpp [new file with mode: 0644]