VirtualBox

Ignore:
Timestamp:
Oct 21, 2010 12:52:37 PM (14 years ago)
Author:
vboxsync
Message:

wddm/3d: scrolling with aero 8x speedup, bugfixing + profiling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp

    r33252 r33306  
    983983    Assert(Status == STATUS_SUCCESS);
    984984
     985    if (context.data.bNotifyDpc)
     986        pDevExt->u.primary.DxgkInterface.DxgkCbNotifyDpc(pDevExt->u.primary.DxgkInterface.DeviceHandle);
     987
    985988    if (!vboxSHGSMIListIsEmpty(&context.data.CtlList))
    986989    {
     
    10031006
    10041007    vboxVdmaDdiCmdHandleCompletedList(pDevExt, &pDevExt->DdiCmdQueue, &context.data.CompletedDdiCmdQueue);
    1005 
    1006     if (context.data.bNotifyDpc)
    1007         pDevExt->u.primary.DxgkInterface.DxgkCbNotifyDpc(pDevExt->u.primary.DxgkInterface.DeviceHandle);
    10081008
    10091009//    dfprintf(("<== "__FUNCTION__ ", context(0x%p)\n", MiniportDeviceContext));
     
    42454245    DXGKARG_RENDER  *pRender)
    42464246{
    4247     drprintf(("==> "__FUNCTION__ ", hContext(0x%x)\n", hContext));
     4247//    drprintf(("==> "__FUNCTION__ ", hContext(0x%x)\n", hContext));
    42484248
    42494249    Assert(pRender->DmaBufferPrivateDataSize >= sizeof (VBOXWDDM_DMA_PRIVATEDATA_BASEHDR));
     
    43474347    }
    43484348
    4349     drprintf(("<== "__FUNCTION__ ", hContext(0x%x)\n", hContext));
     4349//    drprintf(("<== "__FUNCTION__ ", hContext(0x%x)\n", hContext));
    43504350
    43514351    return Status;
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