Commit Graph

22 Commits

Author SHA1 Message Date
Michele
4398ebcebe Add credits and normalize resolution presets
I searched through quite a bit of commits to properly credit some packs. Some of the credits are based off memory. Please let me know if I incorrectly credited or forgot to credit somebody.
2020-01-10 17:06:51 -08:00
Crementif
077f4f8f27
Fix shader errors and shader cleanup
Since I wanted to make sure that I didn't broke the shaders after converting the shaders to Vulkan, we need to check if all the shaders weren't broken. Since we're talking about like 400 shaders checking all of them is pretty much impossible and even then, 

So, the obvious solution was to automate the checking. Not as simple as you'd think, because in 300 of our shaders we use preset variables which without replacing the value like Cemu does, will make the shader error regardless. So I also implemented some functionality that would read the preset values and types out of the rules.txt file and replace them in the shaders using that information. And then we use Khronos' glslang to compile the shaders, using both OpenGL and Vulkan.

The result was that glslang found quite a few errors in some of the shaders, which I fixed in this commit. I'm considering adding this rules.txt parsing and automated shader compilation testing to the build process.

Also, I fixed Clarity's name and description since Monochromia isn't available anymore and Xenoblade's resolution pack had a lot of weird blank lines before their #version declaration, which my converter didn't like.
2019-11-29 00:51:00 +01:00
Crementif
f48cb6aa76
[BotW] Add Survival of the Wild clarity presets
Made by Silentverge, GameBanana link can be found here https://gamebanana.com/gamefiles/9921
2019-11-24 21:52:25 +01:00
Exzap
63a51ab720 Update some graphic packs to version 4
Clarity got updated, plus a bunch of graphic packs that don't use shaders.
2019-11-16 04:54:26 +01:00
Crementif
7d0e88d469
Fix file difference caused by a Github Website commit
Blame 42d24c4c0d
2019-06-06 15:20:02 +02:00
CellHunter
42d24c4c0d
Calrity EDIT
One more time
2019-06-06 02:18:42 -05:00
Crementif
c152f7a8bb
[BotW] Bugfix for Clarity 2019-04-27 07:54:26 +02:00
Crementif
24785ee0e7
[BotW] Fix Clarity pack bug found by charmics
Should fix a greenish tone that would appear if you turn up the curves contrast too high.
2019-04-26 21:12:09 +02:00
Michael
477f71cf86 Revert "Improve performance with (almost) every game"
This reverts commit 2f5488c22e.
2019-04-01 19:54:41 -07:00
Michael
2f5488c22e Improve performance with (almost) every game 2019-03-31 22:45:26 -07:00
Crementif
e0fa6b5a3b Fix whitespace difference caused by Github's online editor 2019-03-24 14:46:43 +01:00
RandomGuyJCI
e748f9bccb Fix preset name(s) (#325) 2019-01-16 13:47:43 -08:00
CellHunter
64261f9733
Update thy clarity preset 2019-01-12 15:15:25 -06:00
Crementif
b517bd04ab [BotW] Add clarity presets
Also, still trying to fix the website... soon™️
2019-01-08 22:43:06 +01:00
Crementif
d554dc2ca7 Revert "Reworked website!"
This reverts commit 27f90c4326.
2019-01-08 00:06:16 +01:00
Crementif
27f90c4326 Reworked website!
Let me know if you've got any feedback or things you would want to see on the site.

Also, added some clarity updates.
2019-01-08 00:04:11 +01:00
RandomGuyJCI
d17f099e6c Remove quotation marks. (#261) 2018-11-08 20:09:37 -08:00
Michael
a1db78f1ef push skalfates changes 2018-11-07 17:30:40 -08:00
CellHunter
8025f7f7f3
Adds Serfrosts latest preset. 2018-11-06 23:21:02 -06:00
CellHunter
58ab2fe9f9
Update 37040a485a29d54e_00000000000003c9_ps.txt 2018-11-06 00:34:59 -06:00
CellHunter
b19baeee99
Updated "CellHunter" Preset. 2018-11-06 00:33:34 -06:00
Crementif
8433e2253c Replace with 1.14.0 repository
Also new website! We've got the version2 branch if people want to search in those files.
2018-10-31 11:03:04 +01:00