VirtualBox

Ignore:
Timestamp:
Mar 2, 2010 9:30:45 PM (15 years ago)
Author:
vboxsync
Message:

wddm: make DispD3D inclusion customizable

File:
1 edited

Legend:

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

    r26928 r26976  
    763763    )
    764764{
     765    dfprintf(("==> "__FUNCTION__ ", context(0x%p), msg(0x%x)\n", MiniportDeviceContext, MessageNumber));
     766
    765767    PDEVICE_EXTENSION pDevExt = (PDEVICE_EXTENSION)MiniportDeviceContext;
    766768    BOOLEAN bOur = FALSE;
     
    838840    }
    839841
     842    dfprintf(("<== "__FUNCTION__ ", context(0x%p), bOur(0x%x)\n", MiniportDeviceContext, (ULONG)bOur));
     843
    840844    return bOur;
    841845}
     
    870874    )
    871875{
     876    dfprintf(("==> "__FUNCTION__ ", context(0x%p)\n", MiniportDeviceContext));
     877
    872878    PDEVICE_EXTENSION pDevExt = (PDEVICE_EXTENSION)MiniportDeviceContext;
    873879
     
    898904    if (dpcData.bNotifyDpc)
    899905        pDevExt->u.primary.DxgkInterface.DxgkCbNotifyDpc(pDevExt->u.primary.DxgkInterface.DeviceHandle);
     906
     907    dfprintf(("<== "__FUNCTION__ ", context(0x%p)\n", MiniportDeviceContext));
    900908}
    901909
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