Community Graphic Packs for Cemu
Go to file
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
Cheats Add Cheats Folder 2017-09-14 15:53:26 -07:00
docs Update github pages again 2017-10-05 19:53:00 -07:00
Enhancement [BotW] scale shadows automatically in packs 2017-10-07 16:56:25 -07:00
Enthusiast workaround upscaled blur pixelation (#97) 2017-10-07 21:24:22 -07:00
Performance [BotW] regular shadows formats = 0x005 2017-10-07 16:59:29 -07:00
Quality workaround upscaled blur pixelation (#97) 2017-10-07 21:24:22 -07:00
Workaround General cleanup 2017-10-07 07:37:25 -07:00
appveyor.yml [AppVeyor] Make AppVeyor actually work 2017-09-23 15:50:22 -07:00
LICENSE.md Change license 2017-09-16 15:47:02 -07:00
README.md [GitHub Pages] Use square brackets, bigger font for readme 2017-04-06 21:01:20 -07:00

Go to the GitHub Site for more information.