Changeset 65381 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jan 20, 2017 9:23:53 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112977
- Location:
- trunk/src/VBox/Additions/common
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
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> -
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 -
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> -
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 += \ -
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 -
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 -
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
Note:
See TracChangeset
for help on using the changeset viewer.