dolphin/Data/Sys
degasus 1571098783 Shaders: Reintroduce the old Asci-Art shader.
Dolphin had a nice but horrible slow asci art shader.
Beside being slow, it used the font from dolphin's old OSD implementation.
So it was also broken after the VideoCommon redesign.

This patch reintroduces the (almost) identical method for the asci art generation.
However with many improvements:
* Inline definition of the font, so no external dependency any more
* Optimized performance by partial unrolling with CSE'ing some memory loads
* Shader subgroup instructions, so 32 times faster on desktop CPUs on Vulkan + OGL (no D3D support)
* Option to select character size by internal or window resultion
* Dropped the last row of pixels of each character (only modification of the outcome)
2023-03-24 21:43:19 +01:00
..
GameSettings [GameSettings] Change remaining 0/1 bools to False/True 2023-03-20 15:46:32 +01:00
GC dsp_rom: Remove illegal use of AX with SRS 2021-08-22 10:49:46 -07:00
Load/GraphicMods Merge pull request #11033 from autofire372/mp3-bloom 2023-01-30 09:00:44 +01:00
Profiles/Wiimote ControllerEmu: Increase "IMUPointer" "Total Yaw" default value to match that of regular "Point" settings. 2020-09-28 18:09:34 -05:00
Resources GameList: Minor improvements to android and low res nobanner images 2021-05-19 12:43:55 -07:00
Shaders Shaders: Reintroduce the old Asci-Art shader. 2023-03-24 21:43:19 +01:00
Themes Mark files as non-executable 2019-06-02 12:31:40 +01:00
Wii/shared2/wc24 Data: Remove /shared2/{ec,succession} 2018-05-12 18:59:22 +02:00
codehandler.bin fixed 'Load into Gecko Register' codetype 2019-05-13 21:48:40 -07:00
totaldb.dsy totaldb.dsy: RecvFrom and SendTo added 2017-11-19 23:18:50 +01:00
wiitdb-de.txt Update GameTDB title files 2019-11-06 23:44:49 +01:00
wiitdb-en.txt Update GameTDB title files 2019-11-06 23:44:49 +01:00
wiitdb-es.txt Update GameTDB title files 2019-11-06 23:44:49 +01:00
wiitdb-fr.txt Update GameTDB title files 2019-11-06 23:44:49 +01:00
wiitdb-it.txt Update GameTDB title files 2019-11-06 23:44:49 +01:00
wiitdb-ja.txt Update GameTDB title files 2019-11-06 23:44:49 +01:00
wiitdb-ko.txt Update GameTDB title files 2019-11-06 23:44:49 +01:00
wiitdb-nl.txt Update GameTDB title files 2019-11-06 23:44:49 +01:00
wiitdb-pt.txt Update GameTDB title files 2019-11-06 23:44:49 +01:00
wiitdb-ru.txt Update GameTDB title files 2019-11-06 23:44:49 +01:00
wiitdb-zh_CN.txt Update GameTDB title files 2019-11-06 23:44:49 +01:00
wiitdb-zh_TW.txt Update GameTDB title files 2019-11-06 23:44:49 +01:00