Changeset 42082 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm
- Timestamp:
- Jul 10, 2012 9:51:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r42081 r42082 6216 6216 { 6217 6217 if (!bUpdateRectInited) 6218 { 6218 6219 UpdateRect = pPresentDisplayOnly->pMoves[i].DestRect; 6220 bUpdateRectInited = TRUE; 6221 } 6219 6222 else 6220 6223 vboxWddmRectUnite(&UpdateRect, &pPresentDisplayOnly->pMoves[i].DestRect); … … 6226 6229 vboxVdmaGgDmaBltPerform(pDevExt, &SrcAllocData, &pPresentDisplayOnly->pDirtyRect[i], &pSource->AllocData, &pPresentDisplayOnly->pDirtyRect[i]); 6227 6230 if (!bUpdateRectInited) 6231 { 6228 6232 UpdateRect = pPresentDisplayOnly->pDirtyRect[i]; 6233 bUpdateRectInited = TRUE; 6234 } 6229 6235 else 6230 6236 vboxWddmRectUnite(&UpdateRect, &pPresentDisplayOnly->pDirtyRect[i]);
Note:
See TracChangeset
for help on using the changeset viewer.