Commit Graph

291 Commits

Author SHA1 Message Date
Crementif
719906c120 Add star size addition
GL_VERTEX_POINT_SIZE got enabled in the latest Cemu version, so now we can create a workaround to simulate how the stars look on the console.
2018-05-26 01:06:37 +02:00
Michael
53840f288c fix some fast racing neo shaders
doesn't fix borken display
2018-05-19 13:49:54 -07:00
Michael
a45d61a363 Fix Color Splash AA 2018-05-14 21:32:43 -07:00
Michael
f5f83c1b3d Fix SLW Bloom 2018-05-14 19:16:56 -07:00
Michael
3fe46800d9 Fix Taiko anti-aliasing 2018-05-14 18:49:35 -07:00
Michael
8e8fc3be14 More Tokyo Mirage fixes
Bloom and AA
2018-05-13 23:21:32 -07:00
Michael
b1c05b4e8c Re-add shader edits from last night
Sonic Lost World blur
Super Mario Maker blur
Tokyo Mirage Sessions blur
2018-05-13 13:20:13 -07:00
Milan
5623b7ffed Switch to Travis CI with multiple builds (#218)
* [Hyrule Warriors] Fixed coop-gamepad resolution (#212)

Thanks to @offline2007 for making a PR with this fix.

* [BotW] Add more lava artifact spots

Thanks to Soos from the discord for reporting these two spots.

Seems like there's likely some more manual editing that needs to be done, these shaders are just very minor (name) changes on the primarily used lava lake shader.

* Add Minecraft

* Shit pack

Probably only prevents HUD from counting down lmao

* add Splatoon LOD Bias pack

* Add BotW LOD Bias

* Change LOD Bias settings for BotW & Splat

Pretty much NVIDIA Inspector -3 now... If you want -16 you know what to do:

overwriteLodBias = -16

* [SSB4] Replace pixel mess with black screen

Should take care of the character issue, but it's now a black screen...

If you want to go back to the old method, comment out the width and height overrides and uncomment the format override

https://cdn.discordapp.com/attachments/416648220433711116/442867371229708311/unknown.png

* Add Runner2

Blur automatically disabled in res packs, separate pack made for native res users

Will add other regions at later date unless someone beats me to it

* Add other regions to Runner2

Demo title id included

* Switch to Travis CI with multiple builds

This will swap over to Travis which offers native linux builds. It's, against our expectations, slower or equal (probably due to lower specs), then our current Appveyor build. It does allow for a cleaner build and also implements a way to add random resolutions people would like to be added in our new 2 parallel building method. It builds Github Releases that contain multiple assets. This'll also make the common downloaded resolutions be more on their own so that people won't have loading problems. Also, the building process contains less initial spam due to the Travis' line folding. If there's an error from the php script it'll unfold automatically so no information is really hidden.
2018-05-13 13:10:06 -07:00
Michael
07e39a5c60
Fix ending video for MK8 2018-04-11 16:37:52 -07:00
Michael
174ce136bd
Disable player name scaling 2018-04-08 16:35:58 -07:00
Michael
b969a61b7b
Move shadow packs to main pack (#210)
* Move shadow packs to main pack

As talked about in #143

* remove splatoon shader edit

Same shader is also in the main pack... confusing

* Add end-screen fix for shadow scaling

Also added a label. Could mean that there's a need to scale a different shader like 
https://github.com/slashiee/cemu_graphic_packs/issues/149#issuecomment-379528843 suggests, although I'm not sure anymore.
2018-04-08 02:33:29 -07:00
SteveLeafo
38d4c00f6d Add Giana Sisters: Twisted Dreams 2018-04-08 09:25:04 +02:00
Michael
847911a0a6 [Splatoon] Add Squid Sisters UW fix
Before - https://user-images.githubusercontent.com/15317421/38182136-3a4d8c76-35ec-11e8-9c88-049e1d553bb4.png
After - https://user-images.githubusercontent.com/15317421/38215786-bdd25676-367d-11e8-9436-769fb7916b5b.png

rules.txt fixes the low resolution - https://cdn.discordapp.com/attachments/235194499343712256/430488023550132225/unknown.png
2018-04-02 22:21:38 -07:00
Michael
38c4c5ec78 remove april fools stuff 2018-04-01 19:50:27 -07:00
Michael
f4e7ecae47 [Splatoon] Fix AMD bugs 2018-04-01 12:30:07 -07:00
Michael
307fb07fc2 [Pokken] Fix shadows 2018-04-01 01:37:23 -07:00
getdls
4bce482979 [XCX] copy paste fix 2018-03-31 02:58:33 +02:00
getdls
5dd2f2aed5 [XCX] Minor improvements - Shadows and AO
Shadows - More values scaled, details
AO - Less banding
2018-03-31 02:37:06 +02:00
getdls
f5f38ce2fe [XCX] Aspect ratio fixes 2018-03-26 21:19:39 +02:00
getdls
ce2af98152 [XCX] test 1080 scaling 2018-03-23 23:35:59 +01:00
getdls
b6ca418e2e [XCX] Fixes for aspect ratio move
Gameplay fixes done,
21:9 GUI fixes next
2018-03-23 00:58:56 +01:00
getdls
b9c2518696 [XCX] Fixes for aspect ratio move... 2018-03-22 23:30:12 +01:00
getdls
e73208884e [XCX] gameplay aspect ratio fix - Motion streaks 2018-03-22 23:20:53 +01:00
getdls
50460168a8 [XCX} Fixes for aspect ratio move... more to come.. 2018-03-22 21:50:40 +01:00
getdls
06f22fabc2 Revert "[XCX] Move gameplay aspect ratio fixes to source"
This reverts commit a1b79084c3.
2018-03-22 21:49:37 +01:00
getdls
a1b79084c3 [XCX] Move gameplay aspect ratio fixes to source
[XCX] Move gameplay aspect ratio fixes to source

Separates GUI and gameplay aspect ratio fixes.
Gameplay fixes are built and included for any none 16:9 aspect ratio
graphic pack
2018-03-22 21:35:22 +01:00
getdls
97140a765d Test auto scaling aspect fixes 2018-03-22 21:09:35 +01:00
getdls
696d9f0d07 [XCX] Re-add sharpen pass as default setting
XCX engine quick/cheap blur AA combined with a sharpen pass.
This aproximates original setting but scales to any res.
Edit sharpen_strength to personal preference
const float sharpen_strength = 0.2;  //0 off, 1 full (edge haloing)
note, off = use only blur aa
2018-03-19 22:40:37 +01:00
getdls
9a9362e0c3 [XCX] 21:9 fix flashlight, blur scaling less aggressive on low res 2018-03-19 00:09:03 +01:00
getdls
da421eb94a [XCX] scaling test, to be reverted 2018-03-18 17:54:08 +01:00
getdls
58b37a6798 [XCX] scaling test 3, to be reverted 2018-03-18 17:07:18 +01:00
getdls
c49b9a0953 Revert "[XCX] Test, to be reverted"
This reverts commit 9ba1afe0fa.
2018-03-18 16:55:14 +01:00
getdls
b41e4133cd Revert "[XCX] to be reverted 2..."
This reverts commit c21653bdc9.
2018-03-18 16:54:17 +01:00
getdls
c21653bdc9 [XCX] to be reverted 2... 2018-03-18 16:45:36 +01:00
getdls
9ba1afe0fa [XCX] Test, to be reverted 2018-03-18 16:42:26 +01:00
getdls
8fa52937c9 [XCX] Alignment cleanup + 8k fix inital commit
Fixes alignment drifting on higher resolutions.  By replacing with fixes
earlier in the rendering pipe.
This should also improve a lot of light leaking, but full res tweak will
be in upcoming commits.

As this is the initial commit, skell view may still be off and some
specific shadow fixes will probably be retired.
2018-03-18 12:22:26 +01:00
getdls
f7ef21ef54 [XCX] Improve point light scaling
One value was off in the first version, less bright instead of scaling
2018-03-17 00:58:12 +01:00
getdls
bd40700371 [XCX] Shadow scaling - Indoor point lights 2018-03-14 23:44:26 +01:00
getdls
6191ba1223 [XCX] Adjustable brightness new default, bloom alignment
Slight lift to shadows + gamma balancing loss of contrast. Works better
for hardcoded night scenes, NLA attack, opening
Bloom alignment merge pass, mostly for 4k+
2018-03-13 23:42:29 +01:00
getdls
63f5630a36 Revert "[XCX] rounding test, to be reverted"
This reverts commit f0d2bc5ea2.
2018-03-12 23:18:32 +01:00
getdls
f0d2bc5ea2 [XCX] rounding test, to be reverted 2018-03-12 23:04:11 +01:00
getdls
9feef75009 [XCX] Two pass blur prelim scaling... again
Input to two-pass is pre-blured, so full res scaling is overkill.
2018-03-12 22:52:09 +01:00
getdls
ecd43c948d [WWHD} LOD tweak 2018-03-06 20:47:14 +01:00
getdls
63bf57b09a [WWHD] test scale AO 2018-03-06 20:27:08 +01:00
getdls
9bc060f481 [XCX] further AA tweaks 2018-03-04 12:47:01 +01:00
getdls
edb182c491 [XCX} Default to super sampling 0x01a LOD and AA removal 2018-03-04 03:10:33 +01:00
getdls
12f2c6c8fe [XCX} Complete otion blur scaling, alpha + sample 2018-03-03 16:06:52 +01:00
getdls
0ddef1ca5b [XCX] Header fix 2018-03-03 02:39:09 +01:00
getdls
c430a7747d [XCX] motion blur -> const to scaling
fixes artifacts but less blurry on 4k+
2018-03-03 02:27:38 +01:00
getdls
47aa3c10b2 [XCX] Fix - Separate AA scaling for skell view, align bloom skell view 2018-03-01 21:43:03 +01:00