儲存庫 vbox 的更動 34363
- 時間撮記:
- 2010-11-25 下午12:43:01 (14 年 以前)
- 位置:
- trunk/src/VBox/Additions/WINNT
- 檔案:
-
- 修改 4 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp
r34346 r34363 957 957 /* this is not entirely correct since host may concurrently complete some commands and raise a new IRQ while we are here, 958 958 * 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; 961 961 Assert(flags == 0); 962 962 #endif -
trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk
r34098 r34363 133 133 endif 134 134 endif 135 if def VBOX_WITH_WDDM135 if 0 #def VBOX_WITH_WDDM 136 136 ifeq ($(KBUILD_TARGET_ARCH),x86) 137 137 DRIVER_FILES += \ … … 166 166 -E 'VBOX_WITH_CROGL=$(if $(VBOX_WITH_CROGL),1,0)' \ 167 167 -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)' \ 169 169 -E 'VBOX_BRAND_WIN_ADD_INST_DLGBMP=$(subst /,\,$(VBOX_BRAND_WIN_ADD_INST_DLGBMP))' \ 170 170 -E 'VBOX_BRAND_LICENSE_RTF=$(subst /,\,$(VBOX_BRAND_LICENSE_RTF))' \ -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r34362 r34363 950 950 ${If} $0 == ${SF_SELECTED} 951 951 952 !if $%VBOX_WITH_WDDM% == "1" 952 953 ; If we're able to use the WDDM driver just use it instead of the replaced 953 954 ; D3D components below … … 956 957 Goto exit 957 958 ${EndIf} 959 !endif 958 960 959 961 ${If} $g_bForceInstall != "true" -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh
r34362 r34363 448 448 ; DetailPrint and friends won't work here! 449 449 450 !if $%BUILD_TARGET_ARCH% == "x86" 450 !if $%VBOX_WITH_WDDM% == "1" 451 !if $%BUILD_TARGET_ARCH% == "x86" 451 452 ; If we're on a 32-bit Windows Vista / 7 we can use the WDDM driver 452 453 ${If} $g_strWinVersion == "Vista" … … 454 455 StrCpy $g_bCapWDDM "true" 455 456 ${EndIf} 457 !endif 456 458 !endif 457 459
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器