Commit graph

14 commits

Author SHA1 Message Date
fe9dd46b0a OK this is what I get for blindly copy-pasting a chunk of code. 2025-07-23 19:21:32 +02:00
cff38b0291 hotfix: tonemap shader was not affected by global switch. 2025-07-23 19:20:20 +02:00
921d347f26 Remove simplified grain filter, it's too gpu-specific. 2023-11-03 10:54:32 +01:00
481b5f36be Small fix for palette still being enabled when using global toggle. 2023-11-01 12:24:41 +01:00
f7c175d1bb Ported MariENB tonemappers. 2023-09-04 23:43:11 +02:00
e8b7b1c29f Keep old naive dither as an option. 2023-03-04 18:19:38 +01:00
05b33078fb Tweak the dither math. 2023-02-26 18:03:11 +01:00
a0521259a7 Less naive palette shader. 2023-02-26 16:31:20 +01:00
7efc84adb5 Add "simplified" grain option, for extra performance.
Uses PRNG calls instead of texture fetches, so it tends to look more harsh and have patterning issues depending on the GPU.
2022-11-10 16:11:44 +01:00
97135298be Disable FPS cap when menu is open. 2022-09-24 19:57:23 +02:00
9b5f26f81e Fix preset slots above 7 not being selectable. 2022-04-23 00:12:33 +02:00
eeefaf8090 Add two more preset slots. 2022-03-24 10:35:06 +01:00
3f83453ee7 Updates to palette filter. 2022-02-05 22:48:15 +01:00
eba02b7052 Reorganize code into separate files. 2022-01-01 17:43:39 +01:00