Changeset 41233 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm
- Timestamp:
- May 10, 2012 12:16:22 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77881
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.cpp
r40785 r41233 869 869 if (pBlt->Hdr.fFlags.fVisibleRegions) 870 870 { 871 PVBOXWDDM_SWAPCHAIN pSwapchain = vboxWddmSwapchainRetainByAlloc(pDevExt, pSrcAlloc); 871 872 POINT pos = pSource->VScreenPos; 872 873 if (pos.x || pos.y) … … 876 877 } 877 878 878 Status = vboxVdmaGgDirtyRectsProcess(pDevExt, pContext, NULL, &pBlt->Blt.SrcRect, &pBlt->Blt.DstRects);879 Status = vboxVdmaGgDirtyRectsProcess(pDevExt, pContext, pSwapchain, &pBlt->Blt.SrcRect, &pBlt->Blt.DstRects); 879 880 Assert(Status == STATUS_SUCCESS); 881 882 if (pSwapchain) 883 vboxWddmSwapchainRelease(pSwapchain); 880 884 } 881 885 else
Note:
See TracChangeset
for help on using the changeset viewer.