VirtualBox

Ignore:
Timestamp:
Oct 26, 2017 3:12:33 PM (7 years ago)
Author:
vboxsync
Message:

GA/WINNT/Graphics: scm updates

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  
    1616#
    1717
    18 # - -filter-out-dirs "/Wine/."
    19 # - -filter-out-dirs "/Wine*/."
     18--filter-out-files /Wine*/wined3d/wined3d.spec
    2019
     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  
    2323    help
    2424    ms
     25
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDisp.def

    r69350 r69362  
    1717
    1818LIBRARY VBoxDisp
     19
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMP.def

    r69350 r69362  
    1717
    1818LIBRARY 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;
    117
    218EXPORTS
  • 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;
    117
    218EXPORTS
  • 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;
    117
    218EXPORTS
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/switcher/d3d8_main.c

    r63024 r69362  
    8282{
    8383    SW_CHECKCALL(g_swd3d8, DebugSetMute);
    84     g_swd3d8.pDebugSetMute();   
     84    g_swd3d8.pDebugSetMute();
    8585}
    8686
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/switcher/d3d9_main.c

    r63024 r69362  
    2222typedef IDirect3D9* (WINAPI *Direct3DCreate9Proc)(UINT SDKVersion);
    2323typedef 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 */
    2525typedef void* (WINAPI *Direct3DShaderValidatorCreate9Proc)(void);
    2626typedef int (WINAPI *D3DPERF_BeginEventProc)(D3DCOLOR color, LPCWSTR name);
     
    128128}
    129129
    130 void WINAPI DebugSetMute(void) 
     130void WINAPI DebugSetMute(void)
    131131{
    132132    SW_CHECKCALL(g_swd3d9, DebugSetMute);
    133     g_swd3d9.pDebugSetMute();   
     133    g_swd3d9.pDebugSetMute();
    134134}
    135135
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/switcher/sw_common.c

    r63024 r69362  
    8383    int i;
    8484
    85         if (!GetModuleFileName(NULL, name, 1000))
    86                 return TRUE;
     85        if (!GetModuleFileName(NULL, name, 1000))
     86                return TRUE;
    8787
    8888    /*Extract filename*/
     
    130130
    131131    hDLL = loadSystemDll(dllName);
    132     FillD3DExports(hDLL); 
     132    FillD3DExports(hDLL);
    133133}
    134134
  • 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
    118EXPORTS
    219  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
    118EXPORTS
    219  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
    118EXPORTS
    219  Direct3DShaderValidatorCreate9
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/VBoxDbgGl.c

    r63025 r69362  
    11/* $Id$ */
    2 
    32/** @file
    43 * VBox wine & ogl debugging stuff
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/VBoxDbgGl.h

    r62522 r69362  
    11/* $Id$ */
    2 
    32/** @file
    43 * VBox wine & ogl debugging stuff
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/VBoxWineEx.h

    r63024 r69362  
     1/* $Id$ */
    12/** @file
    2  *
    33 * VBox extension to Wine D3D
    4  *
     4 */
     5/*
    56 * Copyright (C) 2010-2016 Oracle Corporation
    67 *
     
    4344
    4445typedef 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,
    4647            D3DPOOL pool, IDirect3DCubeTexture9 **texture, HANDLE *shared_handle,
    4748            void **pavClientMem);
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/debug.c

    r63021 r69362  
    449449
    450450    if (first_time)
    451     {   
     451    {
    452452        first_time = 0;
    453453        output = fopen( "winelog.txt", "w" );
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/vboxext.c

    r65381 r69362  
    11/* $Id$ */
    22/** @file
    3  *
    43 * VBox extension to Wine D3D
    5  *
     4 */
     5
     6/*
    67 * Copyright (C) 2011-2016 Oracle Corporation
    78 *
     
    1415 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1516 */
     17
    1618#include "config.h"
    1719#include "wine/port.h"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette