Changeset 30705 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Jul 7, 2010 1:15:15 PM (14 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Miniport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h
r30484 r30705 699 699 { 700 700 if (pSource->pShadowAllocation == pAllocation) 701 { 702 Assert(pAllocation->bAssigned); 701 703 return; 704 } 702 705 703 706 if (pSource->pShadowAllocation) … … 714 717 if (pAllocation) 715 718 { 719 Assert(!pAllocation->bAssigned); 720 Assert(!pAllocation->bVisible); 716 721 pAllocation->bVisible = FALSE; 717 722 /* this check ensures the shadow is not used for other source simultaneously */ -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp
r30582 r30705 2126 2126 RECT rect; 2127 2127 Assert(pContext->enmType == VBOXWDDM_CONTEXT_TYPE_SYSTEM); 2128 vboxWddmAssignShadow(pDevExt, pSource, pSrcAlloc, pDstAlloc->SurfDesc.VidPnSourceId); 2128 2129 vboxWddmCheckUpdateShadowAddress(pDevExt, pSource, pPrivateData->SrcAllocInfo.segmentIdAlloc, pPrivateData->SrcAllocInfo.offAlloc); 2129 2130 if (pBlt->DstRects.UpdateRects.cRects)
Note:
See TracChangeset
for help on using the changeset viewer.