VirtualBox

Ignore:
Timestamp:
Apr 1, 2014 1:53:32 PM (11 years ago)
Author:
vboxsync
Message:

wddm/crOpenGL: new command submission fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.cpp

    r50940 r50944  
    914914
    915915    pCmd->u8State = VBOXCMDVBVA_STATE_SUBMITTED;
     916#ifdef DEBUG_misha
     917    Assert(pCmd->u32FenceID == pVbva->u32FenceSubmitted + 1);
     918#endif
    916919    pVbva->u32FenceSubmitted = pCmd->u32FenceID;
    917920
     
    10631066        {
    10641067            if (u32FenceID)
     1068            {
     1069#ifdef DEBUG_misha
     1070                Assert(u32FenceID == pVbva->u32FenceCompleted + 1);
     1071#endif
    10651072                pVbva->u32FenceCompleted = u32FenceID;
     1073            }
    10661074            enmDdiNotify = DXGK_INTERRUPT_DMA_COMPLETED;
    10671075        }
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