Changeset 69362 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Oct 26, 2017 3:12:33 PM (7 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics
- Files:
-
- 17 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/.scm-settings
r69352 r69362 16 16 # 17 17 18 # - -filter-out-dirs "/Wine/." 19 # - -filter-out-dirs "/Wine*/." 18 --filter-out-files /Wine*/wined3d/wined3d.spec 20 19 20 /Wine*/*.c: --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos 21 /Wine*/*.h: --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos 22 /Wine*/wined3d/wined3d.def: --external-copyright 23 /Wine*/wined3d/wined3dwddm.def: --external-copyright 24 /Wine*/d3d8/version.rc: --external-copyright --lgpl-disclaimer 25 /Wine*/d3d9/version.rc: --external-copyright --lgpl-disclaimer 26 /Wine*/wined3d/version.rc: --external-copyright --lgpl-disclaimer 27 28 /Wine_new/switcher/d3d8_main.c: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 29 /Wine_new/switcher/d3d9_main.c: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 30 /Wine_new/switcher/sw_common.c: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 31 /Wine_new/vbox/VBoxDbgGl.c: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 32 /Wine_new/wined3d/vboxext.c: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 33 /Wine*/switcher/switcher.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 34 /Wine*/vbox/VBoxDbgGl.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 35 /Wine*/vbox/VBoxWineEx.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 36 /Wine*/wined3d/vboxext.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 37 /Wine*/wined3d/vboxsharedrc.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 38 39 /Wine*/vbox/libWineStub/include/config.h: --no-lgpl-disclaimer 40 /Wine*/vbox/libWineStub/include/wine/wgl.h: --no-lgpl-disclaimer 41 /Wine*/vbox/libWineStub/include/wine/wglext.h: --no-lgpl-disclaimer 42 /Wine*/vbox/libWineStub/include/wine/wgl_driver.h: --no-lgpl-disclaimer 43 -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/VBoxVideoWinDbg.def
r69350 r69362 23 23 help 24 24 ms 25 -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDisp.def
r69350 r69362 17 17 18 18 LIBRARY VBoxDisp 19 -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMP.def
r69350 r69362 17 17 18 18 LIBRARY VBoxVideo 19 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/d3d8.def
r47647 r69362 1 ; $Id$ 2 ;; @file 3 ; ??? 4 ; 5 6 ; 7 ; Copyright (C) 2011-2016 Oracle Corporation 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 1 17 2 18 EXPORTS -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/d3d9wddm.def
r46966 r69362 1 ; $Id$ 2 ;; @file 3 ; ??? 4 ; 5 6 ; 7 ; Copyright (C) 2011-2016 Oracle Corporation 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 1 17 2 18 EXPORTS -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/d3d9xpdm.def
r47647 r69362 1 ; $Id$ 2 ;; @file 3 ; ??? 4 ; 5 6 ; 7 ; Copyright (C) 2011-2016 Oracle Corporation 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 1 17 2 18 EXPORTS -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/switcher/d3d8_main.c
r63024 r69362 82 82 { 83 83 SW_CHECKCALL(g_swd3d8, DebugSetMute); 84 g_swd3d8.pDebugSetMute(); 84 g_swd3d8.pDebugSetMute(); 85 85 } 86 86 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/switcher/d3d9_main.c
r63024 r69362 22 22 typedef IDirect3D9* (WINAPI *Direct3DCreate9Proc)(UINT SDKVersion); 23 23 typedef HRESULT (WINAPI *Direct3DCreate9ExProc)(UINT SDKVersion, IDirect3D9Ex **direct3d9ex); 24 /* @todo:this does not return a value according to MSDN */24 /** @todo this does not return a value according to MSDN */ 25 25 typedef void* (WINAPI *Direct3DShaderValidatorCreate9Proc)(void); 26 26 typedef int (WINAPI *D3DPERF_BeginEventProc)(D3DCOLOR color, LPCWSTR name); … … 128 128 } 129 129 130 void WINAPI DebugSetMute(void) 130 void WINAPI DebugSetMute(void) 131 131 { 132 132 SW_CHECKCALL(g_swd3d9, DebugSetMute); 133 g_swd3d9.pDebugSetMute(); 133 g_swd3d9.pDebugSetMute(); 134 134 } 135 135 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/switcher/sw_common.c
r63024 r69362 83 83 int i; 84 84 85 86 85 if (!GetModuleFileName(NULL, name, 1000)) 86 return TRUE; 87 87 88 88 /*Extract filename*/ … … 130 130 131 131 hDLL = loadSystemDll(dllName); 132 FillD3DExports(hDLL); 132 FillD3DExports(hDLL); 133 133 } 134 134 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/switcher/sw_d3d8.def
r46521 r69362 1 ; $Id$ 2 ;; @file 3 ; ??? 4 ; 5 6 ; 7 ; Copyright (C) 2011-2016 Oracle Corporation 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 1 18 EXPORTS 2 19 D3D8GetSWInfo -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/switcher/sw_d3d9.def
r46521 r69362 1 ; $Id$ 2 ;; @file 3 ; ??? 4 ; 5 6 ; 7 ; Copyright (C) 2011-2016 Oracle Corporation 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 1 18 EXPORTS 2 19 Direct3DShaderValidatorCreate9@0=Direct3DShaderValidatorCreate9 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/switcher/sw_d3d9xpdm.def
r46521 r69362 1 ; $Id$ 2 ;; @file 3 ; ??? 4 ; 5 6 ; 7 ; Copyright (C) 2011-2016 Oracle Corporation 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 1 18 EXPORTS 2 19 Direct3DShaderValidatorCreate9 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/VBoxDbgGl.c
r63025 r69362 1 1 /* $Id$ */ 2 3 2 /** @file 4 3 * VBox wine & ogl debugging stuff -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/VBoxDbgGl.h
r62522 r69362 1 1 /* $Id$ */ 2 3 2 /** @file 4 3 * VBox wine & ogl debugging stuff -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/VBoxWineEx.h
r63024 r69362 1 /* $Id$ */ 1 2 /** @file 2 *3 3 * VBox extension to Wine D3D 4 * 4 */ 5 /* 5 6 * Copyright (C) 2010-2016 Oracle Corporation 6 7 * … … 43 44 44 45 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_CREATECUBETEXTURE(IDirect3DDevice9Ex *iface, 45 UINT edge_length, UINT levels, DWORD usage, D3DFORMAT format, 46 UINT edge_length, UINT levels, DWORD usage, D3DFORMAT format, 46 47 D3DPOOL pool, IDirect3DCubeTexture9 **texture, HANDLE *shared_handle, 47 48 void **pavClientMem); -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/debug.c
r63021 r69362 449 449 450 450 if (first_time) 451 { 451 { 452 452 first_time = 0; 453 453 output = fopen( "winelog.txt", "w" ); -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/vboxext.c
r65381 r69362 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * VBox extension to Wine D3D 5 * 4 */ 5 6 /* 6 7 * Copyright (C) 2011-2016 Oracle Corporation 7 8 * … … 14 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 16 */ 17 16 18 #include "config.h" 17 19 #include "wine/port.h"
Note:
See TracChangeset
for help on using the changeset viewer.