Changeset 96407 in vbox for trunk/src/VBox/Devices/Graphics/vmsvga_include
- Timestamp:
- Aug 22, 2022 5:43:14 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153224
- Location:
- trunk/src/VBox/Devices/Graphics/vmsvga_include
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/vmsvga_include/VGPU10ShaderTokens.h
-
Property svn:eol-style
changed from
LF
tonative
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Devices/Graphics/vmsvga_include/includeCheck.h
-
Property svn:keywords
set to
Id Revision
-
Property svn:keywords
set to
-
trunk/src/VBox/Devices/Graphics/vmsvga_include/svga3d_caps.h
-
Property svn:eol-style
changed from
LF
tonative
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Devices/Graphics/vmsvga_include/svga3d_cmd.h
-
Property svn:eol-style
changed from
LF
tonative
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Devices/Graphics/vmsvga_include/svga3d_devcaps.h
-
Property svn:eol-style
changed from
LF
tonative
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Devices/Graphics/vmsvga_include/svga3d_dx.h
-
Property svn:eol-style
changed from
LF
tonative
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Devices/Graphics/vmsvga_include/svga3d_limits.h
-
Property svn:eol-style
changed from
LF
tonative
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Devices/Graphics/vmsvga_include/svga3d_reg.h
-
Property svn:eol-style
changed from
LF
tonative
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Devices/Graphics/vmsvga_include/svga3d_shaderdefs.h
-
Property svn:eol-style
changed from
LF
tonative
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Devices/Graphics/vmsvga_include/svga3d_surfacedefs.h
-
Property svn:eol-style
changed from
LF
tonative
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Devices/Graphics/vmsvga_include/svga3d_types.h
-
Property svn:eol-style
changed from
LF
tonative
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Devices/Graphics/vmsvga_include/svga_escape.h
-
Property svn:eol-style
changed from
LF
tonative
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Devices/Graphics/vmsvga_include/svga_overlay.h
-
Property svn:eol-style
changed from
LF
tonative
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Devices/Graphics/vmsvga_include/svga_reg.h
-
Property svn:eol-style
changed from
LF
tonative
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Devices/Graphics/vmsvga_include/svga_types.h
-
Property svn:eol-style
changed from
LF
tonative
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Devices/Graphics/vmsvga_include/vmsvga_headers_begin.h
r88838 r96407 1 1 /* 2 * Copyright (C) 2021 Oracle Corporation2 * Copyright (C) 2021-2022 Oracle and/or its affiliates. 3 3 * 4 * This file is part of VirtualBox Open Source Edition (OSE), as 5 * available from http://www.virtualbox.org. This file is free software; 6 * you can redistribute it and/or modify it under the terms of the GNU 7 * General Public License (GPL) as published by the Free Software 8 * Foundation, in version 2 as it comes in the "COPYING" file of the 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 4 * This file is part of VirtualBox base platform packages, as 5 * available from https://www.virtualbox.org. 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License 9 * as published by the Free Software Foundation, in version 3 of the 10 * License. 11 * 12 * This program is distributed in the hope that it will be useful, but 13 * WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * General Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License 18 * along with this program; if not, see <https://www.gnu.org/licenses>. 19 * 20 * SPDX-License-Identifier: GPL-3.0-only 11 21 */ 12 22 -
trunk/src/VBox/Devices/Graphics/vmsvga_include/vmsvga_headers_end.h
r88838 r96407 1 1 /* 2 * Copyright (C) 2021 Oracle Corporation2 * Copyright (C) 2021-2022 Oracle and/or its affiliates. 3 3 * 4 * This file is part of VirtualBox Open Source Edition (OSE), as 5 * available from http://www.virtualbox.org. This file is free software; 6 * you can redistribute it and/or modify it under the terms of the GNU 7 * General Public License (GPL) as published by the Free Software 8 * Foundation, in version 2 as it comes in the "COPYING" file of the 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 4 * This file is part of VirtualBox base platform packages, as 5 * available from https://www.virtualbox.org. 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License 9 * as published by the Free Software Foundation, in version 3 of the 10 * License. 11 * 12 * This program is distributed in the hope that it will be useful, but 13 * WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * General Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License 18 * along with this program; if not, see <https://www.gnu.org/licenses>. 19 * 20 * SPDX-License-Identifier: GPL-3.0-only 11 21 */ 12 22
Note:
See TracChangeset
for help on using the changeset viewer.