Changeset 3681 in vbox
- Timestamp:
- Jul 18, 2007 7:30:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r3611 r3681 1091 1091 void Display::VideoAccelFlush (void) 1092 1092 { 1093 #ifdef DEBUG_sunlover 1093 #ifdef DEBUG_sunlover_2 1094 1094 LogFlowFunc (("mfVideoAccelEnabled = %d\n", mfVideoAccelEnabled)); 1095 #endif /* DEBUG_sunlover */1095 #endif /* DEBUG_sunlover_2 */ 1096 1096 1097 1097 if (!mfVideoAccelEnabled) … … 1104 1104 Assert(mpVbvaMemory); 1105 1105 1106 #ifdef DEBUG_sunlover 1106 #ifdef DEBUG_sunlover_2 1107 1107 LogFlowFunc (("indexRecordFirst = %d, indexRecordFree = %d, off32Data = %d, off32Free = %d\n", 1108 1108 mpVbvaMemory->indexRecordFirst, mpVbvaMemory->indexRecordFree, mpVbvaMemory->off32Data, mpVbvaMemory->off32Free)); 1109 #endif /* DEBUG_sunlover */1109 #endif /* DEBUG_sunlover_2 */ 1110 1110 1111 1111 /* Quick check for "nothing to update" case. */ … … 1962 1962 #endif /* DEBUG_sunlover */ 1963 1963 1964 #ifdef DEBUG_sunlover 1964 #ifdef DEBUG_sunlover_2 1965 1965 LogFlowFunc (("pDrv->pDisplay->mfVideoAccelEnabled = %d\n", 1966 1966 pDrv->pDisplay->mfVideoAccelEnabled)); 1967 #endif /* DEBUG_sunlover */1967 #endif /* DEBUG_sunlover_2 */ 1968 1968 1969 1969 Display *pDisplay = pDrv->pDisplay; … … 2064 2064 #ifdef DEBUG_sunlover 2065 2065 STAM_PROFILE_STOP(&StatDisplayRefresh, a); 2066 #endif /* DEBUG_sunlover */ 2067 #ifdef DEBUG_sunlover_2 2066 2068 LogFlowFunc (("leave\n")); 2067 #endif /* DEBUG_sunlover */2069 #endif /* DEBUG_sunlover_2 */ 2068 2070 } 2069 2071
Note:
See TracChangeset
for help on using the changeset viewer.