VirtualBox

Changeset 99591 in vbox


Ignore:
Timestamp:
May 3, 2023 5:05:35 PM (19 months ago)
Author:
vboxsync
Message:

Devices/Graphics: SVGA_3D_CMD_INTRA_SURFACE_COPY (build fix). bugref:9830

File:
1 edited

Legend:

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

    r99589 r99591  
    95539553            uint8_t *pu8PlaneDst = pu8Dst;
    95549554
    9555             for (uint32_t y = 0; y < clipBox.h; ++y)
     9555            for (uint32_t y = 0; y < cyBlocks; ++y)
    95569556            {
    95579557                memmove(pu8PlaneDst, pu8PlaneSrc, cbRow);
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