Changeset 81759 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Nov 11, 2019 1:52:32 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r81686 r81759 4614 4614 ULONG MessageNumber) 4615 4615 { 4616 #ifdef VBOX_WITH_MESA3D 4616 4617 BOOLEAN const fVMSVGA = GaDxgkDdiInterruptRoutine(MiniportDeviceContext, MessageNumber); 4618 #else 4619 BOOLEAN const fVMSVGA = FALSE; 4620 #endif 4621 4617 4622 BOOLEAN const fHGSMI = DxgkDdiInterruptRoutineLegacy(MiniportDeviceContext, MessageNumber); 4618 4623 return fVMSVGA || fHGSMI; … … 4623 4628 PVBOXMP_DEVEXT pDevExt = (PVBOXMP_DEVEXT)MiniportDeviceContext; 4624 4629 4630 #ifdef VBOX_WITH_MESA3D 4625 4631 GaDxgkDdiDpcRoutine(MiniportDeviceContext); 4632 #endif 4626 4633 DxgkDdiDpcRoutineLegacy(MiniportDeviceContext); 4627 4634 … … 4723 4730 #endif 4724 4731 { 4732 RT_NOREF(enmHwType); 4733 4725 4734 DriverInitializationData.DxgkDdiPatch = DxgkDdiPatchLegacy; 4726 4735 DriverInitializationData.DxgkDdiSubmitCommand = DxgkDdiSubmitCommandLegacy;
Note:
See TracChangeset
for help on using the changeset viewer.