Changeset 69350 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg
- Timestamp:
- Oct 26, 2017 2:18:52 PM (7 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/D3DFeatureLevel.cpp
r62679 r69350 1 1 /* $Id$ */ 2 2 /** @file 3 * ???? 4 */ 5 6 /* 3 7 * Copyright (C) 2015-2016 Oracle Corporation 4 8 * -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/DumpD3DCaps9.cpp
r62679 r69350 1 1 /* $Id$ */ 2 3 2 /** @file 3 * ??? 4 */ 5 6 /* 4 7 * Copyright (C) 2011-2016 Oracle Corporation 5 8 * … … 12 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 16 */ 17 14 18 #include <iprt/win/windows.h> 15 19 #include <d3d9types.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/VBoxVideoWinDbg.cpp
r62679 r69350 1 1 /* $Id$ */ 2 3 2 /** @file 4 * Copyright (C) 2011-2016 Oracle Corporation 3 * ??? 4 */ 5 6 /* 7 * Copyright (C) 2017 Oracle Corporation 5 8 * 6 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/VBoxVideoWinDbg.def
r62522 r69350 1 1 ; $Id$ 2 ; @file 2 ;; @file 3 ; ??? 4 ; 5 3 6 ; 4 7 ; Copyright (C) 2011-2016 Oracle Corporation -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/tstMvWnd.cpp
r62679 r69350 1 1 /* $Id$ */ 2 /** @file 3 * ??? 4 */ 5 2 6 /* 3 * Copyright (C) 201 0-2016Oracle Corporation7 * Copyright (C) 2017 Oracle Corporation 4 8 * 5 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 11 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 16 */ 17 13 18 #include <iprt/win/windows.h> 14 19
Note:
See TracChangeset
for help on using the changeset viewer.