Changeset 65381 in vbox
- Timestamp:
- Jan 20, 2017 9:23:53 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112977
- Location:
- trunk
- Files:
-
- 1 deleted
- 99 edited
- 1 copied
- 7 moved
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/VBox/Graphics/HGSMI.h ¶
r62476 r65381 27 27 28 28 29 #ifndef ___VBox_ HGSMI_HGSMI_h30 #define ___VBox_ HGSMI_HGSMI_h29 #ifndef ___VBox_Graphics_HGSMI_h 30 #define ___VBox_Graphics_HGSMI_h 31 31 32 32 #include <iprt/assert.h> 33 33 #include <iprt/types.h> 34 34 35 #include < VBox/HGSMI/HGSMIDefs.h>36 #include < VBox/HGSMI/HGSMIChannels.h>37 #include < VBox/HGSMI/HGSMIMemAlloc.h>35 #include <HGSMIDefs.h> 36 #include <HGSMIChannels.h> 37 #include <HGSMIMemAlloc.h> 38 38 39 39 /* … … 261 261 RT_C_DECLS_END 262 262 263 #endif /* !___VBox_ HGSMI_HGSMI_h */264 263 #endif /* !___VBox_Graphics_HGSMI_h */ 264 -
TabularUnified trunk/include/VBox/Graphics/HGSMIChSetup.h ¶
r62932 r65381 24 24 */ 25 25 26 #ifndef ___VBox_ HGSMI_HGSMIChSetup_h27 #define ___VBox_ HGSMI_HGSMIChSetup_h26 #ifndef ___VBox_Graphics_HGSMIChSetup_h 27 #define ___VBox_Graphics_HGSMIChSetup_h 28 28 29 #include < VBox/HGSMI/HGSMI.h>29 #include <HGSMI.h> 30 30 31 31 /* HGSMI setup and configuration channel commands and data structures. */ -
TabularUnified trunk/include/VBox/Graphics/HGSMIDefs.h ¶
r62476 r65381 27 27 28 28 29 #ifndef ___VBox_ HGSMI_HGSMIDefs_h30 #define ___VBox_ HGSMI_HGSMIDefs_h29 #ifndef ___VBox_Graphics_HGSMIDefs_h 30 #define ___VBox_Graphics_HGSMIDefs_h 31 31 32 32 #include <iprt/assert.h> … … 121 121 } HGSMIENV; 122 122 123 #endif /* !___VBox_ HGSMI_HGSMIDefs_h */123 #endif /* !___VBox_Graphics_HGSMIDefs_h */ -
TabularUnified trunk/include/VBox/Graphics/HGSMIMemAlloc.h ¶
r64650 r65381 27 27 28 28 29 #ifndef ___VBox_ HGSMI_HGSMIMemAlloc_h30 #define ___VBox_ HGSMI_HGSMIMemAlloc_h29 #ifndef ___VBox_Graphics_HGSMIMemAlloc_h 30 #define ___VBox_Graphics_HGSMIMemAlloc_h 31 31 32 #include < VBox/HGSMI/HGSMIDefs.h>32 #include <HGSMIDefs.h> 33 33 #include <iprt/list.h> 34 34 … … 100 100 RT_C_DECLS_END 101 101 102 #endif /* !___VBox_ HGSMI_HGSMIMemAlloc_h */102 #endif /* !___VBox_Graphics_HGSMIMemAlloc_h */ -
TabularUnified trunk/include/VBox/Graphics/VBoxCrHgsmi.h ¶
r65380 r65381 23 23 24 24 #include <iprt/cdefs.h> 25 #include <VBox /VBoxUhgsmi.h>25 #include <VBoxUhgsmi.h> 26 26 27 27 RT_C_DECLS_BEGIN -
TabularUnified trunk/include/VBox/Graphics/VBoxVideo.h ¶
r65380 r65381 24 24 */ 25 25 26 #ifndef ___VBox_VBoxVideo_h 27 #define ___VBox_VBoxVideo_h 28 29 #include <VBox/Hardware/VBoxVideoVBE.h> 26 #ifndef ___VBox_Graphics_VBoxVideo_h 27 #define ___VBox_Graphics_VBoxVideo_h 30 28 31 29 #include <iprt/cdefs.h> 32 30 #include <iprt/types.h> 33 31 #include <iprt/assert.h> 32 33 /* this should be in sync with monitorCount <xsd:maxInclusive value="64"/> in src/VBox/Main/xml/VirtualBox-settings-common.xsd */ 34 #define VBOX_VIDEO_MAX_SCREENS 64 34 35 35 36 /* -
TabularUnified trunk/include/VBox/Graphics/VBoxVideo3D.h ¶
r65380 r65381 24 24 */ 25 25 26 #ifndef ___VBox_ VBoxVideo3D_h27 #define ___VBox_ VBoxVideo3D_h26 #ifndef ___VBox_Graphics_VBoxVideo3D_h 27 #define ___VBox_Graphics_VBoxVideo3D_h 28 28 29 29 #include <iprt/cdefs.h> … … 144 144 145 145 146 #endif /* #ifndef ___VBox_ VBoxVideo3D_h */146 #endif /* #ifndef ___VBox_Graphics_VBoxVideo3D_h */ -
TabularUnified trunk/include/VBox/Graphics/VBoxVideoGuest.h ¶
r65380 r65381 26 26 27 27 28 #ifndef ___VBox_ VBoxVideoGuest_h___29 #define ___VBox_ VBoxVideoGuest_h___30 31 #include < VBox/HGSMI/HGSMI.h>32 #include < VBox/HGSMI/HGSMIChSetup.h>33 #include <VBox /VBoxVideo.h>28 #ifndef ___VBox_Graphics_VBoxVideoGuest_h___ 29 #define ___VBox_Graphics_VBoxVideoGuest_h___ 30 31 #include <HGSMI.h> 32 #include <HGSMIChSetup.h> 33 #include <VBoxVideo.h> 34 34 35 35 #include <iprt/err.h> /* The functions in here return IPRT errors. */ -
TabularUnified trunk/include/VBox/Graphics/VBoxVideoHost3D.h ¶
r65380 r65381 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 #ifndef ___VBox_ VBoxVideoHost3D_h27 #define ___VBox_ VBoxVideoHost3D_h26 #ifndef ___VBox_Graphics_VBoxVideoHost3D_h 27 #define ___VBox_Graphics_VBoxVideoHost3D_h 28 28 #include <iprt/cdefs.h> 29 #include <VBox /VBoxVideo.h>29 #include <VBoxVideo.h> 30 30 #include <VBox/hgcmsvc.h> 31 31 #include <VBox/vmm/pdmifs.h> … … 199 199 #pragma pack() 200 200 201 #endif /*#ifndef ___VBox_ VBoxVideoHost3D_h*/201 #endif /*#ifndef ___VBox_Graphics_VBoxVideoHost3D_h*/ -
TabularUnified trunk/include/VBox/Graphics/VBoxVideoVBE.h ¶
r65380 r65381 24 24 */ 25 25 26 #ifndef ___VBox_ Hardware_VBoxVideoVBE_h27 #define ___VBox_ Hardware_VBoxVideoVBE_h26 #ifndef ___VBox_Graphics_VBoxVideoVBE_h 27 #define ___VBox_Graphics_VBoxVideoVBE_h 28 28 29 29 /* GUEST <-> HOST Communication API */ … … 81 81 #define VGA_PORT_HGSMI_GUEST 0x3d0 82 82 83 /* this should be in sync with monitorCount <xsd:maxInclusive value="64"/> in src/VBox/Main/xml/VirtualBox-settings-common.xsd */ 84 #define VBOX_VIDEO_MAX_SCREENS 64 83 #endif /* !___VBox_Graphics_VBoxVideoVBE_h */ 85 84 86 #endif /* !___VBox_Hardware_VBoxVideoVBE_h */87 -
TabularUnified trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h ¶
r62476 r65381 32 32 #include <VBox/VBoxGuest2.h> 33 33 #include <VBox/hgcmsvc.h> 34 #include <VBox /VBoxVideo.h>35 #include <VBox /VBoxVideoHost3D.h>34 #include <VBoxVideo.h> 35 #include <VBoxVideoHost3D.h> 36 36 37 37 /* crOpenGL host functions */ -
TabularUnified trunk/include/VBox/VMMDev.h ¶
r64207 r65381 348 348 /** Header. */ 349 349 VMMDevRequestHeader header; 350 /** VBOX_MOUSE_POINTER_* bit flags from VBox/ VBoxVideo.h. */350 /** VBOX_MOUSE_POINTER_* bit flags from VBox/Graphics/VBoxVideo.h. */ 351 351 uint32_t fFlags; 352 352 /** x coordinate of hot spot. */ -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/VBoxMPIf.h ¶
r63018 r65381 27 27 #define ___VBoxMPIf_h___ 28 28 29 #include <VBox /VBoxVideo.h>29 #include <VBoxVideo.h> 30 30 #include "../../../../include/VBoxDisplay.h" 31 31 #include "../VBoxVideoTools.h" 32 #include <VBox /VBoxUhgsmi.h>32 #include <VBoxUhgsmi.h> 33 33 #include <VBox/VBoxGuest2.h> 34 34 -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/common/xpdm/VBoxVideoIOCTL.h ¶
r62522 r65381 21 21 22 22 #include <VBox/VMMDev.h> 23 #include < VBox/HGSMI/HGSMI.h>23 #include <HGSMI.h> 24 24 25 25 /* ==================== Virtual Box specific VRP's ==================== */ -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk ¶
r63107 r65381 38 38 endif 39 39 #VBoxDisp_DEFS += VBOX_VBVA_ADJUST_RECT 40 VBoxDisp_INCS = ../../../include .. 40 VBoxDisp_INCS = ../../../include .. $(VBOX_GRAPHICS_INCS) 41 41 VBoxDisp_LDFLAGS.x86 = /Entry:DrvEnableDriver@12 42 42 VBoxDisp_LDFLAGS.amd64 = /Entry:DrvEnableDriver … … 108 108 ../../../include \ 109 109 .. \ 110 $(VBOX_PATH_CROGL_INCLUDE) 110 $(VBOX_PATH_CROGL_INCLUDE) \ 111 $(VBOX_GRAPHICS_INCS) 111 112 VBoxDispD3D_SOURCES = \ 112 113 wddm/VBoxDispD3D.cpp \ … … 151 152 #use same defines as VBoxDispD3D to ensure structure definitions match 152 153 VBoxCrHgsmi_DEFS = $(subst VBOXWDDMDISP,IN_VBOXCRHGSMI,$(VBoxDispD3D_DEFS)) 153 VBoxCrHgsmi_INCS = ../../../include .. $(VBOX_PATH_CROGL_INCLUDE) 154 VBoxCrHgsmi_INCS = \ 155 ../../../include \ 156 .. \ 157 $(VBOX_PATH_CROGL_INCLUDE) \ 158 $(VBOX_GRAPHICS_INCS) 154 159 VBoxCrHgsmi_SOURCES = \ 155 160 wddm/VBoxCrHgsmi.cpp \ … … 177 182 VBoxDispMpLogger_SDKS = ReorderCompilerIncs $(VBOX_WINDDK_GST_WLH) 178 183 VBoxDispMpLogger_DEFS = UNICODE _UNICODE VBOX_WITH_CRHGSMI IN_VBOXCRHGSMI VBOX_WITH_WDDM VBOX_WITH_VDMA VBOX_WITH_HGCM 179 VBoxDispMpLogger_INCS = ../../../include .. 184 VBoxDispMpLogger_INCS = ../../../include .. $(VBOX_GRAPHICS_INCS) 180 185 VBoxDispMpLogger_SOURCES = \ 181 186 wddm/VBoxDispMpLogger.cpp -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxCrHgsmi.cpp ¶
r62856 r65381 17 17 */ 18 18 19 #include <VBox /VBoxCrHgsmi.h>19 #include <VBoxCrHgsmi.h> 20 20 #include <iprt/err.h> 21 21 -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp ¶
r64766 r65381 28 28 #include "VBoxDispD3DCmn.h" 29 29 #include "VBoxDispD3D.h" 30 #include <VBox /VBoxCrHgsmi.h>30 #include <VBoxCrHgsmi.h> 31 31 32 32 #include <Psapi.h> -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxUhgsmiBase.h ¶
r63018 r65381 19 19 #define ___VBoxUhgsmiBase_h__ 20 20 21 #include <VBox /VBoxUhgsmi.h>22 #include <VBox /VBoxCrHgsmi.h>21 #include <VBoxUhgsmi.h> 22 #include <VBoxCrHgsmi.h> 23 23 24 24 #include <iprt/win/windows.h> -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispInternal.h ¶
r63033 r65381 35 35 #include "common/xpdm/VBoxVideoPortAPI.h" 36 36 #include "common/xpdm/VBoxVideoIOCTL.h" 37 #include < VBox/HGSMI/HGSMI.h>38 #include <VBox /VBoxVideo.h>39 #include <VBox /VBoxVideoGuest.h>37 #include <HGSMI.h> 38 #include <VBoxVideo.h> 39 #include <VBoxVideoGuest.h> 40 40 #include <VBoxDisplay.h> 41 41 -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVBVA.cpp ¶
r63060 r65381 18 18 #include "VBoxDisp.h" 19 19 #include "VBoxDispMini.h" 20 #include < VBox/HGSMI/HGSMIChSetup.h>20 #include <HGSMIChSetup.h> 21 21 22 22 #ifdef VBOX_VBVA_ADJUST_RECT -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/Makefile.kmk ¶
r62522 r65381 33 33 VBoxVideo_DEFS += VBOX_WITH_VIDEOHWACCEL 34 34 endif 35 VBoxVideo_INCS = ../../../include .. . 35 VBoxVideo_INCS = ../../../include .. . $(VBOX_GRAPHICS_INCS) 36 36 VBoxVideo_LDFLAGS.x86 = /Entry:DriverEntry@8 37 37 VBoxVideo_LDFLAGS.amd64 = /Entry:DriverEntry … … 99 99 $(VBOX_PATH_CROGL_INCLUDE) \ 100 100 $(VBOX_PATH_CROGL_GENFILES) \ 101 $(PATH_ROOT)/src/VBox/GuestHost/OpenGL/packer 101 $(PATH_ROOT)/src/VBox/GuestHost/OpenGL/packer \ 102 $(VBOX_GRAPHICS_INCS) 102 103 103 104 VBoxVideoWddm_LDFLAGS.x86 += /Entry:DriverEntry@8 -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPCommon.cpp ¶
r65193 r65381 18 18 19 19 #include "VBoxMPCommon.h" 20 #include <VBox /Hardware/VBoxVideoVBE.h>20 #include <VBoxVideoVBE.h> 21 21 22 22 int VBoxMPCmnMapAdapterMemory(PVBOXMP_COMMON pCommon, void **ppv, uint32_t ulOffset, uint32_t ulSize) -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPDevExt.h ¶
r63823 r65381 20 20 21 21 #include "VBoxMPUtils.h" 22 #include <VBox /VBoxVideoGuest.h>22 #include <VBoxVideoGuest.h> 23 23 24 24 #ifdef VBOX_XPDM_MINIPORT -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPVidModes.cpp ¶
r65193 r65381 23 23 #endif 24 24 #include <wchar.h> 25 #include <VBox /Hardware/VBoxVideoVBE.h>25 #include <VBoxVideoVBE.h> 26 26 27 27 #ifdef VBOX_WITH_WDDM -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp ¶
r65193 r65381 17 17 18 18 #include "VBoxMPWddm.h" 19 #include <VBox /Hardware/VBoxVideoVBE.h>19 #include <VBoxVideoVBE.h> 20 20 #include <stdio.h> 21 21 -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPShgsmi.h ¶
r62522 r65381 21 21 22 22 #include <iprt/cdefs.h> 23 #include <VBox /VBoxVideo.h>23 #include <VBoxVideo.h> 24 24 25 25 #include "common/VBoxMPUtils.h" -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.h ¶
r62522 r65381 21 21 #include <iprt/cdefs.h> 22 22 #include <iprt/asm.h> 23 #include <VBox /VBoxVideo.h>24 #include < VBox/HGSMI/HGSMI.h>23 #include <VBoxVideo.h> 24 #include <HGSMI.h> 25 25 26 26 typedef struct _VBOXMP_DEVEXT *PVBOXMP_DEVEXT; -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp ¶
r65193 r65381 26 26 27 27 #include <VBox/VBoxGuestLib.h> 28 #include <VBox /VBoxVideo.h>28 #include <VBoxVideo.h> 29 29 #include <wingdi.h> /* needed for RGNDATA definition */ 30 30 #include <VBoxDisplay.h> /* this is from Additions/WINNT/include/ to include escape codes */ 31 #include <VBox /Hardware/VBoxVideoVBE.h>31 #include <VBoxVideoVBE.h> 32 32 #include <VBox/Version.h> 33 33 -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPDriver.cpp ¶
r65193 r65381 21 21 *********************************************************************************************************************************/ 22 22 #include "VBoxMPInternal.h" 23 #include <VBox /Hardware/VBoxVideoVBE.h>23 #include <VBoxVideoVBE.h> 24 24 #include <VBox/VBoxGuestLib.h> 25 #include <VBox /VBoxVideo.h>25 #include <VBoxVideo.h> 26 26 #include "common/VBoxMPHGSMI.h" 27 27 #include "common/VBoxMPCommon.h" -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPIOCTL.cpp ¶
r65193 r65381 19 19 #include "VBoxMPInternal.h" 20 20 #include "common/VBoxMPCommon.h" 21 #include <VBox /Hardware/VBoxVideoVBE.h>21 #include <VBoxVideoVBE.h> 22 22 #include <VBox/VBoxGuestLib.h> 23 #include <VBox /VBoxVideo.h>23 #include <VBoxVideo.h> 24 24 25 25 /* Note: in/out parameters passed to VBoxDrvStartIO point to the same memory location. -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPInternal.cpp ¶
r63566 r65381 17 17 18 18 #include "VBoxMPInternal.h" 19 #include <VBox /VBoxVideo.h>19 #include <VBoxVideo.h> 20 20 #include <VBox/VBoxGuestLib.h> 21 21 #include <iprt/asm.h> -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/Makefile.kmk ¶
r63107 r65381 194 194 #wined3d_DEFS += VBOX_WITH_WINE_FIXES 195 195 wined3d_INCS := \ 196 vbox/libWineStub/include 196 vbox/libWineStub/include \ 197 $(VBOX_GRAPHICS_INCS) 197 198 wined3d_SOURCES := \ 198 199 wined3d/arb_program_shader.c \ -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/directx.c ¶
r63025 r65381 39 39 #include "winternl.h" 40 40 #ifdef VBOX_WITH_WDDM 41 #include <VBox /VBoxCrHgsmi.h>41 #include <VBoxCrHgsmi.h> 42 42 #endif 43 43 -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/vboxext.c ¶
r63025 r65381 19 19 #include "vboxext.h" 20 20 #ifdef VBOX_WITH_WDDM 21 #include <VBox /VBoxCrHgsmi.h>21 #include <VBoxCrHgsmi.h> 22 22 #include <iprt/err.h> 23 23 #endif -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/wined3d_private.h ¶
r63020 r65381 83 83 # define VBoxTlsRefSetImpl(_tls, _val) (TlsSetValue((DWORD)(_tls), (_val))) 84 84 # define VBoxTlsRefAssertImpl Assert 85 # include <VBox /VBoxVideo3D.h>85 # include <VBoxVideo3D.h> 86 86 #endif 87 87 -
TabularUnified trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk ¶
r63107 r65381 29 29 VBOX_WITH_HGCM \ 30 30 VBOX_BUILD_TARGET=\"$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)\" 31 VBoxTray_INCS = ../include 31 VBoxTray_INCS = ../include $(VBOX_GRAPHICS_INCS) 32 32 VBoxTray_SOURCES = \ 33 33 VBoxTray.cpp \ -
TabularUnified trunk/src/VBox/Additions/WINNT/include/VBoxDisplay.h ¶
r65193 r65381 84 84 85 85 /* for VBOX_VIDEO_MAX_SCREENS definition */ 86 #include <VBox /Hardware/VBoxVideoVBE.h>86 #include <VBoxVideo.h> 87 87 88 88 typedef struct VBOXWDDM_RECOMMENDVIDPN_SOURCE -
TabularUnified trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp ¶
r65193 r65381 17 17 */ 18 18 19 #include <VBox/VBoxVideoGuest.h> 20 #include <VBox/VBoxVideo.h> 21 #include <VBox/Hardware/VBoxVideoVBE.h> 19 #include <VBoxVideoGuest.h> 20 #include <VBoxVideoVBE.h> 22 21 23 22 #include <iprt/asm.h> -
TabularUnified trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp ¶
r65193 r65381 17 17 */ 18 18 19 #include <VBox/VBoxVideoGuest.h> 20 #include <VBox/VBoxVideo.h> 21 #include <VBox/Hardware/VBoxVideoVBE.h> 19 #include <VBoxVideoGuest.h> 20 #include <VBoxVideoVBE.h> 22 21 23 22 #ifndef VBOX_GUESTR3XF86MOD -
TabularUnified trunk/src/VBox/Additions/common/VBoxVideo/VBVABase.cpp ¶
r64650 r65381 17 17 */ 18 18 19 #include <VBox/VBoxVideoGuest.h> 20 #include <VBox/VBoxVideo.h> 19 #include <VBoxVideoGuest.h> 21 20 #include <VBox/err.h> 22 21 // #include <VBox/log.h> -
TabularUnified trunk/src/VBox/Additions/common/crOpenGL/Makefile.kmk ¶
r64295 r65381 66 66 # 67 67 VBoxOGL_TEMPLATE = VBOXCROGLR3GUESTDLL 68 VBoxOGL_INCS = . 68 VBoxOGL_INCS = . $(VBOX_GRAPHICS_INCS) 69 69 if1of ($(KBUILD_TARGET), linux solaris freebsd) 70 70 ifndef VBOX_USE_SYSTEM_GL_HEADERS … … 448 448 VBoxOGLarrayspu_TEMPLATE = VBOXCROGLR3GUESTDLL 449 449 VBoxOGLarrayspu_INCS = \ 450 array 450 array \ 451 $(VBOX_GRAPHICS_INCS) 451 452 if1of ($(KBUILD_TARGET), linux solaris freebsd) 452 453 VBoxOGLarrayspu_INCS += \ … … 496 497 VBoxOGLpassthroughspu_TEMPLATE = VBOXCROGLR3GUESTDLL 497 498 VBoxOGLpassthroughspu_INCS = \ 498 passthrough 499 passthrough \ 500 $(VBOX_GRAPHICS_INCS) 499 501 if1of ($(KBUILD_TARGET), linux solaris freebsd) 500 502 VBoxOGLpassthroughspu_INCS += \ … … 545 547 VBoxOGLpackspu_DEFS = TRACKS_STATE=1 PACKS=1 546 548 VBoxOGLpackspu_INCS = \ 547 pack 549 pack \ 550 $(VBOX_GRAPHICS_INCS) 548 551 if1of ($(KBUILD_TARGET), linux solaris freebsd) 549 552 VBoxOGLpackspu_INCS += \ … … 651 654 VBoxOGLfeedbackspu_TEMPLATE = VBOXCROGLR3GUESTDLL 652 655 VBoxOGLfeedbackspu_INCS = \ 653 feedback 656 feedback \ 657 $(VBOX_GRAPHICS_INCS) 654 658 if1of ($(KBUILD_TARGET), linux solaris freebsd) 655 659 VBoxOGLfeedbackspu_INCS += \ -
TabularUnified trunk/src/VBox/Additions/common/crOpenGL/icd_drv.c ¶
r62848 r65381 23 23 24 24 #if defined(VBOX_WITH_CRHGSMI) && defined(IN_GUEST) 25 # include <VBox /VBoxCrHgsmi.h>26 # include <VBox /VBoxUhgsmi.h>25 # include <VBoxCrHgsmi.h> 26 # include <VBoxUhgsmi.h> 27 27 #endif 28 28 -
TabularUnified trunk/src/VBox/Additions/common/crOpenGL/load.c ¶
r65065 r65381 35 35 36 36 #if defined(VBOX_WITH_CRHGSMI) && defined(IN_GUEST) 37 # include <VBox /VBoxCrHgsmi.h>37 # include <VBoxCrHgsmi.h> 38 38 #endif 39 39 -
TabularUnified trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_init.c ¶
r56008 r65381 28 28 29 29 #if defined(VBOX_WITH_CRHGSMI) && defined(IN_GUEST) 30 # include <VBox /VBoxCrHgsmi.h>31 # include <VBox /VBoxUhgsmi.h>30 # include <VBoxCrHgsmi.h> 31 # include <VBoxUhgsmi.h> 32 32 #endif 33 33 -
TabularUnified trunk/src/VBox/Additions/haiku/VBoxVideo/driver/Makefile.kmk ¶
r62526 r65381 69 69 $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuestLib \ 70 70 $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuest \ 71 $(PATH_ROOT)/src/VBox/Runtime/r0drv/haiku 71 $(PATH_ROOT)/src/VBox/Runtime/r0drv/haiku \ 72 $(VBOX_GRAPHICS_INCS) 72 73 vboxvideo_SOURCES = \ 73 74 driver.cpp \ -
TabularUnified trunk/src/VBox/Additions/haiku/VBoxVideo/driver/driver.cpp ¶
r63566 r65381 56 56 #include <graphic_driver.h> 57 57 #include <VBoxGuest-haiku.h> 58 #include <VBox /VBoxVideoGuest.h>58 #include <VBoxVideoGuest.h> 59 59 #include "../common/VBoxVideo_common.h" 60 60 -
TabularUnified trunk/src/VBox/Additions/linux/drm/Makefile.kmk ¶
r62527 r65381 53 53 vboxvideo_drm_INCS += \ 54 54 ../../../Runtime/include \ 55 ../../../Runtime/r0drv/linux 55 ../../../Runtime/r0drv/linux \ 56 $(VBOX_GRAPHICS_INCS) 56 57 vboxvideo_drm_SOURCES = \ 57 58 ../../common/VBoxVideo/HGSMIBase.cpp \ -
TabularUnified trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv ¶
r65193 r65381 36 36 ${PATH_ROOT}/include/VBox/err.h=>include/VBox/err.h \ 37 37 ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \ 38 ${PATH_ROOT}/include/VBox/ VBoxVideo.h=>include/VBox/VBoxVideo.h \39 ${PATH_ROOT}/include/VBox/ VBoxVideoGuest.h=>include/VBox/VBoxVideoGuest.h \40 ${PATH_ROOT}/include/VBox/ HGSMI/HGSMI.h=>include/VBox/HGSMI/HGSMI.h \41 ${PATH_ROOT}/include/VBox/ HGSMI/HGSMIChannels.h=>include/VBox/HGSMI/HGSMIChannels.h \42 ${PATH_ROOT}/include/VBox/ HGSMI/HGSMIChSetup.h=>include/VBox/HGSMI/HGSMIChSetup.h \43 ${PATH_ROOT}/include/VBox/ HGSMI/HGSMIDefs.h=>include/VBox/HGSMI/HGSMIDefs.h \44 ${PATH_ROOT}/include/VBox/ HGSMI/HGSMIMemAlloc.h=>include/VBox/HGSMI/HGSMIMemAlloc.h \45 ${PATH_ROOT}/include/VBox/ Hardware/VBoxVideoVBE.h=>include/VBox/Hardware/VBoxVideoVBE.h \38 ${PATH_ROOT}/include/VBox/Graphics/VBoxVideo.h=>include/VBoxVideo.h \ 39 ${PATH_ROOT}/include/VBox/Graphics/VBoxVideoGuest.h=>include/VBoxVideoGuest.h \ 40 ${PATH_ROOT}/include/VBox/Graphics/HGSMI.h=>include/HGSMI.h \ 41 ${PATH_ROOT}/include/VBox/Graphics/HGSMIChannels.h=>include/HGSMIChannels.h \ 42 ${PATH_ROOT}/include/VBox/Graphics/HGSMIChSetup.h=>include/HGSMIChSetup.h \ 43 ${PATH_ROOT}/include/VBox/Graphics/HGSMIDefs.h=>include/HGSMIDefs.h \ 44 ${PATH_ROOT}/include/VBox/Graphics/HGSMIMemAlloc.h=>include/HGSMIMemAlloc.h \ 45 ${PATH_ROOT}/include/VBox/Graphics/VBoxVideoVBE.h=>include/VBoxVideoVBE.h \ 46 46 ${PATH_ROOT}/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp=>HGSMIBase.c \ 47 47 ${PATH_ROOT}/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp=>Modesetting.c \ -
TabularUnified trunk/src/VBox/Additions/linux/drm/vbox_drv.h ¶
r64919 r65381 51 51 #define LOG_GROUP LOG_GROUP_DEV_VGA 52 52 53 #include <VBox /VBoxVideoGuest.h>53 #include <VBoxVideoGuest.h> 54 54 55 55 #include <drm/drmP.h> -
TabularUnified trunk/src/VBox/Additions/linux/drm/vbox_fb.c ¶
r64959 r65381 48 48 /* Include from most specific to most general to be able to override things. */ 49 49 #include "vbox_drv.h" 50 #include <VBox /VBoxVideo.h>50 #include <VBoxVideo.h> 51 51 52 52 #include <linux/module.h> -
TabularUnified trunk/src/VBox/Additions/linux/drm/vbox_irq.c ¶
r64919 r65381 46 46 #include "vbox_drv.h" 47 47 48 #include <VBox /VBoxVideo.h>48 #include <VBoxVideo.h> 49 49 50 50 #include <drm/drm_crtc_helper.h> -
TabularUnified trunk/src/VBox/Additions/linux/drm/vbox_main.c ¶
r64425 r65381 48 48 #include "vbox_drv.h" 49 49 50 #include <VBox /VBoxVideoGuest.h>51 #include <VBox /VBoxVideo.h>50 #include <VBoxVideoGuest.h> 51 #include <VBoxVideoVBE.h> 52 52 53 53 #include <drm/drm_fb_helper.h> -
TabularUnified trunk/src/VBox/Additions/linux/drm/vbox_mode.c ¶
r64919 r65381 50 50 #include "vbox_drv.h" 51 51 52 #include <VBox /VBoxVideo.h>52 #include <VBoxVideo.h> 53 53 54 54 #include <linux/export.h> -
TabularUnified trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk ¶
r63539 r65381 30 30 endif 31 31 VBoxClient_DEFS.linux += _GNU_SOURCE 32 VBoxClient_INCS = $(VBOX_GRAPHICS_INCS) 32 33 VBoxClient_SOURCES = \ 33 34 main.cpp -
TabularUnified trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk ¶
r64200 r65381 37 37 $(VBOX_PATH_X11_ROOT)/renderproto-0.11 \ 38 38 $(VBOX_PATH_X11_ROOT)/xextproto-7.1.1 \ 39 $(VBOX_PATH_X11_ROOT)/xproto-7.0.18 39 $(VBOX_PATH_X11_ROOT)/xproto-7.0.18 \ 40 $(VBOX_GRAPHICS_INCS) 40 41 41 42 vboxvideo.c_DEPS = $(VBOX_SVN_REV_HEADER) … … 93 94 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/randr \ 94 95 $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/Xext 95 vboxvideo_drv_INCS += $(PATH_ROOT)/src/VBox/Runtime/include 96 vboxvideo_drv_INCS += \ 97 $(PATH_ROOT)/src/VBox/Runtime/include \ 98 $(VBOX_GRAPHICS_INCS) 96 99 vboxvideo_drv_SOURCES = \ 97 100 getmode.c \ … … 381 384 vboxvideo_drv_system_INCS += \ 382 385 $(PATH_ROOT)/src/VBox/Runtime/include \ 386 $(VBOX_GRAPHICS_INCS) \ 383 387 /usr/include/x11 \ 384 388 /usr/include/xorg \ -
TabularUnified trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c ¶
r65193 r65381 57 57 #include <VBox/VBoxGuest.h> 58 58 #include <VBox/VBoxGuestLib.h> 59 #include <VBox /Hardware/VBoxVideoVBE.h>59 #include <VBoxVideoVBE.h> 60 60 #include "version-generated.h" 61 61 #include "product-generated.h" -
TabularUnified trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h ¶
r65193 r65381 53 53 #define _VBOXVIDEO_H_ 54 54 55 #include <VBox /VBoxVideoGuest.h>56 #include <VBox /VBoxVideo.h>55 #include <VBoxVideoGuest.h> 56 #include <VBoxVideo.h> 57 57 #include "version-generated.h" 58 58 … … 103 103 #define BOOL_STR(a) ((a) ? "TRUE" : "FALSE") 104 104 105 #include <VBox /Hardware/VBoxVideoVBE.h>105 #include <VBoxVideoVBE.h> 106 106 107 107 #include "xf86str.h" -
TabularUnified trunk/src/VBox/Devices/Graphics/BIOS/Makefile.kmk ¶
r64960 r65381 30 30 VBoxVgaBios386_CFLAGS = -3 31 31 VBoxVgaBios386_DEFS = VBE VBOX_BIOS_CPU=80386 32 VBoxVgaBios386_INCS = $(VBOX_GRAPHICS_INCS) 32 33 VBoxVgaBios386_SOURCES = \ 33 34 vgarom.asm \ -
TabularUnified trunk/src/VBox/Devices/Graphics/BIOS/vbe.h ¶
r65193 r65381 4 4 #include "vgabios.h" 5 5 6 #include <VBox /Hardware/VBoxVideoVBE.h>6 #include <VBoxVideoVBE.h> 7 7 8 8 // DISPI helper function -
TabularUnified trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp ¶
r65345 r65381 146 146 147 147 #include <VBox/VMMDev.h> 148 #include <VBox /VBoxVideo.h>148 #include <VBoxVideo.h> 149 149 #include <VBox/bioslogo.h> 150 150 -
TabularUnified trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-info.cpp ¶
r63211 r65381 29 29 30 30 #include <VBox/vmm/pgm.h> /* required by DevVGA.h */ 31 #include <VBox /VBoxVideo.h> /* required by DevVGA.h */31 #include <VBoxVideo.h> /* required by DevVGA.h */ 32 32 33 33 /* should go BEFORE any other DevVGA include to make all DevVGA.h config defines be visible */ -
TabularUnified trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp ¶
r65101 r65381 39 39 #include <iprt/mem.h> 40 40 41 #include <VBox /VBoxVideo.h> /* required by DevVGA.h */41 #include <VBoxVideo.h> /* required by DevVGA.h */ 42 42 43 43 /* should go BEFORE any other DevVGA include to make all DevVGA.h config defines be visible */ -
TabularUnified trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-savedstate.cpp ¶
r63562 r65381 29 29 30 30 #include <VBox/vmm/pgm.h> /* required by DevVGA.h */ 31 #include <VBox /VBoxVideo.h> /* required by DevVGA.h */31 #include <VBoxVideo.h> /* required by DevVGA.h */ 32 32 33 33 /* should go BEFORE any other DevVGA include to make all DevVGA.h config defines be visible */ -
TabularUnified trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp ¶
r63562 r65381 33 33 #include <iprt/avl.h> 34 34 35 #include <VBox /VBoxVideo.h> /* required by DevVGA.h */35 #include <VBoxVideo.h> /* required by DevVGA.h */ 36 36 37 37 /* should go BEFORE any other DevVGA include to make all DevVGA.h config defines be visible */ -
TabularUnified trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp ¶
r64483 r65381 33 33 #include <iprt/avl.h> 34 34 35 #include <VBox /VBoxVideo.h> /* required by DevVGA.h */35 #include <VBoxVideo.h> /* required by DevVGA.h */ 36 36 37 37 /* should go BEFORE any other DevVGA include to make all DevVGA.h config defines be visible */ -
TabularUnified trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp ¶
r65101 r65381 29 29 30 30 #include <VBox/vmm/pgm.h> /* required by DevVGA.h */ 31 #include <VBox /VBoxVideo.h> /* required by DevVGA.h */31 #include <VBoxVideo.h> /* required by DevVGA.h */ 32 32 33 33 /* should go BEFORE any other DevVGA include to make all DevVGA.h config defines be visible */ -
TabularUnified trunk/src/VBox/Devices/Graphics/DevVGA.cpp ¶
r65303 r65381 125 125 126 126 #include <VBox/VMMDev.h> 127 #include <VBox /VBoxVideo.h>127 #include <VBoxVideo.h> 128 128 #include <VBox/bioslogo.h> 129 129 -
TabularUnified trunk/src/VBox/Devices/Graphics/DevVGA.h ¶
r65294 r65381 58 58 #endif 59 59 60 #include <VBox /Hardware/VBoxVideoVBE.h>60 #include <VBoxVideoVBE.h> 61 61 62 62 #ifdef VBOX_WITH_HGSMI … … 82 82 #ifdef CONFIG_BOCHS_VBE 83 83 84 /* Cross reference with <VBox /Hardware/VBoxVideoVBE.h> */84 /* Cross reference with <VBoxVideoVBE.h> */ 85 85 #define VBE_DISPI_INDEX_NB_SAVED 0xb /* Number of saved registers (vbe_regs array) */ 86 86 #define VBE_DISPI_INDEX_NB 0xc /* Total number of VBE registers */ -
TabularUnified trunk/src/VBox/Devices/Graphics/DevVGAModes.h ¶
r65193 r65381 21 21 #ifdef VBE_NEW_DYN_LIST 22 22 23 #include <VBox /Hardware/VBoxVideoVBE.h>23 #include <VBoxVideoVBE.h> 24 24 25 25 /* VBE Mode Numbers */ -
TabularUnified trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp ¶
r64766 r65381 26 26 #include <VBox/vmm/ssm.h> 27 27 #include <VBox/VMMDev.h> 28 #include <VBox /VBoxVideo.h>28 #include <VBoxVideo.h> 29 29 #include <iprt/alloc.h> 30 30 #include <iprt/assert.h> -
TabularUnified trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp ¶
r64766 r65381 23 23 #include <VBox/vmm/pdmdev.h> 24 24 #include <VBox/vmm/pgm.h> 25 #include <VBox /VBoxVideo.h>25 #include <VBoxVideo.h> 26 26 #include <iprt/semaphore.h> 27 27 #include <iprt/thread.h> … … 34 34 #include "HGSMI/SHGSMIHost.h" 35 35 36 #include <VBox /VBoxVideo3D.h>37 #include <VBox /VBoxVideoHost3D.h>36 #include <VBoxVideo3D.h> 37 #include <VBoxVideoHost3D.h> 38 38 39 39 #ifdef DEBUG_misha -
TabularUnified trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp ¶
r62932 r65381 72 72 73 73 #include "HGSMIHost.h" 74 #include < VBox/HGSMI/HGSMIChannels.h>75 #include < VBox/HGSMI/HGSMIChSetup.h>74 #include <HGSMIChannels.h> 75 #include <HGSMIChSetup.h> 76 76 77 77 #include "../DevVGASavedState.h" -
TabularUnified trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h ¶
r62514 r65381 24 24 #include <VBox/vmm/vm.h> 25 25 26 #include < VBox/HGSMI/HGSMI.h>27 #include < VBox/HGSMI/HGSMIChSetup.h>26 #include <HGSMI.h> 27 #include <HGSMIChSetup.h> 28 28 29 29 struct HGSMIINSTANCE; -
TabularUnified trunk/src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.cpp ¶
r62541 r65381 17 17 18 18 #include "SHGSMIHost.h" 19 #include <VBox /VBoxVideo.h>19 #include <VBoxVideo.h> 20 20 21 21 /* -
TabularUnified trunk/src/VBox/Devices/Graphics/shaderlib/directx.c ¶
r63478 r65381 38 38 39 39 #ifdef VBOX_WITH_WDDM 40 # include <VBox /VBoxCrHgsmi.h>40 # include <VBoxCrHgsmi.h> 41 41 #endif 42 42 -
TabularUnified trunk/src/VBox/Devices/Graphics/shaderlib/wined3d_private.h ¶
r62950 r65381 85 85 # define VBoxTlsRefSetImpl(_tls, _val) (TlsSetValue((DWORD)(_tls), (_val))) 86 86 # define VBoxTlsRefAssertImpl Assert 87 # include <VBox /VBoxVideo3D.h>87 # include <VBoxVideo3D.h> 88 88 #endif 89 89 -
TabularUnified trunk/src/VBox/Devices/Makefile.kmk ¶
r65338 r65381 115 115 VBoxDD_INCS = \ 116 116 build \ 117 Network/slirp 117 Network/slirp \ 118 $(VBOX_GRAPHICS_INCS) 118 119 VBoxDD_DEFS = \ 119 120 VBOX_ACPI \ … … 901 902 902 903 # For finding and generating vbetables.h (see Graphics/BIOS/Makefile.kmk). 903 Graphics/DevVGA.cpp_INCS = $(VgaBiosBin_0_OUTDIR) 904 Graphics/DevVGA.cpp_INCS = $(VgaBiosBin_0_OUTDIR) $(VBOX_GRAPHICS_INCS) 904 905 Graphics/DevVGA.cpp_DEPS = $(VgaBiosBin_0_OUTDIR)/vbetables.h 905 906 … … 916 917 endif 917 918 VBoxDDRC_DEFS = $(if $(VBOX_WITH_HGCM),VBOX_WITH_HGCM,) 918 VBoxDDRC_INCS = build 919 VBoxDDRC_INCS = build $(VBOX_GRAPHICS_INCS) 919 920 VBoxDDRC_SOURCES = \ 920 921 Bus/DevPCI.cpp \ … … 1075 1076 VBoxDDR0_DEFS = IN_RT_R0 $(if $(VBOX_WITH_HGCM),VBOX_WITH_HGCM,) # - WTF is IN_RT_R0 doing here? 1076 1077 VBoxDDR0_DEFS.win += VBOX_WITH_WIN_PARPORT_SUP 1077 VBoxDDR0_INCS = build 1078 VBoxDDR0_INCS = build $(VBOX_GRAPHICS_INCS) 1078 1079 VBoxDDR0_SDKS.win = ReorderCompilerIncs $(VBOX_WINPSDK) $(VBOX_WINDDK) 1079 1080 VBoxDDR0_SOURCES = \ … … 1481 1482 __stdcall= \ 1482 1483 ms_abi= 1484 VBoxSVGA3D_INCS = $(VBOX_GRAPHICS_INCS) 1483 1485 VBoxSVGA3D_INCS.win := \ 1484 1486 Graphics/shaderlib/libWineStub/include -
TabularUnified trunk/src/VBox/Devices/VMMDev/VMMDev.cpp ¶
r64391 r65381 83 83 /* Enable dev_vmm Log3 statements to get IRQ-related logging. */ 84 84 #define LOG_GROUP LOG_GROUP_DEV_VMM 85 #include <VBox /VBoxVideo.h> /* For VBVA definitions. */85 #include <VBoxVideo.h> /* For VBVA definitions. */ 86 86 #include <VBox/VMMDev.h> 87 87 #include <VBox/vmm/mm.h> -
TabularUnified trunk/src/VBox/Devices/testcase/Makefile.kmk ¶
r65338 r65381 73 73 $(VBOX_PATH_DEVICES_SRC)/build \ 74 74 $(VBOX_PATH_DEVICES_SRC)/Bus \ 75 $(VBOX_DEVICES_TEST_OUT_DIR) 75 $(VBOX_DEVICES_TEST_OUT_DIR) \ 76 $(VBOX_GRAPHICS_INCS) 76 77 tstDeviceStructSizeRC_INCS += $(VBOX_PATH_VMM_DEVICES_SRC) 77 78 endif # VBOX_WITH_RAW_MODE … … 86 87 $(VBOX_PATH_DEVICES_SRC)/build \ 87 88 $(VBOX_PATH_DEVICES_SRC)/Bus \ 88 $(VBOX_DEVICES_TEST_OUT_DIR) 89 $(VBOX_DEVICES_TEST_OUT_DIR) \ 90 $(VBOX_GRAPHICS_INCS) 89 91 tstDeviceStructSize_SOURCES = tstDeviceStructSize.cpp 90 92 tstDeviceStructSize_CLEAN = \ -
TabularUnified trunk/src/VBox/Frontends/VBoxHeadless/Makefile.kmk ¶
r65263 r65381 46 46 VBoxHeadless_TEMPLATE := $(if $(VBOX_WITH_HARDENING),VBOXMAINCLIENTDLL,VBOXMAINCLIENTEXE) 47 47 VBoxHeadless_DEFS += $(if $(VBOX_WITH_VIDEOREC),VBOX_WITH_VIDEOREC,) 48 VBoxHeadless_INCS = $(VBOX_GRAPHICS_INCS) 48 49 VBoxHeadless_SOURCES = VBoxHeadless.cpp 49 50 ifdef VBOX_WITH_GUEST_PROPS -
TabularUnified trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp ¶
r65263 r65381 42 42 #include <iprt/env.h> 43 43 #include <VBox/err.h> 44 #include <VBox /VBoxVideo.h>44 #include <VBoxVideo.h> 45 45 46 46 #ifdef VBOX_WITH_VIDEOREC -
TabularUnified trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk ¶
r62493 r65381 69 69 70 70 VBoxSDL_INCS = \ 71 $(VBoxSDL_0_OUTDIR) 71 $(VBoxSDL_0_OUTDIR) \ 72 $(VBOX_GRAPHICS_INCS) 72 73 ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(KBUILD_TARGET)),) # X11 73 74 VBoxSDL_INCS += \ -
TabularUnified trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp ¶
r63567 r65381 66 66 #include <VBox/log.h> 67 67 #include <VBox/version.h> 68 #include <VBox /VBoxVideo.h>68 #include <VBoxVideo.h> 69 69 #include <VBox/com/listeners.h> 70 70 -
TabularUnified trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk ¶
r65153 r65381 210 210 VirtualBox_INCS = \ 211 211 $(VBOX_GUI_INC_DIRS) \ 212 $(VirtualBox_0_OUTDIR)/include 212 $(VirtualBox_0_OUTDIR)/include \ 213 $(VBOX_GRAPHICS_INCS) 213 214 214 215 # Necessary for the hdd backend enumeration -
TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp ¶
r63567 r65381 62 62 63 63 #ifdef VBOX_WITH_VIDEOHWACCEL 64 # include <VBox /VBoxVideo.h>64 # include <VBoxVideo.h> 65 65 # include <VBox/vmm/ssm.h> 66 66 #endif /* VBOX_WITH_VIDEOHWACCEL */ -
TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/precomp.h ¶
r64762 r65381 277 277 //#include <VBox/VBoxKeyboard.h> - includes X11/X.h which causes trouble. 278 278 //#include <VBox/VBoxOGL.h> - only used once 279 //#include <VBox /VBoxVideo.h> - only used twice279 //#include <VBoxVideo.h> - only used twice 280 280 #ifdef VBOX_WITH_VIDEOHWACCEL 281 //# include <VBox /VBoxVideo3D.h> - only used once281 //# include <VBoxVideo3D.h> - only used once 282 282 #endif 283 283 #include <VBox/com/Guid.h> -
TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp ¶
r64593 r65381 55 55 /* Other VBox includes: */ 56 56 #include <iprt/critsect.h> 57 #include <VBox /VBoxVideo3D.h>57 #include <VBoxVideo3D.h> 58 58 59 59 /* Other includes: */ -
TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp ¶
r63899 r65381 91 91 /* Other VBox includes: */ 92 92 #include <VBox/VBoxOGL.h> 93 #include <VBox /VBoxVideo.h>93 #include <VBoxVideo.h> 94 94 #ifdef VBOX_WS_MAC 95 95 # include <VBox/err.h> -
TabularUnified trunk/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp ¶
r64650 r65381 25 25 #include <iprt/string.h> 26 26 27 #include < VBox/HGSMI/HGSMI.h>27 #include <HGSMI.h> 28 28 // #include <VBox/log.h> 29 29 -
TabularUnified trunk/src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp ¶
r64766 r65381 53 53 * * smaller free blocks are merged if they can build a requested larger block. 54 54 */ 55 #include < VBox/HGSMI/HGSMIMemAlloc.h>56 #include < VBox/HGSMI/HGSMI.h>55 #include <HGSMIMemAlloc.h> 56 #include <HGSMI.h> 57 57 58 58 #include <iprt/err.h> -
TabularUnified trunk/src/VBox/GuestHost/HGSMI/Makefile.kmk ¶
r62492 r65381 29 29 HGSMIGuestR0Lib_TEMPLATE = VBOXGUESTR0LIB 30 30 HGSMIGuestR0Lib_DEFS = 31 HGSMIGuestR0Lib_INCS = $(VBOX_GRAPHICS_INCS) 31 32 HGSMIGuestR0Lib_SOURCES = \ 32 33 HGSMICommon.cpp \ … … 40 41 HGSMIHostR3Lib_TEMPLATE = VBOXR3 41 42 HGSMIHostR3Lib_DEFS = 43 HGSMIHostR3Lib_INCS = $(VBOX_GRAPHICS_INCS) 42 44 HGSMIHostR3Lib_SOURCES = \ 43 45 HGSMICommon.cpp \ -
TabularUnified trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk ¶
r64269 r65381 53 53 VBoxOGLcrutil_SDKS.win = ReorderCompilerIncs $(VBOX_WINPSDK) $(VBOX_WINDDK) 54 54 VBoxOGLcrutil_INTERMEDIATES = $(VBOX_PATH_CROGL_GENFILES)/cr_opcodes.h 55 VBoxOGLcrutil_INCS += \ 56 $(VBOX_GRAPHICS_INCS) 55 57 if1of ($(KBUILD_TARGET), linux solaris freebsd) 56 58 VBoxOGLcrutil_INCS += \ … … 197 199 VBoxOGLcrpacker_TEMPLATE = VBOXCROGLR3GUESTLIB 198 200 VBoxOGLcrpacker_INCS = \ 199 packer 201 packer \ 202 $(VBOX_GRAPHICS_INCS) 200 203 if1of ($(KBUILD_TARGET), linux solaris freebsd) 201 204 VBoxOGLcrpacker_INCS += \ … … 349 352 VBoxOGLspuload_INTERMEDIATES = \ 350 353 $(VBOX_PATH_CROGL_GENFILES)/spu_dispatch_table.h 354 VBoxOGLspuload_INCS += \ 355 $(VBOX_GRAPHICS_INCS) 351 356 if1of ($(KBUILD_TARGET), linux solaris freebsd) 352 357 VBoxOGLspuload_INCS += \ … … 421 426 VBoxOGLcrstate_TEMPLATE = VBOXCROGLR3GUESTLIB 422 427 VBoxOGLcrstate_INCS = \ 423 state_tracker 428 state_tracker \ 429 $(VBOX_GRAPHICS_INCS) 424 430 if1of ($(KBUILD_TARGET), linux solaris freebsd) 425 431 VBoxOGLcrstate_INCS += \ … … 623 629 VBoxOGLerrorspu_INTERMEDIATES = \ 624 630 $(VBOX_PATH_CROGL_GENFILES)/spu_dispatch_table.h 631 VBoxOGLerrorspu_INCS += \ 632 $(VBOX_GRAPHICS_INCS) 625 633 if1of ($(KBUILD_TARGET), linux solaris freebsd) 626 634 VBoxOGLerrorspu_INCS += \ -
TabularUnified trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h ¶
r65193 r65381 32 32 #include <VBox/vmm/ssm.h> 33 33 34 #include <VBox /VBoxVideo.h>35 #include <VBox /Hardware/VBoxVideoVBE.h>36 #include <VBox /VBoxVideo3D.h>37 #include <VBox /VBoxVideoHost3D.h>34 #include <VBoxVideo.h> 35 #include <VBoxVideoVBE.h> 36 #include <VBoxVideo3D.h> 37 #include <VBoxVideoHost3D.h> 38 38 39 39 #ifdef __cplusplus -
TabularUnified trunk/src/VBox/GuestHost/OpenGL/include/cr_threads.h ¶
r62812 r65381 110 110 #define VBoxTlsRefSetImpl(_tls, _val) (crSetTSD((CRtsd*)(_tls), (_val))) 111 111 #define VBoxTlsRefAssertImpl CRASSERT 112 #include <VBox /VBoxVideo3D.h>112 #include <VBoxVideo3D.h> 113 113 114 114 #ifdef __cplusplus -
TabularUnified trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c ¶
r63199 r65381 47 47 48 48 #if defined(VBOX_WITH_CRHGSMI) && defined(IN_GUEST) 49 #include <VBox /VBoxCrHgsmi.h>49 #include <VBoxCrHgsmi.h> 50 50 #endif 51 51 -
TabularUnified trunk/src/VBox/GuestHost/OpenGL/util/vboxhgsmi.c ¶
r62680 r65381 43 43 #include <iprt/assert.h> 44 44 45 #include <VBox /VBoxCrHgsmi.h>45 #include <VBoxCrHgsmi.h> 46 46 #if 1 /** @todo Try use the Vbgl interface instead of talking directly to the driver? */ 47 47 # include <VBox/VBoxGuest.h> -
TabularUnified trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk ¶
r64067 r65381 59 59 VBoxSharedCrOpenGL_INTERMEDIATES = \ 60 60 $(TEMPLATE_VBOXMAINEXE_INTERMEDIATES) 61 VBoxSharedCrOpenGL_INCS = $(VBOX_GRAPHICS_INCS) 61 62 VBoxSharedCrOpenGL_INCS.win = \ 62 63 $(VBOX_PATH_SDK)/bindings/mscom/include … … 106 107 VBoxOGLcrserverlib_INCS = \ 107 108 . \ 108 crserverlib 109 crserverlib \ 110 $(VBOX_GRAPHICS_INCS) 109 111 VBoxOGLcrserverlib_INTERMEDIATES = \ 110 112 $(VBOX_PATH_CROGL_GENFILES)/spu_dispatch_table.h \ … … 212 214 VBoxOGLcrunpacker_TEMPLATE = VBOXCROGLR3HOSTLIB 213 215 VBoxOGLcrunpacker_INCS = \ 214 unpacker 216 unpacker \ 217 $(VBOX_GRAPHICS_INCS) 215 218 VBoxOGLcrunpacker_INTERMEDIATES = \ 216 219 $(VBOX_PATH_CROGL_GENFILES)/spu_dispatch_table.h \ … … 364 367 $(VBOX_PATH_CROGL_GENFILES)/state/cr_currentpointers.h \ 365 368 $(VBOX_PATH_CROGL_GENFILES)/state/cr_statefuncs.h 369 VBoxOGLrenderspu_INCS = $(VBOX_GRAPHICS_INCS) 366 370 VBoxOGLrenderspu_SOURCES = \ 367 371 render/renderspu.c \ -
TabularUnified trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h ¶
r55971 r65381 19 19 20 20 #ifdef VBOX_WITH_CRHGSMI 21 # include <VBox /VBoxVideo.h>21 # include <VBoxVideo.h> 22 22 23 23 #include <iprt/cdefs.h> -
TabularUnified trunk/src/VBox/HostServices/SharedOpenGL/dlm/dlm_generated.py ¶
r63942 r65381 272 272 #define _DLM_GENERATED_H 273 273 274 #include <VBox /VBoxUhgsmi.h>274 #include <VBoxUhgsmi.h> 275 275 276 276 /* DO NOT EDIT. This file is auto-generated by dlm_generated.py. */ -
TabularUnified trunk/src/VBox/HostServices/SharedOpenGL/dlm/dlm_pointers.h ¶
r54905 r65381 1 1 /* $Id$ */ 2 #include <VBox /VBoxUhgsmi.h>2 #include <VBoxUhgsmi.h> 3 3 4 4 #include "cr_dlm.h" -
TabularUnified trunk/src/VBox/Main/Makefile.kmk ¶
r65364 r65381 331 331 $(dir $(VBOX_XML_SCHEMADEFS_H)) \ 332 332 $(VBOX_MAIN_APIWRAPPER_INCS) \ 333 . 333 . \ 334 $(VBOX_GRAPHICS_INCS) 334 335 VBoxSVC_INCS.win = \ 335 336 $(VBoxCOM_0_OUTDIR) … … 734 735 $(VBOX_MAIN_APIWRAPPER_INCS) \ 735 736 $(dir $(VBOX_XML_SCHEMADEFS_H)) \ 736 $(VBOX_MAIN_APIWRAPPER_DIR)/dtrace 737 $(VBOX_MAIN_APIWRAPPER_DIR)/dtrace \ 738 $(VBOX_GRAPHICS_INCS) 737 739 VBoxC_INCS.win = \ 738 740 $(VBoxCOM_0_OUTDIR) \ -
TabularUnified trunk/src/VBox/Main/include/DisplayImpl.h ¶
r65263 r65381 24 24 #include <VBox/vmm/pdmdrv.h> 25 25 #include <VBox/VMMDev.h> 26 #include <VBox /VBoxVideo.h>26 #include <VBoxVideo.h> 27 27 #include <VBox/vmm/pdmifs.h> 28 28 #include "DisplayWrap.h" -
TabularUnified trunk/src/VBox/Main/src-all/DisplayUtils.cpp ¶
r63563 r65381 21 21 #include <VBox/err.h> 22 22 #include <VBox/vmm/ssm.h> 23 #include <VBox /VBoxVideo.h>23 #include <VBoxVideo.h> 24 24 25 25 int readSavedDisplayScreenshot(const Utf8Str &strStateFilePath, uint32_t u32Type, uint8_t **ppu8Data, uint32_t *pcbData, -
TabularUnified trunk/src/VBox/Main/src-client/DisplayImpl.cpp ¶
r65363 r65381 42 42 43 43 #ifdef VBOX_WITH_VIDEOHWACCEL 44 # include <VBox /VBoxVideo.h>44 # include <VBoxVideo.h> 45 45 #endif 46 46 -
TabularUnified trunk/src/VBox/Main/xml/VirtualBox-settings.xsd ¶
r65193 r65381 140 140 <xsd:restriction base="xsd:unsignedInt"> 141 141 <xsd:minInclusive value="1"/> 142 <!-- This should be in sync with VBOX_VIDEO_MAX_SCREENS in VBoxVideo VBE.h -->142 <!-- This should be in sync with VBOX_VIDEO_MAX_SCREENS in VBoxVideo.h --> 143 143 <xsd:maxInclusive value="64"/> 144 144 </xsd:restriction>
Note:
See TracChangeset
for help on using the changeset viewer.