VirtualBox

Ignore:
Timestamp:
Jun 3, 2022 6:49:41 PM (3 years ago)
Author:
vboxsync
Message:

WDDM: render should output all patch locations; when allocation is deleted then detach it from VidPN source if necessary. bugref:9845

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.h

    r93115 r95191  
    122122        pOldAlloc->bAssigned = FALSE;
    123123        Assert(pOldAlloc->AllocData.SurfDesc.VidPnSourceId == srcId);
     124        pOldAlloc->CurVidPnSourceId = -1;
    124125    }
    125126
     
    129130        pAllocation->bAssigned = TRUE;
    130131        pAllocation->bVisible = pSource->bVisible;
     132        pAllocation->CurVidPnSourceId = srcId;
    131133
    132134        if (pSource->AllocData.hostID != pAllocation->AllocData.hostID)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette