VirtualBox

儲存庫 vbox 的更動 34363


忽略:
時間撮記:
2010-11-25 下午12:43:01 (14 年 以前)
作者:
vboxsync
訊息:

wddm: disable for guest installer

位置:
trunk/src/VBox/Additions/WINNT
檔案:
修改 4 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp

    r34346 r34363  
    957957            /* this is not entirely correct since host may concurrently complete some commands and raise a new IRQ while we are here,
    958958             * still this allows to check that the host flags are correctly cleared after the ISR */
    959             Assert(commonFromDeviceExt(pDevExt)->HostCtx.pfHostFlags);
    960             uint32_t flags = commonFromDeviceExt(pDevExt)->HostCtx.pfHostFlags->u32HostFlags;
     959            Assert(commonFromDeviceExt(pDevExt)->hostCtx.pfHostFlags);
     960            uint32_t flags = commonFromDeviceExt(pDevExt)->hostCtx.pfHostFlags->u32HostFlags;
    961961            Assert(flags == 0);
    962962#endif
  • trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk

    r34098 r34363  
    133133 endif
    134134endif
    135 ifdef VBOX_WITH_WDDM
     135if 0 #def VBOX_WITH_WDDM
    136136 ifeq ($(KBUILD_TARGET_ARCH),x86)
    137137DRIVER_FILES += \
     
    166166        -E 'VBOX_WITH_CROGL=$(if $(VBOX_WITH_CROGL),1,0)' \
    167167        -E 'VBOX_WITH_GUEST_INSTALL_HELPER=$(if $(VBOX_WITH_GUEST_INSTALL_HELPER),1,0)' \
    168         -E 'VBOX_WITH_WDDM=$(if $(VBOX_WITH_WDDM),1,0)' \
     168        -E 'VBOX_WITH_WDDM=$(if $(VBOX_WITH_WDDM),0,0)' \
    169169        -E 'VBOX_BRAND_WIN_ADD_INST_DLGBMP=$(subst /,\,$(VBOX_BRAND_WIN_ADD_INST_DLGBMP))' \
    170170        -E 'VBOX_BRAND_LICENSE_RTF=$(subst /,\,$(VBOX_BRAND_LICENSE_RTF))' \
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi

    r34362 r34363  
    950950  ${If} $0 == ${SF_SELECTED}
    951951
     952!if $%VBOX_WITH_WDDM% == "1"
    952953    ; If we're able to use the WDDM driver just use it instead of the replaced
    953954    ; D3D components below
     
    956957      Goto exit
    957958    ${EndIf}
     959!endif
    958960
    959961    ${If} $g_bForceInstall != "true"
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh

    r34362 r34363  
    448448  ;       DetailPrint and friends won't work here!
    449449
    450 !if $%BUILD_TARGET_ARCH% == "x86"
     450!if $%VBOX_WITH_WDDM% == "1"
     451 !if $%BUILD_TARGET_ARCH% == "x86"
    451452  ; If we're on a 32-bit Windows Vista / 7 we can use the WDDM driver
    452453  ${If} $g_strWinVersion == "Vista"
     
    454455    StrCpy $g_bCapWDDM "true"
    455456  ${EndIf}
     457 !endif
    456458!endif
    457459
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette