Changeset 75545 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Nov 17, 2018 10:25:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r75445 r75545 5491 5491 5492 5492 #ifdef VBOX_WITH_MESA3D 5493 GaScreenDefine(pDevExt->pGa, (uint32_t)pSetVidPnSourceAddress->PrimaryAddress.QuadPart, 5494 pSetVidPnSourceAddress->VidPnSourceId, 5495 pSource->AllocData.SurfDesc.width, pSource->AllocData.SurfDesc.height); 5493 if (pDevExt->enmHwType == VBOXVIDEO_HWTYPE_VMSVGA) 5494 { 5495 GaScreenDefine(pDevExt->pGa, (uint32_t)pSetVidPnSourceAddress->PrimaryAddress.QuadPart, 5496 pSetVidPnSourceAddress->VidPnSourceId, 5497 pSource->AllocData.SurfDesc.width, pSource->AllocData.SurfDesc.height); 5498 } 5496 5499 #endif 5497 5500
Note:
See TracChangeset
for help on using the changeset viewer.