Changeset 69015 in vbox for trunk/include/VBox
- Timestamp:
- Oct 9, 2017 12:50:34 PM (7 years ago)
- Location:
- trunk/include/VBox/Graphics
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/Graphics/HGSMI.h
r68672 r69015 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Host Guest Shared Memory Interface (HGSMI) - Host/Guest shared part. -
trunk/include/VBox/Graphics/HGSMIBase.h
r68672 r69015 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Host Guest Shared Memory Interface (HGSMI) - buffer management. … … 6 7 * Copyright (C) 2006-2017 Oracle Corporation 7 8 * 8 * This file is part of VirtualBox Open Source Edition (OSE), as 9 * available from http://www.virtualbox.org. This file is free software; 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 9 * Permission is hereby granted, free of charge, to any person obtaining a 10 * copy of this software and associated documentation files (the "Software"), 11 * to deal in the Software without restriction, including without limitation 12 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 13 * and/or sell copies of the Software, and to permit persons to whom the 14 * Software is furnished to do so, subject to the following conditions: 15 15 * 16 * The contents of this file may alternatively be used under the terms 17 * of the Common Development and Distribution License Version 1.0 18 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 19 * VirtualBox OSE distribution, in which case the provisions of the 20 * CDDL are applicable instead of those of the GPL. 16 * The above copyright notice and this permission notice shall be included in 17 * all copies or substantial portions of the Software. 21 18 * 22 * You may elect to license modified versions of this file under the 23 * terms and conditions of either the GPL or the CDDL or both. 19 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 22 * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, 23 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 24 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 25 * USE OR OTHER DEALINGS IN THE SOFTWARE. 24 26 */ 25 27 -
trunk/include/VBox/Graphics/HGSMIChSetup.h
r68848 r69015 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Host Guest Shared Memory Interface (HGSMI), Host/Guest shared part. -
trunk/include/VBox/Graphics/HGSMIChannels.h
r68848 r69015 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/include/VBox/Graphics/HGSMIContext.h
r68672 r69015 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Host Guest Shared Memory Interface (HGSMI) - command contexts. … … 6 7 * Copyright (C) 2006-2017 Oracle Corporation 7 8 * 8 * This file is part of VirtualBox Open Source Edition (OSE), as 9 * available from http://www.virtualbox.org. This file is free software; 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 9 * Permission is hereby granted, free of charge, to any person obtaining a 10 * copy of this software and associated documentation files (the "Software"), 11 * to deal in the Software without restriction, including without limitation 12 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 13 * and/or sell copies of the Software, and to permit persons to whom the 14 * Software is furnished to do so, subject to the following conditions: 15 15 * 16 * The contents of this file may alternatively be used under the terms 17 * of the Common Development and Distribution License Version 1.0 18 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 19 * VirtualBox OSE distribution, in which case the provisions of the 20 * CDDL are applicable instead of those of the GPL. 16 * The above copyright notice and this permission notice shall be included in 17 * all copies or substantial portions of the Software. 21 18 * 22 * You may elect to license modified versions of this file under the 23 * terms and conditions of either the GPL or the CDDL or both. 19 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 22 * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, 23 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 24 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 25 * USE OR OTHER DEALINGS IN THE SOFTWARE. 24 26 */ 25 27 -
trunk/include/VBox/Graphics/HGSMIDefs.h
r68672 r69015 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Host Guest Shared Memory Interface (HGSMI) - shared part - types and defines. -
trunk/include/VBox/Graphics/HGSMIHostCmd.h
r68672 r69015 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Host Guest Shared Memory Interface (HGSMI) - buffer management. -
trunk/include/VBox/Graphics/HGSMIMemAlloc.h
r68672 r69015 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Host Guest Shared Memory Interface (HGSMI) - Memory allocator. -
trunk/include/VBox/Graphics/VBoxCrHgsmi.h
r68672 r69015 1 /* $Id$ */ 1 2 /** @file 2 3 * Document me, pretty please. -
trunk/include/VBox/Graphics/VBoxUhgsmi.h
r65381 r69015 1 /* $Id$ */ 1 2 /** @file 2 3 * Document me, pretty please. -
trunk/include/VBox/Graphics/VBoxVideo.h
r68657 r69015 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox Video interface. -
trunk/include/VBox/Graphics/VBoxVideo3D.h
r65381 r69015 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox 3D common tooling -
trunk/include/VBox/Graphics/VBoxVideoGuest.h
r68848 r69015 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Host Guest Shared Memory Interface (HGSMI) - OS-independent guest structures. -
trunk/include/VBox/Graphics/VBoxVideoHost3D.h
r68657 r69015 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox 3D host inter-components interfaces -
trunk/include/VBox/Graphics/VBoxVideoIPRT.h
r68847 r69015 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox Video driver, common code - iprt and VirtualBox macros and definitions. -
trunk/include/VBox/Graphics/VBoxVideoVBE.h
r66544 r69015 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox graphics card port I/O definitions
Note:
See TracChangeset
for help on using the changeset viewer.