Changeset 82968 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video
- Timestamp:
- Feb 4, 2020 10:35:17 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135976
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Video
- Files:
-
- 136 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/Makefile.kmk
r82753 r82968 5 5 6 6 # 7 # Copyright (C) 2011-20 19Oracle Corporation7 # Copyright (C) 2011-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/common/VBoxVideoLog.h
r80422 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/common/VBoxVideoTools.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2012-20 19Oracle Corporation7 * Copyright (C) 2012-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/VBoxMPIf.h
r82547 r82968 12 12 13 13 /* 14 * Copyright (C) 2011-20 19Oracle Corporation14 * Copyright (C) 2011-2020 Oracle Corporation 15 15 * 16 16 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/common/xpdm/VBoxVideoIOCTL.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/common/xpdm/VBoxVideoPortAPI.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk
r82416 r82968 5 5 6 6 # 7 # Copyright (C) 2011-20 19Oracle Corporation7 # Copyright (C) 2011-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxD3DIf.cpp
r80372 r82968 5 5 6 6 /* 7 * Copyright (C) 2012-20 19Oracle Corporation7 * Copyright (C) 2012-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxD3DIf.h
r79739 r82968 5 5 6 6 /* 7 * Copyright (C) 2012-20 19Oracle Corporation7 * Copyright (C) 2012-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp
r82547 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.def
r76553 r82968 5 5 6 6 ; 7 ; Copyright (C) 2011-20 19Oracle Corporation7 ; Copyright (C) 2011-2020 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.h
r81904 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.rc
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3DBase.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3DCmn.h
r80372 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3DIf.cpp
r80745 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3DIf.h
r80424 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.cpp
r80488 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.h
r80488 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispMpInternal.h
r80488 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/D3DFeatureLevel.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2015-20 19Oracle Corporation7 * Copyright (C) 2015-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/DumpD3DCaps9.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/VBoxVideoWinDbg.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2017-20 19Oracle Corporation7 * Copyright (C) 2017-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/VBoxVideoWinDbg.def
r76553 r82968 5 5 6 6 ; 7 ; Copyright (C) 2011-20 19Oracle Corporation7 ; Copyright (C) 2011-2020 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/tstMvWnd.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2017-20 19Oracle Corporation7 * Copyright (C) 2017-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/GaDdi.cpp
r82416 r82968 5 5 6 6 /* 7 * Copyright (C) 2017-20 19Oracle Corporation7 * Copyright (C) 2017-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/GaDdi.h
r77046 r82968 5 5 6 6 /* 7 * Copyright (C) 2017-20 19Oracle Corporation7 * Copyright (C) 2017-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/GaDrvEnvWddm.cpp
r82679 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/GaDrvEnvWddm.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/GaDrvTest.cpp
r76553 r82968 6 6 7 7 /* 8 * Copyright (C) 2017-20 19Oracle Corporation8 * Copyright (C) 2017-2020 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/GaDxva.cpp
r82584 r82968 5 5 6 6 /* 7 * Copyright (C) 2019 Oracle Corporation7 * Copyright (C) 2019-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/GaDxva.h
r82415 r82968 5 5 6 6 /* 7 * Copyright (C) 2019 Oracle Corporation7 * Copyright (C) 2019-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/GaWddm.cpp
r82547 r82968 5 5 6 6 /* 7 * Copyright (C) 2012-20 19Oracle Corporation7 * Copyright (C) 2012-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/Present.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/VBoxD3DAdapter9.c
r76553 r82968 7 7 8 8 /* 9 * Copyright (C) 2016-20 19Oracle Corporation9 * Copyright (C) 2016-2020 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/VBoxD3DAdapter9.h
r76563 r82968 7 7 8 8 /* 9 * Copyright (C) 2016-20 19Oracle Corporation9 * Copyright (C) 2016-2020 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/VBoxGaD3DDevice9Ex.cpp
r76553 r82968 7 7 8 8 /* 9 * Copyright (C) 2016-20 19Oracle Corporation9 * Copyright (C) 2016-2020 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/VBoxGaD3DDevice9Ex.h
r76563 r82968 7 7 8 8 /* 9 * Copyright (C) 2016-20 19Oracle Corporation9 * Copyright (C) 2016-2020 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/VBoxGallium.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/VBoxGallium.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/VBoxPresent.h
r76563 r82968 7 7 8 8 /* 9 * Copyright (C) 2016-20 19Oracle Corporation9 * Copyright (C) 2016-2020 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/ogltest/Makefile.kmk
r81081 r82968 5 5 6 6 # 7 # Copyright (C) 2019 Oracle Corporation7 # Copyright (C) 2019-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/ogltest/oglrender.cpp
r81081 r82968 5 5 6 6 /* 7 * Copyright (C) 2019 Oracle Corporation7 * Copyright (C) 2019-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/ogltest/oglrender.h
r81081 r82968 5 5 6 6 /* 7 * Copyright (C) 2019 Oracle Corporation7 * Copyright (C) 2019-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/ogltest/ogltest.cpp
r81081 r82968 5 5 6 6 /* 7 * Copyright (C) 2019 Oracle Corporation7 * Copyright (C) 2019-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/test/Makefile.kmk
r76553 r82968 5 5 6 6 # 7 # Copyright (C) 2017-20 19Oracle Corporation7 # Copyright (C) 2017-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/test/d3d9main.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2017-20 19Oracle Corporation7 * Copyright (C) 2017-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/test/d3d9render.cpp
r81977 r82968 5 5 6 6 /* 7 * Copyright (C) 2017-20 19Oracle Corporation7 * Copyright (C) 2017-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/test/d3d9render.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2017-20 19Oracle Corporation7 * Copyright (C) 2017-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/test/d3dhlp.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2017-20 19Oracle Corporation7 * Copyright (C) 2017-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/test/d3dhlp.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2017-20 19Oracle Corporation7 * Copyright (C) 2017-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/shared/Makefile.kmk
r80876 r82968 5 5 6 6 # 7 # Copyright (C) 2017-20 19Oracle Corporation7 # Copyright (C) 2017-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/shared/VBoxDispKmt.cpp
r80425 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/shared/VBoxDispKmt.h
r80425 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/shared/VBoxDispMpLogger.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2012-20 19Oracle Corporation7 * Copyright (C) 2012-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/shared/VBoxDispMpLogger.h
r80372 r82968 5 5 6 6 /* 7 * Copyright (C) 2012-20 19Oracle Corporation7 * Copyright (C) 2012-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDisp.def
r76553 r82968 5 5 6 6 ; 7 ; Copyright (C) 2011-20 19Oracle Corporation7 ; Copyright (C) 2011-2020 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDisp.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDisp.rc
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDDraw.cpp
r80748 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDDraw.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDDrawVHWA.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDrawCmd.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDrawCmd.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDriver.cpp
r80487 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDriverDDraw.cpp
r81369 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispInternal.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispMini.cpp
r80748 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispMini.h
r80748 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispMouse.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispPalette.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVBVA.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVHWA.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVHWA.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVRDP.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVrdpBmp.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVrdpBmp.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVrdpTxt.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/Makefile.kmk
r81651 r82968 5 5 6 6 # 7 # Copyright (C) 2011-20 19Oracle Corporation7 # Copyright (C) 2011-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPCommon.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPCommon.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPDevExt.h
r81651 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPHGSMI.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPHGSMI.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.cpp
r77150 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPVidModes.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCm.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCm.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPLegacy.cpp
r81686 r82968 6 6 7 7 /* 8 * Copyright (C) 2011-20 19Oracle Corporation8 * Copyright (C) 2011-2020 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPLegacy.h
r81650 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp
r82413 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.h
r82412 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPRegistry.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPSa.cpp
r80422 r82968 6 6 7 7 /* 8 * Copyright (C) 2014-20 19Oracle Corporation8 * Copyright (C) 2014-2020 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPSa.h
r78195 r82968 6 6 7 7 /* 8 * Copyright (C) 2014-20 19Oracle Corporation8 * Copyright (C) 2014-2020 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPShgsmi.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPShgsmi.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPTypes.h
r81651 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVModes.cpp
r80876 r82968 5 5 6 6 /* 7 * Copyright (C) 2014-20 19Oracle Corporation7 * Copyright (C) 2014-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVModes.h
r78190 r82968 5 5 6 6 /* 7 * Copyright (C) 2014-20 19Oracle Corporation7 * Copyright (C) 2014-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.cpp
r80483 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.h
r80483 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.cpp
r81651 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.h
r81651 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVhwa.cpp
r80486 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVhwa.h
r80486 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.cpp
r77342 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r82547 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.h
r81651 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxWddm.inf
r82326 r82968 5 5 6 6 ; 7 ; Copyright (C) 2011-20 19Oracle Corporation7 ; Copyright (C) 2011-2020 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxWddm.rc
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/Svga.cpp
r82440 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/Svga.h
r81594 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/SvgaCmd.cpp
r81594 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/SvgaCmd.h
r81594 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/SvgaFifo.cpp
r82440 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/SvgaFifo.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/SvgaHw.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/SvgaHw.h
r76563 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaExt.h
r76884 r82968 5 5 6 6 /* 7 * Copyright (C) 2017-20 19Oracle Corporation7 * Copyright (C) 2017-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaFence.cpp
r82440 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaUtils.cpp
r82440 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaUtils.h
r82440 r82968 5 5 6 6 /* 7 * Copyright (C) 2017-20 19Oracle Corporation7 * Copyright (C) 2017-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaWddm.cpp
r82440 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaWddm.h
r81594 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMP.def
r76553 r82968 5 5 6 6 ; 7 ; Copyright (C) 2011-20 19Oracle Corporation7 ; Copyright (C) 2011-2020 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMP.rc
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPDriver.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPIOCTL.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPInternal.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPInternal.h
r80748 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPRegistry.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPVideoPortAPI.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2011-20 19Oracle Corporation7 * Copyright (C) 2011-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxVideo.inf
r82396 r82968 5 5 6 6 ; 7 ; Copyright (C) 2011-20 19Oracle Corporation7 ; Copyright (C) 2011-2020 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.