VirtualBox

Changeset 30537 in vbox


Ignore:
Timestamp:
Jun 30, 2010 6:14:11 PM (15 years ago)
Author:
vboxsync
Message:

wddm/3d: log reported visible regions for DEBUG_misha

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/load.c

    r30531 r30537  
    899899                if (S_OK==hr)
    900900                {
     901#ifdef DEBUG_misha
     902                    uint32_t i;
     903                    crDebug(">>>Regions for HWND(0x%x)>>>", Regions.hWnd);
     904                    crDebug("Flags(0x%x)", Regions.pRegions->fFlags.Value);
     905                    for (i = 0; i < Regions.pRegions->RectsInfo.cRects; ++i)
     906                    {
     907                        RECT *pRect = &Regions.pRegions->RectsInfo.aRects[i];
     908                        crDebug("Rect(%d): left(%d), top(%d), right(%d), bottom(%d)", i, pRect->left, pRect->top, pRect->right, pRect->bottom);
     909                    }
     910                    crDebug("<<<<<");
     911#endif
    901912                    /*hacky way to make sure window wouldn't be deleted in another thread as we hold hashtable lock here*/
    902913                    crHashtableWalk(stub.windowTable, stubSyncTrUpdateWindowCB, &Regions);
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