Blender Git Commit Log

Git Commits -> Revision 3dabaa5

Revision 3dabaa5 by Benoit Bolsee (decklink)
April 7, 2015, 09:00 (GMT)
nVidia's DVP library is now linked at runtime.

The DVP library allows direct memory transfer with the GPU to send or
receive textures. It's used in bge.Texture.VideoDeckLink to sent a
captured video stream efficiently to the GPU, only for Windows.
The user will need to download the SDK version 10.3.1 from BlackMagicDesign
and copy dvp.dll where blender can find it (e.g. next to blender.exe)

Commit Details:

Full Hash: 3dabaa598224b8e635c04ca36fc53d64cb6c64ff
Parent Commit: 889573b
Lines Changed: +855, -29

3 Added Paths:

/intern/gpudirect/CMakeLists.txt (+41, -0) (View)
/intern/gpudirect/dvpapi.cpp (+142, -0) (View)
/intern/gpudirect/dvpapi.h (+665, -0) (View)

8 Modified Paths:

/build_files/cmake/macros.cmake (+1, -7) (Diff)
/CMakeLists.txt (+0, -11) (Diff)
/intern/CMakeLists.txt (+2, -0) (Diff)
/source/blenderplayer/CMakeLists.txt (+1, -0) (Diff)
/source/creator/CMakeLists.txt (+0, -7) (Diff)
/source/gameengine/VideoTexture/CMakeLists.txt (+1, -3) (Diff)
/source/gameengine/VideoTexture/VideoDeckLink.cpp (+1, -0) (Diff)
/source/gameengine/VideoTexture/VideoDeckLink.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021