cemu_graphic_packs/Enthusiast/BreathOfTheWild_4320p
NAVras-Z df950f92d5 workaround upscaled blur pixelation (#97)
the old way used in menu blur is kinda hacky (cuz i found the games's original blur is
linear sampled 5x5, not jump lines), and seems to have some negative effect when used on bloom (pixelation)
so back to increasing taps, however as the image size goes up, it becomes quite harder/impossible to get the same blurry result for some reason. 5x5 menu blur ends up in 100 taps in 10k to get the similar blur, and 9x9 used in bloom is even blurrier... so i give up trying to get the same blur by increasing a lot taps, but just scale linearly to fix pixelation first and wait for a better solution.
also the texturesize() returns weird value when mipmap is present, so changed to calculate the image size from the data passed from vertex shader (as we already figured out what blur is used so offset is known).
2017-10-07 21:24:22 -07:00
..
0f2b9ee517917425_00000000000003c9_ps.txt Antialiasing restoration (#93) 2017-10-06 09:14:04 +02:00
4dc5fdeced670c5e_0000000000000079_ps.txt [BOTW] Add custom blur shaders (#86) 2017-09-30 00:01:54 +02:00
12d8627fe9906695_0000000000000079_ps.txt workaround upscaled blur pixelation (#97) 2017-10-07 21:24:22 -07:00
45d85f1d25e7d0de_0000000000000079_ps.txt [BOTW] Add custom blur shaders (#86) 2017-09-30 00:01:54 +02:00
81bbc347eb4b6dbc_0000000079249749_ps.txt Antialiasing restoration (#93) 2017-10-06 09:14:04 +02:00
6279271034da8f93_0000000000000079_ps.txt workaround upscaled blur pixelation (#97) 2017-10-07 21:24:22 -07:00
c92c1c4c0a2fb839_0000000000001e49_ps.txt fix camera rune dof blur using the same method as zl focus (#91) 2017-10-05 19:14:51 -07:00
cb0e6e8cbec4502a_0000000000000079_ps.txt [BOTW] Update ZL focus blur (#89) 2017-10-01 22:40:58 +02:00
eabf1e8268c0acf2_0000000079249749_ps.txt Antialiasing restoration (#93) 2017-10-06 09:14:04 +02:00
f14bb57cd5c9cb77_00000000000003c9_ps.txt Contrasty disabled by default in BotW resolution packs (#94) 2017-10-06 19:29:10 +02:00
rules.txt Merge branch 'master' into BLOOM 2017-10-07 16:57:22 -07:00