Commit Graph

12 Commits

Author SHA1 Message Date
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
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
f42fd6b791 [XCX} Skell view fix, AA sharpen fix, 2018-03-01 19:05:35 +01:00
getdls
d804e1429a Revert "Revert "[XCX] fix - Sharpness scaling add skell view brightness fix""
This reverts commit d9b2dc9e86.
2018-03-01 19:01:21 +01:00
getdls
d9b2dc9e86 Revert "[XCX] fix - Sharpness scaling add skell view brightness fix"
This reverts commit 0fbf2f464b.
2018-02-28 22:38:21 +01:00
getdls
0fbf2f464b [XCX] fix - Sharpness scaling add skell view brightness fix 2018-02-28 22:24:22 +01:00
getdls
3c49e8617a [XCX] Replace broken sharpen pass in AA with configurable version 2018-02-28 00:49:05 +01:00
getdls
f99d4a2e51 Revert "[XCX] Back to pre-scale setting"
This reverts commit caf0b08fe4.
2017-12-07 13:21:28 +01:00
getdls
caf0b08fe4 [XCX] Back to pre-scale setting
Fix - Constant works better (5760p) with pre-blur. Sticking with that
until two pass has been tweaked to go from 720 -> 5760
2017-12-07 12:33:36 +01:00
getdls
6331abdc50 [XCX] Colour banding fix, godray stencil, AA and brightness tweaks
Add - God ray stencil scaling. Actually does improve quality.. just hard
to notice
Fix - Sky colour banding,  increase depth + dithering
Improve - Brightness truncation banding,   increase depth + dithering
Improve - AA "fix" edges was still using old logic
2017-11-27 23:05:06 +01:00
getdls
596e66f7c8 [XCX] Rescale of shadows dof, bloom, motion blur, bias fixes etfc
See issue tracker for more details
https://github.com/slashiee/cemu_graphic_packs/issues/132
2017-11-12 13:32:43 +01:00