]> git.sesse.net Git - casparcg/commit
2.0. - Changed from GLEE to GLEW which is more frequently updated with the latest...
authorRonag <Ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Sun, 7 Aug 2011 11:10:02 +0000 (11:10 +0000)
committerRonag <Ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Sun, 7 Aug 2011 11:10:02 +0000 (11:10 +0000)
commit54f18174cf27e096162084f91b6c8b0d4c725c34
tree2bcbbb36c9684cb4c3cc7a037520505319e75d38
parent98b65de915864f640f54269a876bc61691bd1f6c
2.0. - Changed from GLEE to GLEW which is more frequently updated with the latest OGL extensions.
     - Use GL_ARB_SYNC instead of FENCE_NV, fences now work on both NVIDIA and AMD.
     - Make fence optional, if fence is not supported, then run without.

git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@1072 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d
14 files changed:
common/common.vcxproj
common/gl/gl_check.cpp
common/stdafx.h
core/StdAfx.h
core/core.vcxproj
core/mixer/gpu/fence.cpp
core/mixer/gpu/fence.h
core/mixer/gpu/ogl_device.cpp
core/mixer/image/image_mixer.cpp
dlls/glew32.dll [new file with mode: 0644]
modules/ogl/consumer/ogl_consumer.cpp
modules/ogl/ogl.vcxproj
shell/main.cpp
shell/shell.vcxproj