RyuKen/Ryujinx/Ui
riperiperi cda659955c
Texture Sync, incompatible overlap handling, data flush improvements. (#2971)
* Initial test for texture sync

* WIP new texture flushing setup

* Improve rules for incompatible overlaps

Fixes a lot of issues with Unreal Engine games. Still a few minor issues (some caused by dma fast path?) Needs docs and cleanup.

* Cleanup, improvements

Improve rules for fast DMA

* Small tweak to group together flushes of overlapping handles.

* Fixes, flush overlapping texture data for ASTC and BC4/5 compressed textures.

Fixes the new Life is Strange game.

* Flush overlaps before init data, fix 3d texture size/overlap stuff

* Fix 3D Textures, faster single layer flush

Note: nosy people can no longer merge this with Vulkan. (unless they are nosy enough to implement the new backend methods)

* Remove unused method

* Minor cleanup

* More cleanup

* Use the More Fun and Hopefully No Driver Bugs method for getting compressed tex too

This one's for metro

* Address feedback, ASTC+ETC to FormatClass

* Change offset to use Span slice rather than IntPtr Add

* Fix this too
2022-01-09 13:28:48 -03:00
..
App Fix wrong title language (#2933) 2021-12-27 18:10:49 -03:00
Applet Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
Helper misc: Migrate usage of RuntimeInformation to OperatingSystem (#2901) 2021-12-04 20:02:30 -03:00
Resources Using more intense lossless compression. (#2811) 2021-12-19 09:50:34 -03:00
Widgets Add Cheat Manager (#2964) 2022-01-03 09:39:43 +01:00
Windows fix build id case issue for enabled cheats (#2970) 2022-01-03 21:28:57 +01:00
GLRenderer.cs misc: Migrate usage of RuntimeInformation to OperatingSystem (#2901) 2021-12-04 20:02:30 -03:00
MainWindow.cs Add Cheat Manager (#2964) 2022-01-03 09:39:43 +01:00
MainWindow.glade Add Cheat Manager (#2964) 2022-01-03 09:39:43 +01:00
OpenToolkitBindingsContext.cs Miria: The Death of OpenTK 3 (#2194) 2021-04-14 12:28:43 +02:00
RendererWidgetBase.cs Texture Sync, incompatible overlap handling, data flush improvements. (#2971) 2022-01-09 13:28:48 -03:00
SPBOpenGLContext.cs gtk3: Add base for future Vulkan integration (#2260) 2021-05-04 18:19:04 +02:00
StatusUpdatedEventArgs.cs UI - Add Volume Controls + Mute Toggle (F2) (#2871) 2021-12-23 13:33:56 -03:00
VKRenderer.cs misc: Migrate usage of RuntimeInformation to OperatingSystem (#2901) 2021-12-04 20:02:30 -03:00