Changeset 103714 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Mar 6, 2024 6:49:57 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 162081
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/Svga.cpp
r102144 r103714 540 540 /* fPrimary = */ false, u32Offset, fBlank); 541 541 SvgaCommit(pSvga, cbSubmit); 542 SvgaFlush(pSvga); 542 543 } 543 544 else … … 561 562 SvgaCmdDestroyScreen(pvCmd, u32ScreenId); 562 563 SvgaCommit(pSvga, cbSubmit); 564 SvgaFlush(pSvga); 563 565 } 564 566 else
Note:
See TracChangeset
for help on using the changeset viewer.