]> git.notmuchmail.org Git - apitrace/commit
Initial import of Michael Koch's "basic proxy-dll" source.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Sat, 5 Jul 2008 01:58:50 +0000 (10:58 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Sat, 5 Jul 2008 01:58:50 +0000 (10:58 +0900)
commit881dfccf8956976dab8f242e25c26e86cbd745ff
treea3622cecf37a1f1072070fa56622b6a78faf6e05
Initial import of Michael Koch's "basic proxy-dll" source.
22 files changed:
.gitignore [new file with mode: 0644]
README [new file with mode: 0644]
SConstruct [new file with mode: 0644]
d3d8/SConscript [new file with mode: 0644]
d3d8/d3d8.def [new file with mode: 0644]
d3d8/dllmain.cpp [new file with mode: 0644]
d3d8/idirect3d8.cpp [new file with mode: 0644]
d3d8/idirect3d8.hpp [new file with mode: 0644]
d3d8/idirect3d_device8.cpp [new file with mode: 0644]
d3d8/idirect3d_device8.hpp [new file with mode: 0644]
d3d8/stdafx.h [new file with mode: 0644]
d3d9/SConscript [new file with mode: 0644]
d3d9/d3d9.def [new file with mode: 0644]
d3d9/dllmain.cpp [new file with mode: 0644]
d3d9/dllmain.hpp [new file with mode: 0644]
d3d9/idirect3d9.cpp [new file with mode: 0644]
d3d9/idirect3d9.hpp [new file with mode: 0644]
d3d9/idirect3d_device9.cpp [new file with mode: 0644]
d3d9/idirect3d_device9.hpp [new file with mode: 0644]
d3d9/idirect3d_swapchain9.cpp [new file with mode: 0644]
d3d9/idirect3d_swapchain9.hpp [new file with mode: 0644]
d3d9/stdafx.h [new file with mode: 0644]