Files
ARMSX2/pcsx2-gsrunner
Stenzek 3e8e1ed596 GS/HW: Don't align dirty rectangles to block sizes when updating
Don't align the area we write to the target to the block size. If the format matches, the writes don't need
to be block aligned. We still read the whole thing in, because that's the granularity that ReadTexture
operates at, but discard those pixels when updating the framebuffer. Onimusha 2 does this dance where it
uploads the left 4 pixels to the middle of the image, then moves it to the left, and because we process
the move in hardware, local memory never gets updated, and thus is stale.
2023-10-18 01:08:34 +10:00
..
2023-07-22 05:15:21 +01:00
2023-07-22 05:15:21 +01:00
2023-10-02 15:28:24 +10:00
2023-07-20 19:24:36 +10:00