VirtualBox

Changeset 30540 in vbox for trunk/src


Ignore:
Timestamp:
Jun 30, 2010 9:28:09 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63248
Message:

wddm/3d: disable verbose logging

Location:
trunk/src/VBox/Additions
Files:
2 edited

Legend:

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

    r30536 r30540  
    17261726    DXGKARG_DESCRIBEALLOCATION*  pDescribeAllocation)
    17271727{
    1728     dfprintf(("==> "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter));
     1728//    dfprintf(("==> "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter));
    17291729
    17301730    vboxVDbgBreakFv();
     
    17391739    pDescribeAllocation->PrivateDriverFormatAttribute = 0;
    17401740
    1741     dfprintf(("<== "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter));
     1741//    dfprintf(("<== "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter));
    17421742
    17431743    return STATUS_SUCCESS;
     
    26372637    PAGED_CODE();
    26382638
    2639     dfprintf(("==> "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter));
     2639//    dfprintf(("==> "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter));
    26402640
    26412641    NTSTATUS Status = STATUS_NOT_SUPPORTED;
     
    27412741    }
    27422742
    2743     dfprintf(("<== "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter));
     2743//    dfprintf(("<== "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter));
    27442744
    27452745    return Status;
  • trunk/src/VBox/Additions/common/crOpenGL/load.c

    r30539 r30540  
    895895                if (S_OK==hr)
    896896                {
    897 #ifdef DEBUG_misha
     897#  if 0
    898898                    uint32_t i;
    899899                    crDebug(">>>Regions for HWND(0x%x)>>>", Regions.hWnd);
     
    905905                    }
    906906                    crDebug("<<<<<");
    907 #endif
     907#  endif
    908908                    /*hacky way to make sure window wouldn't be deleted in another thread as we hold hashtable lock here*/
    909909                    crHashtableWalk(stub.windowTable, stubSyncTrUpdateWindowCB, &Regions);
Note: See TracChangeset for help on using the changeset viewer.

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