VirtualBox

Changeset 83292 in vbox


Ignore:
Timestamp:
Mar 14, 2020 1:23:27 PM (5 years ago)
Author:
vboxsync
Message:

Devices/Graphics: added buffer offset to a debug log statement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp

    r82968 r83292  
    646646                AssertRC(rc);
    647647
    648                 Log4(("first line [z=%d]:\n%.*Rhxd\n",
    649                       z, pMipLevel->cbSurfacePitch, (uint8_t *)pMipLevel->pSurfaceData + uHostOffset));
     648                Log4(("first line [z=%d] (updated at offset 0x%x):\n%.*Rhxd\n",
     649                      z, uHostOffset, pMipLevel->cbSurfacePitch, pMipLevel->pSurfaceData));
    650650
    651651                uHostOffset += pMipLevel->cbSurfacePlane;
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