yuzu icon indicating copy to clipboard operation
yuzu copied to clipboard

video_core: Generate mipmap texture by drawing

Open vonchenplus opened this issue 1 year ago • 1 comments

It seems that some games use drawing to generate mipmap textures, and the emulator does not currently support this behaviour very well.

When this behaviour is triggered, the viewport transform is disabled, so we can set the current viewport to the drawing area and rescale the vertex position.

image To image

Fixed: Icons in RetroArch image image

DQB sees similar behavior, but needs more fixes.

Warning: This will broken the existing shader cache.

vonchenplus avatar Sep 04 '22 05:09 vonchenplus

Rebase?

Timmy5942 avatar Sep 19 '22 11:09 Timmy5942