VirtualBox

Changeset 42409 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 26, 2012 1:11:24 PM (12 years ago)
Author:
vboxsync
Message:

Devices/VGA: added additional enable-able release loggingfor screen area updates by the Additions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp

    r41636 r42409  
    377377            LOGVBVABUFFER(("cbCmd = %d, x=%d, y=%d, w=%d, h=%d\n",
    378378                           cbCmd, phdr->x, phdr->y, phdr->w, phdr->h));
     379            LogRel3(("%s: update command cbCmd = %d, x=%d, y=%d, w=%d, h=%d\n",
     380                     __PRETTY_FUNCTION__, cbCmd, phdr->x, phdr->y, phdr->w,
     381                     phdr->h));
    379382
    380383            /* Collect all rects into one. */
     
    420423        if (dirtyRect.xRight - dirtyRect.xLeft)
    421424        {
     425            LogRel3(("%s: sending update screen=%d, x=%d, y=%d, w=%d, h=%d\n",
     426                     __PRETTY_FUNCTION__, uScreenId, dirtyRect.xLeft,
     427                     dirtyRect.yTop, dirtyRect.xRight - dirtyRect.xLeft,
     428                     dirtyRect.yBottom - dirtyRect.yTop));
    422429            pVGAState->pDrv->pfnVBVAUpdateEnd (pVGAState->pDrv, uScreenId, dirtyRect.xLeft, dirtyRect.yTop,
    423430                                               dirtyRect.xRight - dirtyRect.xLeft, dirtyRect.yBottom - dirtyRect.yTop);
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