Changeset 99813 in vbox
- Timestamp:
- May 16, 2023 4:03:33 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaWddm.cpp
r99789 r99813 1557 1557 const uint32_t u32LastCompletedFenceId = ASMAtomicReadU32(&pGaDevExt->u32LastCompletedFenceId); 1558 1558 1559 GALOG((" enter\n"));1560 1559 gaFenceObjectsLock(pGaDevExt); 1561 1560 … … 1621 1620 if (ASMAtomicCmpXchgBool(&pSvga->fCommandBufferIrq, false, true) && pSvga->pCBState) 1622 1621 SvgaCmdBufProcess(pSvga); 1623 1624 GALOG((" leave\n"));1625 1622 } 1626 1623
Note:
See TracChangeset
for help on using the changeset viewer.