- Timestamp:
- Jun 30, 2010 9:28:09 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63248
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp
r30536 r30540 1726 1726 DXGKARG_DESCRIBEALLOCATION* pDescribeAllocation) 1727 1727 { 1728 dfprintf(("==> "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter));1728 // dfprintf(("==> "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter)); 1729 1729 1730 1730 vboxVDbgBreakFv(); … … 1739 1739 pDescribeAllocation->PrivateDriverFormatAttribute = 0; 1740 1740 1741 dfprintf(("<== "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter));1741 // dfprintf(("<== "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter)); 1742 1742 1743 1743 return STATUS_SUCCESS; … … 2637 2637 PAGED_CODE(); 2638 2638 2639 dfprintf(("==> "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter));2639 // dfprintf(("==> "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter)); 2640 2640 2641 2641 NTSTATUS Status = STATUS_NOT_SUPPORTED; … … 2741 2741 } 2742 2742 2743 dfprintf(("<== "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter));2743 // dfprintf(("<== "__FUNCTION__ ", hAdapter(0x%x)\n", hAdapter)); 2744 2744 2745 2745 return Status; -
trunk/src/VBox/Additions/common/crOpenGL/load.c
r30539 r30540 895 895 if (S_OK==hr) 896 896 { 897 # ifdef DEBUG_misha897 # if 0 898 898 uint32_t i; 899 899 crDebug(">>>Regions for HWND(0x%x)>>>", Regions.hWnd); … … 905 905 } 906 906 crDebug("<<<<<"); 907 # endif907 # endif 908 908 /*hacky way to make sure window wouldn't be deleted in another thread as we hold hashtable lock here*/ 909 909 crHashtableWalk(stub.windowTable, stubSyncTrUpdateWindowCB, &Regions);
Note:
See TracChangeset
for help on using the changeset viewer.