-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: tweak features to improve pbr consistency #961
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jiayev
added a commit
to jiayev/skyrim-community-shaders
that referenced
this pull request
Feb 15, 2025
commit 2e8787cb9d7c4d7b3d7f558c4b9c8fa0ff8e4bc6 Merge: 9742704d 36995b49 Author: 刘育嘉 <[email protected]> Date: Fri Feb 14 14:26:01 2025 +0800 Merge branch 'dev' into merge_pp commit 36995b4915ac090d2b483d7ebdd3ae2a51a4cdd5 Author: Tim <[email protected]> Date: Thu Feb 13 12:11:25 2025 +0000 perf: improve SSGI default settings commit 4606ba972d52f65d2766d7859c1cf6a1adc6324f Author: doodlum <[email protected]> Date: Wed Feb 12 21:54:07 2025 +0000 chore: tweak features to improve pbr consistency (#961) * chore: consistency changes * style: 🎨 apply clang-format changes * chore: change min specular skylighting default * fix: F0 color * chore: nullptr 8th render target * fix: complex material color * chore: reduce ao power * chore: apply gloss in gamma space for vanilla * style: 🎨 apply clang-format changes * fix: corrected too shiny vanilla specular * style: 🎨 apply clang-format changes * chore: more consistency * chore: more consistent ssgi/ssao * style: 🎨 apply clang-format changes * fix: grass specular gamma space * fix: bloom not using hue preservation * chore: slightly biased gamma to linear conversions * fix: terrain lod blending * style: 🎨 apply clang-format changes * chore: remove f0 of 0.04 * chore: do pbr specular in srgb * style: 🎨 apply clang-format changes * chore: less strong difference * chore: apply skylighting directly to reflections cubemap * chore: cheese better specular * style: 🎨 apply clang-format changes * chore: revert ao change * chore: scale specular on everything * chore: change default ssgi settings for performance * chore: rename ssgi presets * fix: do not darken mirrorlike reflections * chore: less bloomy beast races * chore: different ssgi settings * chore: revert ini change * chore: add sheen to ssil * chore: dont double scale skylighting * chore: remove accidental change * chore: do nothing fancy with ssgi specular * chore: more natural tonemap --------- Co-authored-by: doodlum <[email protected]> commit 0ef68b60da3ea3eb816c954252882be2da120b94 Author: doodlum <[email protected]> Date: Tue Feb 11 11:18:05 2025 +0000 fix: fix framecount not always iterating (#959) commit 9742704d0cf8aef73ad56876942a63a829fa0e7e Author: 刘育嘉 <[email protected]> Date: Tue Feb 11 18:16:28 2025 +0800 dof focus fix commit 1c48ca918871854df788aabfec12bd16b0f6e1a6 Author: ThePagi <[email protected]> Date: Sun Feb 9 16:21:28 2025 +0100 fix: fix parallax height blending, blurriness, MLP cutoff (#958) * fix blurry pbr parallax, fix mlp harsh fadeout * style: 🎨 apply clang-format changes * unify heigh blending for vanilla and pbr * style: 🎨 apply clang-format changes * better check for pbr mlp parallax * style: 🎨 apply clang-format changes --------- Co-authored-by: Exist <Exist@Yes> Co-authored-by: ThePagi <[email protected]> commit 62f623381c9e7bb7bbb8649e415632f328969b86 Merge: 42ef15db 8ff981d4 Author: 刘育嘉 <[email protected]> Date: Sun Feb 9 02:31:00 2025 +0800 Merge branch 'dev' into merge_pp commit 8ff981d4898c85c332d0005b7c206c018bfb1ed7 Author: doodlum <[email protected]> Date: Thu Feb 6 22:04:11 2025 +0000 fix: corrected VR hooks (#956) * fix: corrected VR hooks * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit 42ef15dbb08e8401f84967e6d6239e257e111996 Merge: 0c37ce36 a7541b72 Author: 刘育嘉 <[email protected]> Date: Fri Feb 7 03:43:00 2025 +0800 Merge remote-tracking branch 'origin/HEAD' into merge_pp commit a7541b722ac70bd424654341e429f88a1d7f65a4 Author: doodlum <[email protected]> Date: Thu Feb 6 17:36:39 2025 +0000 fix: do not patch VR renderpasses (#954) * fix: do not patch VR renderpasses * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit 245f0b6f5e9ee4f258e0aaa5cce3f1844b78deba Author: doodlum <[email protected]> Date: Thu Feb 6 17:36:28 2025 +0000 fix: grass collisions not checking capsules (#955) commit 46a19750c1d6dc4998adcc3e054de64f502bfa26 Author: doodlum <[email protected]> Date: Thu Feb 6 17:36:20 2025 +0000 chore: gamma space features and fixes (#953) * chore: gamma space features and fixes * style: 🎨 apply clang-format changes * chore: lerp in linear * style: 🎨 apply clang-format changes * fix: spaces on deferred reflections * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit 83d0628bfea604cca50c14daf89ea6556a65a6ec Author: Tim <[email protected]> Date: Thu Feb 6 16:07:38 2025 +0000 fix: skylighting generation commit 0b87c6c6b7f0c945f6b027a6817d39bbe9ac447f Author: ThePagi <[email protected]> Date: Thu Feb 6 16:57:13 2025 +0100 feat: PBR in gamma space for consistency (#952) * albedo to gamma, remove other conversions * style: 🎨 apply clang-format changes --------- Co-authored-by: Exist <Exist@Yes> Co-authored-by: ThePagi <[email protected]> commit 0c37ce36cc267e0043f38bc9bc886fbfb08a181b Author: 刘育嘉 <[email protected]> Date: Thu Feb 6 23:04:16 2025 +0800 fix commit 74c661615cc7538866714a2748502c332ffaba23 Author: 刘育嘉 <[email protected]> Date: Thu Feb 6 15:34:16 2025 +0800 fix commit 0863d9cb982c80738f9e18163b08a7812e33f123 Author: 刘育嘉 <[email protected]> Date: Thu Feb 6 15:25:13 2025 +0800 reconstructure commit d0a81ef11fd8e0ed7773f7de7eac754e15bc24a9 Merge: 4ec61a5e 97e15fba Author: 刘育嘉 <[email protected]> Date: Thu Feb 6 15:05:44 2025 +0800 Merge branch 'dev' into merge_pp commit 97e15fba346aade62d631819a88f1f727b6b152a Author: Tim <[email protected]> Date: Wed Feb 5 15:44:47 2025 +0000 chore: terrain blending tweaks commit d6897edb7cd65ab0e2f3fc3f7d37a917fac8b7c8 Author: doodlum <[email protected]> Date: Tue Feb 4 15:01:59 2025 +0000 refactor: change VariableCache data to global (#950) * refactor: change VariableCache data to global * refactor: cleanup includes * refactor: move more singleton to global * refactor: remove "&" from ptrs * style: 🎨 apply clang-format changes * chore: add missing changes * style: 🎨 apply clang-format changes * fix: crashes on startup * style: 🎨 apply clang-format changes --------- Co-authored-by: FlayaN <[email protected]> Co-authored-by: doodlum <[email protected]> commit 768a60f33389fb2764c5d053932fd8cd1400812a Author: doodlum <[email protected]> Date: Tue Feb 4 13:27:31 2025 +0000 fix: skylighting darkness on some foliage (#949) commit 26802671655886437aa9472f3863c311b2186a48 Author: doodlum <[email protected]> Date: Tue Feb 4 13:26:54 2025 +0000 chore: finalize terrain blending (#948) commit 7a809e9d544d83a81a63d9fda10a6d6d26107b8e Author: doodlum <[email protected]> Date: Mon Feb 3 18:22:32 2025 +0000 fix: dynamic cubemap color (#943) commit 4ec61a5ed5067c11947f6892b4620f0429d4ac5a Merge: 4d55ec23 89bbbcd4 Author: 刘育嘉 <[email protected]> Date: Tue Feb 4 02:16:57 2025 +0800 Merge branch 'dev' into merge_pp commit 89bbbcd438c5b64d7c2537db64959bc4fd76bd96 Author: doodlum <[email protected]> Date: Mon Feb 3 17:41:20 2025 +0000 fix: renderpass crash when exceeds 64k (#941) * fix: renderpass crash * style: 🎨 apply clang-format changes * fix(VR): add VR address for renderPassCacheCtor (#931) --------- Co-authored-by: doodlum <[email protected]> Co-authored-by: Flayan <[email protected]> commit cb1ffd5d878ab31a4c0a78a1629a2af22131d38e Author: doodlum <[email protected]> Date: Mon Feb 3 17:41:07 2025 +0000 chore: minor tweaks to features (#942) * chore: minor tweaks to features * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit d9a42839549660cf773f9d3141dcf60d4f02e4ed Author: Tim <[email protected]> Date: Mon Feb 3 17:26:57 2025 +0000 chore: reduce effect shadow radius commit decde11fa98865109c441dc4c2a7e15002ec42d1 Author: Tim <[email protected]> Date: Mon Feb 3 00:11:06 2025 +0000 chore: bump versions commit 892fdb6d35586eead709f5c04d5d3e18bad5e02f Merge: a7f22c45 b75cd3e5 Author: Tim <[email protected]> Date: Mon Feb 3 00:10:02 2025 +0000 Merge branch 'dev' of https://github.com/doodlum/skyrim-community-shaders into dev commit a7f22c4571adbf185ee1c0cfcfa2c491fd5350bf Author: Tim <[email protected]> Date: Sun Feb 2 23:54:21 2025 +0000 fix: black screen when not using DLSSG commit b75cd3e53f03d2446e45af08c0d8e8e972476c28 Author: doodlum <[email protected]> Date: Sun Feb 2 23:52:52 2025 +0000 fix: grass consistency when using mods (#939) commit 9c3b3d5aeb32fd02f036aca9b5ccb6fd6c7a9bfd Author: doodlum <[email protected]> Date: Sun Feb 2 21:08:57 2025 +0000 fix: consistent grass collision (#938) * fix: consistent grass collision * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit 4d55ec2344af2da947d4702dc8435e7f6fb970c3 Merge: f4874192 bb1835f6 Author: 刘育嘉 <[email protected]> Date: Mon Feb 3 00:31:34 2025 +0800 Merge branch 'dev' into merge_pp commit bb1835f63a74dcc0204a3bcab05c5247d4426084 Author: doodlum <[email protected]> Date: Sun Feb 2 16:02:16 2025 +0000 fix: feature inconsistencies (#929) * fix: skylighting in first person * style: 🎨 apply clang-format changes * fix: inconsistencies * style: 🎨 apply clang-format changes * chore: remove pointless R setting * fix: blackreach reflections * style: 🎨 apply clang-format changes * chore: more cleanup * style: 🎨 apply clang-format changes * fix: more fixes * style: 🎨 apply clang-format changes * fix: tree and grass consistency * style: 🎨 apply clang-format changes * chore: finish forced water settings --------- Co-authored-by: doodlum <[email protected]> commit f4874192fb6b3ef12ba11a748d970c526c073c08 Author: 刘育嘉 <[email protected]> Date: Sun Feb 2 20:28:56 2025 +0800 avoid overbright lensflare commit b9d6bbf8d27f1bf1449aab79d7cbe505ddc16333 Merge: eda840b9 613c5aa6 Author: 刘育嘉 <[email protected]> Date: Sat Feb 1 16:58:50 2025 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit 613c5aa6cfcb91f69ea9a7d59c4d7ce5a7fe9331 Author: doodlum <[email protected]> Date: Thu Jan 30 14:50:29 2025 +0000 chore: better skylighting quality (#928) * chore: better skylighting quality * chore: correct frustum size commit db3b5bef61a429603bd2ae782d25dddee7229b60 Author: doodlum <[email protected]> Date: Thu Jan 30 11:04:44 2025 +0000 feat: frame limiter for frame generation (#927) * feat: frame limiter * style: 🎨 apply clang-format changes * chore: frame limit from refresh rate * style: 🎨 apply clang-format changes * feat: dlssg settings * style: 🎨 apply clang-format changes * fix: loading settings * chore: remove unused hook --------- Co-authored-by: doodlum <[email protected]> commit 6fd663dea67c829e399d3f648e31a6cd7ab3e40d Author: ThePagi <[email protected]> Date: Thu Jan 30 00:05:55 2025 +0100 feat: parallax warping fix (#920) * parallax warp fix * style: 🎨 apply clang-format changes * consistent with changing distance * style: 🎨 apply clang-format changes * Don't reduce parallax for mlp * style: 🎨 apply clang-format changes * another fix method, ui toggle * style: 🎨 apply clang-format changes * tune curvature effect * style: 🎨 apply clang-format changes * Remove curvature debug view * style: 🎨 apply clang-format changes --------- Co-authored-by: Exist <Exist@Yes> Co-authored-by: ThePagi <[email protected]> commit ab6e973f3e91ad036acc0971599ebf74052f466c Author: doodlum <[email protected]> Date: Wed Jan 29 10:47:30 2025 +0000 chore: added more minor optimisations (#924) * chore: added more minor optimisations * style: 🎨 apply clang-format changes * chore: optimise textures * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit 2e71c672cdeeb0a20c1002c1c6c0820c16f1dbe4 Author: doodlum <[email protected]> Date: Wed Jan 29 10:47:16 2025 +0000 chore: improved complex material performance slightly (#922) * chore: slightly better complex material performance * chore: missing file * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit 511068c8c257e02aeeaa5c2f15e9582e19a6397b Author: Joshua Skinner <[email protected]> Date: Wed Jan 29 02:46:58 2025 -0800 fix: Update README.md with troubleshooting steps for Build with Docker (#926) * Ignore IntelliJ project files * Adds troubleshooting step for Build with Docker to README commit fb60f73f511c2ce56d4fbe020b256d938e1c9e04 Author: doodlum <[email protected]> Date: Sat Jan 25 18:15:17 2025 +0000 feat: optimised and bug-free terrain blending (#921) * feat: somehow works * style: 🎨 apply clang-format changes * chore: cleanup * style: 🎨 apply clang-format changes * feat: much more optimised * feat: significant performance optimisation * style: 🎨 apply clang-format changes * feat: more native state usage * style: 🎨 apply clang-format changes * chore: remove unused file --------- Co-authored-by: doodlum <[email protected]> commit eda840b9db464534644d382e32ca9309e9ff9e1a Author: 刘育嘉 <[email protected]> Date: Fri Jan 24 21:41:56 2025 +0800 revert lens flare back before burst because it looks bad commit 15abd18e1d6ce2c2f70e99e4ed410f1645ac8a7e Author: doodlum <[email protected]> Date: Thu Jan 23 11:49:56 2025 +0000 fix: first person lights (#917) commit 109c469b98552a71f042980826ceb6c6af47575e Author: Tim <[email protected]> Date: Wed Jan 22 20:39:49 2025 +0000 chore: bump versions commit cb4ed542a1c08311658b68260a91d7c1578d3a28 Author: doodlum <[email protected]> Date: Wed Jan 22 20:39:56 2025 +0000 perf: cpu performance of important GetSingleton calls (#912) * feat: performance boost progress * style: 🎨 apply clang-format changes * chore: getting there * chore: more optimisations * style: 🎨 apply clang-format changes * chore: truepbr optimisation * style: 🎨 apply clang-format changes * chore: more opts * chore: pbr shader opt * chore: BSEffectShader_SetupGeometry opt * chore: shader loader opt * fix: true pbr * chore: llf optimisation * style: 🎨 apply clang-format changes * chore: more opts * chore: even more opt * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit 1a255530674b95428f0e902a9ec83b41543a7673 Author: doodlum <[email protected]> Date: Wed Jan 22 20:39:44 2025 +0000 chore: removed water linear composite (#915) commit ef5148b1c941b642da86595f3fc353ef9d310d58 Merge: 3b762c08 3cc68de1 Author: 刘育嘉 <[email protected]> Date: Thu Jan 23 03:20:01 2025 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit 3cc68de1ccfc46a2bf44c13efbb23612e0d642a8 Author: C. S. <[email protected]> Date: Tue Jan 21 16:06:27 2025 +0000 perf: add stochastic glint sampling (#909) * fix: fix glint using wrong uv * perf: stochastic glint * Delete glint opt.7z * chore: branch for non-taa commit 3b762c087df0de4ee2ba63a6abf3700d76484d66 Merge: d59ac677 6c7487dd Author: 刘育嘉 <[email protected]> Date: Tue Jan 21 22:09:04 2025 +0800 Merge remote-tracking branch 'ThePagi/skyrim-community-shaders/dev' into merge_pp commit 6c7487dd9aa74be20f99c79d7d13709e36a2d988 Author: C. S. <[email protected]> Date: Mon Jan 20 20:49:03 2025 +0000 fix: filter nan of hq specular (#910) * fix: filter nan of hq specular * style: 🎨 apply clang-format changes * fix: compile error --------- Co-authored-by: Pentalimbed <[email protected]> commit d59ac67744a51b906e3304b70f494477c3abdcce Merge: 573ebdda 349ec429 Author: 刘育嘉 <[email protected]> Date: Mon Jan 20 11:39:25 2025 +0800 Merge branch 'dev' into merge_pp commit 349ec429bed69f68c1bae6cede1ed64f624e7981 Author: Flayan <[email protected]> Date: Mon Jan 20 01:42:08 2025 +0100 fix(VR): fix white items with PBR enabled (#907) commit 573ebddaec64362c24697df2344b27d16547add9 Merge: fa08ac29 2aa65c17 Author: 刘育嘉 <[email protected]> Date: Sun Jan 19 11:30:23 2025 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit 2aa65c17d488adffa778767018c1257aea614245 Author: Tim <[email protected]> Date: Sat Jan 18 23:26:06 2025 +0000 fix: ssr on VR commit 5d2fc2832c710220609cb7512e0fe9bf98d998a2 Author: doodlum <[email protected]> Date: Sat Jan 18 22:31:16 2025 +0000 fix: effect shaders if skylighting is disabled (#904) * fix: effect shaders if skylighting is disabled * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit 328b6d32e8dae7eced1f7ffa6d98e2ac297da2de Author: doodlum <[email protected]> Date: Sat Jan 18 21:16:16 2025 +0000 fix: skylighting on grass (#903) * fix: skylighting on grass * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit 7a03d592c1fcce634c12809f39c874b060135dc9 Author: doodlum <[email protected]> Date: Sat Jan 18 18:52:19 2025 +0000 fix: do not sample skylighting in interiors (#901) * fix: do not sample skylighting in interiors * style: 🎨 apply clang-format changes * fix: do not update skylighting in interiors --------- Co-authored-by: doodlum <[email protected]> commit ec4decc42f00dc589e8c33c7463e394c4070994b Author: doodlum <[email protected]> Date: Sat Jan 18 18:42:10 2025 +0000 feat: skylighting for effect shaders (#900) * feat: skylighting for effect shaders * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit 5048b6876da86b4f7d0ff6e03aae8d8eefdfa2e5 Author: doodlum <[email protected]> Date: Sat Jan 18 18:31:12 2025 +0000 chore: skylighing fixes missing commit (#899) * fix: skylighting fixes * style: 🎨 apply clang-format changes * fix: pause skylighting on map menu * feat: noise for skylighting + better ssr to match it * style: 🎨 apply clang-format changes * chore: allow animated * chore: only use noise with taa on * chore: adjust minimum specular and diffuse * style: 🎨 apply clang-format changes * chore: increase minimum radius * chore: cleanup * feat: ssgi dimmer * chore: bump versions * style: 🎨 apply clang-format changes * chore: maybe ok description * fix: no articulated * fix: a bit better glaciers * style: 🎨 apply clang-format changes * chore: tweak ssgi dimmer * chore: more cleanup and fixing * style: 🎨 apply clang-format changes * fix: receiver plane bias * style: 🎨 apply clang-format changes * chore: call normal bias i guess * fix: sort of better ssr fade * style: 🎨 apply clang-format changes * chore: slightly better water skylighting * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit 13043a076fa4c6f7c38d9e85423dbb01474fb049 Author: doodlum <[email protected]> Date: Sat Jan 18 18:26:58 2025 +0000 fix: skylighting fixes (#898) * fix: skylighting fixes * style: 🎨 apply clang-format changes * fix: pause skylighting on map menu * feat: noise for skylighting + better ssr to match it * style: 🎨 apply clang-format changes * chore: allow animated * chore: only use noise with taa on * chore: adjust minimum specular and diffuse * style: 🎨 apply clang-format changes * chore: increase minimum radius * chore: cleanup * feat: ssgi dimmer * chore: bump versions * style: 🎨 apply clang-format changes * chore: maybe ok description * fix: no articulated * fix: a bit better glaciers * style: 🎨 apply clang-format changes * chore: tweak ssgi dimmer * chore: more cleanup and fixing * style: 🎨 apply clang-format changes * fix: receiver plane bias * style: 🎨 apply clang-format changes * chore: call normal bias i guess * fix: sort of better ssr fade * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit fa08ac2940611194f0f7af52ab9c56aab3a91b28 Author: 刘育嘉 <[email protected]> Date: Sat Jan 18 22:22:22 2025 +0800 fixed lut loading when game boot (i hope) commit 67ad49884b665e7c79b77d3d6e6bb826d39c41f4 Author: 刘育嘉 <[email protected]> Date: Fri Jan 17 21:16:18 2025 +0800 fixed vanilla is saving commit 2fbd01053154fdea8ac5ceab07a3ce7b8929d951 Merge: 35a63041 895bf3d3 Author: 刘育嘉 <[email protected]> Date: Fri Jan 17 12:28:52 2025 +0800 Merge remote-tracking branch 'origin/HEAD' into merge_pp commit 895bf3d32bc5681abb790c9227e0fa281beefe86 Author: doodlum <[email protected]> Date: Fri Jan 17 00:23:18 2025 +0000 fix: opaque cloud shadow in clear weather (#895) * fix: cloud shadow bindings * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit 3addb547cdde46dd3dcb356572024180df184175 Author: doodlum <[email protected]> Date: Thu Jan 16 23:01:36 2025 +0000 chore: hq shadow samples (#894) * chore: hq shadow sampling * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit ef3f3ee8af9f0cfbc71341630067c06be428e136 Author: Tim <[email protected]> Date: Thu Jan 16 22:57:58 2025 +0000 chore: bump versions commit d39efe9f10cd9c7508003237713a8d2b79e7e31e Author: doodlum <[email protected]> Date: Thu Jan 16 19:14:31 2025 +0000 fix: cloud shadows issues (#893) * fix: cloud shadows issues * style: 🎨 apply clang-format changes * chore: use unorm * feat: shadows in VL * style: 🎨 apply clang-format changes * chore: don't update shared data twice a frame * fix: update shared data twice --------- Co-authored-by: doodlum <[email protected]> commit 35a63041d995ab3515a8d40f925b5969eef3ea04 Merge: 91d99317 9c602146 Author: 刘育嘉 <[email protected]> Date: Fri Jan 17 00:31:30 2025 +0800 Merge remote-tracking branch 'origin/cloud-shadows-fixes' into merge_pp commit 9c6021463a2a6b9d67e682474c5c6600add5e33a Author: Tim <[email protected]> Date: Thu Jan 16 15:37:14 2025 +0000 fix: update shared data twice commit 39c6cd50be370d1783a8f79d0b71f7351ea772a3 Author: Tim <[email protected]> Date: Thu Jan 16 15:14:48 2025 +0000 chore: don't update shared data twice a frame commit 91d99317fb6d92ef6253c4edc7d1401c0aca1a61 Author: 刘育嘉 <[email protected]> Date: Thu Jan 16 22:49:54 2025 +0800 really fixed crashing commit 87b8d6f81cd053504feac9970c4557f656ba99ff Author: 刘育嘉 <[email protected]> Date: Thu Jan 16 22:02:10 2025 +0800 fix crashing commit 9c6c0889b69f9c8ff1815b7c86d75e46f6e8eb2d Author: 刘育嘉 <[email protected]> Date: Thu Jan 16 21:51:41 2025 +0800 supports overriding is data by other plugins commit 8d12eb0ba0bea2872561ad1eab7fba3b0c9605e0 Merge: b56a20e9 8aafa9e1 Author: 刘育嘉 <[email protected]> Date: Thu Jan 16 11:27:24 2025 +0800 Merge remote-tracking branch 'origin/cloud-shadows-fixes' into merge_pp commit 8aafa9e1eacc1d0aecf3e805cbef465a00b5acca Author: doodlum <[email protected]> Date: Wed Jan 15 17:02:05 2025 +0000 style: 🎨 apply clang-format changes commit 202e380852f1863f420625f9868db51061e31584 Author: Tim <[email protected]> Date: Wed Jan 15 17:00:59 2025 +0000 feat: shadows in VL commit 303f015ed206adbf0e70f76978416cf76ebd901a Author: Tim <[email protected]> Date: Wed Jan 15 12:13:13 2025 +0000 chore: use unorm commit d3b4b55270f2a5c0c5245071b33216de61a40ca8 Author: doodlum <[email protected]> Date: Wed Jan 15 12:10:42 2025 +0000 style: 🎨 apply clang-format changes commit 1b2b66d4bae78484cee6898cffd8594b7f64f22e Author: Tim <[email protected]> Date: Wed Jan 15 12:09:31 2025 +0000 fix: cloud shadows issues commit b56a20e9a600434691536aaf82bacbe7f8eb32ca Author: 刘育嘉 <[email protected]> Date: Tue Jan 14 12:04:51 2025 +0800 manual plane now uses meter commit 7de9f3f1b346d1857602b440bacceb9a1e40b28f Author: 刘育嘉 <[email protected]> Date: Tue Jan 14 00:05:13 2025 +0800 Fix loading preset commit d4fdcdf708f193fc61484d2b6f2cd2deaca8e615 Author: 刘育嘉 <[email protected]> Date: Mon Jan 13 18:33:42 2025 +0800 burst noise working now commit 7efa3062458eccd725a83a7c0c2769b0faf43d19 Author: 刘育嘉 <[email protected]> Date: Mon Jan 13 12:03:42 2025 +0800 Add burst noise for lens flare commit 7eaaf84f071e9de0195fb9f2b5e6733c69ffa47f Author: 刘育嘉 <[email protected]> Date: Fri Jan 10 16:17:36 2025 +0800 Add freecam support for dof commit 1ef111f2b015dd1456ef4d2600a70a596f720048 Author: 刘育嘉 <[email protected]> Date: Thu Jan 9 20:46:37 2025 +0800 feature: save and load presets commit 59fc2c27d15b8ed7239ad2d296dc9fe545e2706a Author: 刘育嘉 <[email protected]> Date: Tue Jan 7 19:43:53 2025 +0800 fix initializing commit f48106adc74c40b89a805beaa5a6ab8f20f39122 Merge: 93bb8957 3cc73dc4 Author: 刘育嘉 <[email protected]> Date: Tue Jan 7 18:10:14 2025 +0800 Merge branch 'pp_arwaywetness' into merge_pp commit 3cc73dc46ce52ba1b72c047db2a80bb69f1b8762 Author: 刘育嘉 <[email protected]> Date: Tue Jan 7 17:02:43 2025 +0800 More detailed overriding settings commit 93bb895744d623af2f910c3402c65c7c16f3554c Author: 刘育嘉 <[email protected]> Date: Tue Jan 7 16:49:23 2025 +0800 minor fix to avoid weird situation commit 1f0db66c80ed2d56ef4774b87cdc8fe9948ba120 Merge: 4113643e 1d445db6 Author: 刘育嘉 <[email protected]> Date: Mon Jan 6 22:55:47 2025 +0800 Merge branch 'merge_pp' into pp_arwaywetness commit 1d445db6004fe4bbea80e10a4deb5578c379d7a6 Author: 刘育嘉 <[email protected]> Date: Mon Jan 6 22:55:23 2025 +0800 DoF scale fix and console selection commit ae6dd747977b307bd8c7e6e6a49579fe2e92251a Merge: 1b9f84f4 d908f16e Author: 刘育嘉 <[email protected]> Date: Mon Jan 6 22:17:06 2025 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit d908f16e467acdc3653d9c06aa1c2be46a27685a Author: Tim <[email protected]> Date: Mon Jan 6 13:51:08 2025 +0000 chore: version bumps commit 1b14d22dc06ebc93fe7cd69b6a1a700c2a637210 Author: doodlum <[email protected]> Date: Mon Jan 6 13:50:21 2025 +0000 feat: hq refined dithered parallax (#877) * feat: hq refined dithered parallax * style: 🎨 apply clang-format changes * fix: pbr --------- Co-authored-by: doodlum <[email protected]> commit 6ef7f3f132d3a02b548191e96c8b236d73a6b3f1 Author: doodlum <[email protected]> Date: Mon Jan 6 13:49:50 2025 +0000 fix: detect bad dynamic cubemaps (#886) * fix: detect bad dynamic cubemaps * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit da11deb361db586b4412f1d50924c896d1bdbabf Author: jiayev <[email protected]> Date: Mon Jan 6 21:49:38 2025 +0800 fix: skipping refract calculation for pbr landscape (#887) * Fixed fraction calculating for pbr landscape * Skip refract calculation for pbr landscape commit 1b9f84f4b35b872b80a407db4b0e397f73529e53 Author: 刘育嘉 <[email protected]> Date: Mon Jan 6 15:37:36 2025 +0800 fix target focus commit c8456515d67c67a36a068092140dfc2c6b630062 Author: 刘育嘉 <[email protected]> Date: Mon Jan 6 11:58:43 2025 +0800 fix commit 6b488d57af3fdf016f7edc54eb61820205a81ce2 Author: 刘育嘉 <[email protected]> Date: Mon Jan 6 11:53:15 2025 +0800 Add console selection focus commit 4113643e3e3bf1181b8b109e490f3ca9cc3cad1a Merge: 16603c98 ed73d5b2 Author: 刘育嘉 <[email protected]> Date: Sun Jan 5 19:10:59 2025 +0800 Merge branch 'merge_pp' into pp_arwaywetness commit ed73d5b2fde9f34629754bd08ea23a155f21b2a4 Merge: 2f407af9 bb807708 Author: 刘育嘉 <[email protected]> Date: Sun Jan 5 15:15:06 2025 +0800 Merge branch 'merge_pp_terraintempfix' into merge_pp commit 2f407af955c77931350f72e018fd0c6057b55ef4 Merge: a628af8d a6a10c2f Author: 刘育嘉 <[email protected]> Date: Sun Jan 5 15:14:43 2025 +0800 Merge branch 'pbr_landscape_fix' into merge_pp commit bb80770826cc2e91b53a5f51f7b200b8d3402df9 Merge: f7d2202f a6a10c2f Author: 刘育嘉 <[email protected]> Date: Sun Jan 5 15:12:42 2025 +0800 Merge branch 'pbr_landscape_fix' into merge_pp_terraintempfix commit a6a10c2f26b5bd6d2441dfeaeb1f50df15116f67 Author: 刘育嘉 <[email protected]> Date: Sun Jan 5 15:12:22 2025 +0800 Skip refract calculation for pbr landscape commit 8cf4174612856f6c871d13e551a91a7791e5f3a2 Author: 刘育嘉 <[email protected]> Date: Sun Jan 5 15:00:34 2025 +0800 Fixed fraction calculating for pbr landscape commit f7d2202f55ae88ea773891e32a3ae0ec9557602d Merge: a0411ae4 a628af8d Author: 刘育嘉 <[email protected]> Date: Sat Jan 4 14:02:31 2025 +0800 Merge branch 'merge_pp' into merge_pp_terraintempfix commit a628af8d1009ef8d689cd4183888a0dd1ee7ba58 Merge: 33390439 360ebc3e Author: 刘育嘉 <[email protected]> Date: Sat Jan 4 14:00:22 2025 +0800 Merge remote-tracking branch 'origin/hq-parallax' into merge_pp commit 33390439658d6e1587dd2a30950e1d22a4caba49 Merge: 0854bbd2 3c2d4c52 Author: 刘育嘉 <[email protected]> Date: Sat Jan 4 14:00:14 2025 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit 3c2d4c521132915bc990e43c45c7d96a56415694 Author: doodlum <[email protected]> Date: Fri Jan 3 11:03:41 2025 +0000 fix: distant water reflections (#885) commit 360ebc3e2c3f4fdea4810c4fbcb7cc49764779cf Author: Tim <[email protected]> Date: Fri Jan 3 10:06:20 2025 +0000 fix: pbr commit a0411ae42bfc79fefe2e651e4b5893e9b856c013 Merge: 0cda035e 0854bbd2 Author: 刘育嘉 <[email protected]> Date: Fri Jan 3 17:36:32 2025 +0800 Merge branch 'merge_pp' into merge_pp_terraintempfix commit 0854bbd2dafb0e4727b1e4155f0cac5e3d8faea4 Merge: 26e1eddc bfccfe49 Author: 刘育嘉 <[email protected]> Date: Fri Jan 3 17:36:11 2025 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit bfccfe494f904b7fb09b0620abc644a2ce9d3b6d Author: Tim <[email protected]> Date: Fri Jan 3 09:24:05 2025 +0000 fix: taa sharpening commit 16603c9880374d587ac528aeab05e2eb4fc66696 Merge: 8912d88d 0cda035e Author: 刘育嘉 <[email protected]> Date: Thu Jan 2 00:02:12 2025 +0800 Merge branch 'merge_pp_terraintempfix' into pp_arwaywetness commit 0cda035ed9794a42e25c7db72067fcf6ee786407 Merge: 35c1c085 26e1eddc Author: 刘育嘉 <[email protected]> Date: Wed Jan 1 23:55:04 2025 +0800 Merge branch 'merge_pp' into merge_pp_terraintempfix commit 26e1eddc8e8370eecce50e083ea1b07d8db3ab92 Merge: 896a4a78 b9c3a705 Author: jiayev <[email protected]> Date: Wed Jan 1 23:54:02 2025 +0800 Merge pull request #2 from bosnThs/targetfocus target focus commit b9c3a705b05eee7bc655b07d3c7783478299af01 Author: bosnTh <[email protected]> Date: Wed Jan 1 15:43:39 2025 +0000 target focus commit 8912d88d66cb62a8b4c46424d48ba7675fd7a7f2 Author: 刘育嘉 <[email protected]> Date: Wed Jan 1 15:45:16 2025 +0800 Fix saving debug commit 25a068dc6d64621b999dbd29a7b40b16e6058403 Author: 刘育嘉 <[email protected]> Date: Wed Jan 1 15:00:08 2025 +0800 Ex&In commit 73d5ab5af62058341c8c15cf843b3579ca92708b Author: 刘育嘉 <[email protected]> Date: Wed Jan 1 13:10:47 2025 +0800 modified: src/Features/WetnessEffects.cpp modified: src/Features/WetnessEffects.h commit 35c1c085e0cddb112df8ee1162a54ce1d01d5120 Author: 刘育嘉 <[email protected]> Date: Tue Dec 31 11:17:22 2024 +0800 exist's fix commit 9df63b4449c285517548751c590055a55232f041 Author: 刘育嘉 <[email protected]> Date: Mon Dec 30 03:38:19 2024 +0800 exist math fix commit 6afbc05eddc761616f561ef6ed4a02b825a96141 Author: 刘育嘉 <[email protected]> Date: Mon Dec 30 03:12:26 2024 +0800 Debug for exist's parallax fix test commit 56478e26ecbba7eb4c677cb19c02f5d747ff02fc Merge: 6c42d357 896a4a78 Author: 刘育嘉 <[email protected]> Date: Mon Dec 30 03:10:22 2024 +0800 Merge branch 'merge_pp' into merge_pp_terraintempfix commit 896a4a78412c4d0f70439310728c3771cc1c26eb Merge: f57a3fd7 3a5abd12 Author: jiayev <[email protected]> Date: Mon Dec 30 03:09:25 2024 +0800 Merge pull request #1 from ObsidianGeologist/pp-edit-effect-ui [feat] Add an edit button to effect shader commit 6c42d357a9df729a589bc09a073e2fbf6ee5506f Author: 刘育嘉 <[email protected]> Date: Mon Dec 23 21:50:00 2024 +0800 for debug use commit 489a2ebb292fdf956ae96b013a9337c94491c72d Merge: 24e25e5d 3665c9fe Author: 刘育嘉 <[email protected]> Date: Mon Dec 23 20:51:33 2024 +0800 Merge remote-tracking branch 'ThePagi/skyrim-community-shaders/parallax_curvature' into merge_pp_terraintempfix commit 24e25e5dbfad44fad89f9cbfb4717111b23baaa4 Author: 刘育嘉 <[email protected]> Date: Mon Dec 23 12:31:57 2024 +0800 Move to right folder commit c84a5a491ac593bb2585d92b18257e3f744b1e7d Author: 刘育嘉 <[email protected]> Date: Mon Dec 23 12:16:44 2024 +0800 Add TerrainBlending back commit f57a3fd793f42dd140b5c91a7c0a3816a161ca00 Merge: a380676a 7665478f Author: 刘育嘉 <[email protected]> Date: Mon Dec 23 12:07:49 2024 +0800 Merge remote-tracking branch 'origin/hq-parallax' into merge_pp commit 3665c9fe48e6315fae36341535d08cd978372265 Author: ThePagi <[email protected]> Date: Sun Dec 22 20:56:35 2024 +0000 style: 🎨 apply clang-format changes commit b4a084f88e6bf1250b8ae904d20e18b87ba1b023 Author: Exist <Exist@Yes> Date: Sun Dec 22 21:55:38 2024 +0100 works but magic numbers commit 7665478f502838ccf5550e84367e2a2342d759f2 Author: doodlum <[email protected]> Date: Sun Dec 22 20:51:12 2024 +0000 style: 🎨 apply clang-format changes commit 87216abf48177218f8b16e7e27f4634188fe7e0e Author: Tim <[email protected]> Date: Sun Dec 22 20:50:37 2024 +0000 feat: hq refined dithered parallax commit a380676a1a8b7190f1de03a417d5e0435c1dbe6a Author: 刘育嘉 <[email protected]> Date: Sat Dec 21 12:30:03 2024 +0800 Fix dof hlsl commit ff667bac0a051f0fac6533b6fd6a4b5df6b544e8 Author: 刘育嘉 <[email protected]> Date: Sat Dec 21 12:10:54 2024 +0800 Add near/far max blur commit fddaf83d40eff32fa44e3a01f5718fa26881a99c Author: 刘育嘉 <[email protected]> Date: Fri Dec 20 12:28:20 2024 +0800 add permission info commit b00de472d8d4abff18dd4b515aa7d6563dc12a6d Author: 刘育嘉 <[email protected]> Date: Fri Dec 20 12:20:56 2024 +0800 Add in/ex override for vanillaIS commit 12d118af8e48c2c6c913b93e6757bb0ff1f08234 Author: 刘育嘉 <[email protected]> Date: Fri Dec 20 01:55:07 2024 +0800 Fix near blur and post smooth commit 90e2a7438b2e065faf46c83869b4e42c14b4eeaa Merge: e34228a2 d60514dc Author: 刘育嘉 <[email protected]> Date: Thu Dec 19 20:53:59 2024 +0800 Merge branch 'merge_pp' into pp_dof commit d60514dcfd031737d6cd20c2ffc1b6c89815dc4a Author: 刘育嘉 <[email protected]> Date: Thu Dec 19 20:53:37 2024 +0800 minor fix for menu commit e34228a2d6c3f574ab521b29d4fdfb0b026f6062 Author: 刘育嘉 <[email protected]> Date: Thu Dec 19 20:22:32 2024 +0800 tiny fix commit f325cd9115a7eeaf8adaabf88aeead22da3042f0 Author: 刘育嘉 <[email protected]> Date: Thu Dec 19 19:00:00 2024 +0800 fix some dof settings commit 695c1223cc370cc2ccea0eaf80c8f4fbfff872f6 Merge: b05e4f13 0ec57c9e Author: 刘育嘉 <[email protected]> Date: Thu Dec 19 17:39:11 2024 +0800 Merge remote-tracking branch 'myfork/merge_pp' into pp_dof commit 0ec57c9eaf3ab44812484b7097378432ebb565c8 Merge: 534565f2 a7162580 Author: 刘育嘉 <[email protected]> Date: Thu Dec 19 17:38:46 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit b05e4f13c498612a339bddebf70253df33ac8742 Author: 刘育嘉 <[email protected]> Date: Thu Dec 19 17:37:20 2024 +0800 Finish DoF commit a7162580f423d3e26dc025361f9ab31bd84ddeb6 Author: Colin <[email protected]> Date: Wed Dec 18 11:08:30 2024 -0500 fix: revert sampler to clamp to fix screen artifacts (#871) commit 13ec12caee8c620a22038de92d8a9d2929162df3 Author: C. S. <[email protected]> Date: Wed Dec 18 16:06:44 2024 +0000 fix: set recompileFlag when loading ssgi settings (#872) commit 44397d5aca339f23ebfd05cf75c977e02119e42b Author: 刘育嘉 <[email protected]> Date: Thu Dec 19 00:06:31 2024 +0800 fix depth commit 505bceeb260163e22bdabf1115ff10ec14c08b09 Author: 刘育嘉 <[email protected]> Date: Wed Dec 18 22:26:47 2024 +0800 Add dof commit 3a5abd1257617543bd79e0dfb4cd2e10307a1551 Author: IngloriousMaria <[email protected]> Date: Wed Dec 18 13:12:56 2024 +0000 [feat] Add an edit button to effect shader commit 534565f2aca798527672902ed88b4207029723df Author: 刘育嘉 <[email protected]> Date: Wed Dec 18 13:55:37 2024 +0800 Added In/Ex multiplier for vanilla imagespace commit 5fc2a2cdad600a6160e801fbd82fabb9e9f75d8e Merge: 71259a2a 324f1bf9 Author: 刘育嘉 <[email protected]> Date: Wed Dec 18 11:02:41 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit 324f1bf9d82d57f0e368e904dfa174224c704eeb Author: C. S. <[email protected]> Date: Tue Dec 17 20:49:50 2024 +0000 chore: bump version to 1.1.5 (#870) commit e4d2a6773c2260250dd878c560216618e5062011 Author: C. S. <[email protected]> Date: Tue Dec 17 20:20:32 2024 +0000 fix: fix terrain shadow ctd when directory does not exist (#869) commit 71259a2a5d3b04e716fcbbf29362ac3891411f5e Merge: 93fb10c3 8887cb74 Author: 刘育嘉 <[email protected]> Date: Tue Dec 17 23:57:25 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit 8887cb742e02cfe98e9fcbd17226e7122d22a244 Author: C. S. <[email protected]> Date: Tue Dec 17 15:20:42 2024 +0000 chore: bump version to 1.1.4, ssgi to 3.0.3 (#867) commit 93fb10c3943d67a6d17fdd3c88998b041ea89204 Author: 刘育嘉 <[email protected]> Date: Tue Dec 17 22:06:14 2024 +0800 Added some camera fx commit 21c8fd945ebfbcb171145f40faf7293c7b3cdf9d Author: 刘育嘉 <[email protected]> Date: Tue Dec 17 17:18:40 2024 +0800 Tweaked the curve of lensflare commit 8ddb9f576c5f1075ace8d10b5e795663c1c61ee1 Author: 刘育嘉 <[email protected]> Date: Tue Dec 17 16:35:04 2024 +0800 Added high pass for lens flare commit c8625219eb7ba5a690a1c4bfde5a9271f3f78b26 Author: 刘育嘉 <[email protected]> Date: Tue Dec 17 14:37:49 2024 +0800 contrast fix commit 014c55c2e39879bb0580011c6ae46f51b5a277d6 Author: 刘育嘉 <[email protected]> Date: Tue Dec 17 14:29:42 2024 +0800 Finish vanillaIS commit 73c9ecda905bddd9a5cdcbf90d65581a375b4aac Author: 刘育嘉 <[email protected]> Date: Tue Dec 17 03:27:18 2024 +0800 cpp commit c7c47a036bfab307fda15f931c87f18a10f018dd Author: 刘育嘉 <[email protected]> Date: Tue Dec 17 02:27:11 2024 +0800 Add files commit 96e66faead2a378a5efc4ab8e4f01e56b23c07b6 Merge: 285604d7 05de533b Author: 刘育嘉 <[email protected]> Date: Tue Dec 17 01:04:38 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit 285604d7584a5b28c25539dce7dd02501e938355 Author: 刘育嘉 <[email protected]> Date: Mon Dec 16 20:34:24 2024 +0800 modified: features/Post Processing/Shaders/PostProcessing/LensFlare/lensflare.cs.hlsl commit 11d56a791360f32e61a6cb09f2f684c98c253cd7 Merge: c76c1d95 cbfdb5a4 Author: 刘育嘉 <[email protected]> Date: Mon Dec 16 18:22:47 2024 +0800 Merge remote-tracking branch 'pentalimbed/dev-ssgi-specular-ao' into pp_hqspecil commit c76c1d95cca11d1d71b31ea69017de589c91aff9 Author: 刘育嘉 <[email protected]> Date: Mon Dec 16 15:41:39 2024 +0800 Fix blurring for lens flare commit 05de533b5164437a5a101666e3f0b6c898381fda Author: doodlum <[email protected]> Date: Mon Dec 16 04:46:40 2024 +0000 feat: add back display mapping for filmic (#864) commit e6c2f2e95d0a9ad30c2784f0133e22e20aaa503a Author: doodlum <[email protected]> Date: Mon Dec 16 04:46:19 2024 +0000 chore: dlss tweaked menu, performance (#857) * chore: dlss tweaked menu, performance * build: move CopyDepthToSharedBufferCS.hlsl commit 4396f6a25aea22119271f58b5ecaee3f8b996679 Author: C. S. <[email protected]> Date: Mon Dec 16 04:46:03 2024 +0000 feat: add simple specular AO and restore high accuracy specular GI (#860) * feat: add simple specular ao * feat: add back high accuracy specular gi commit 2ae332865a69adc4d761e89bd16b6be1b46240d3 Author: 刘育嘉 <[email protected]> Date: Mon Dec 16 03:04:26 2024 +0800 Turn vr support on for pp commit 3afeaa8f0d727bd46b86e92d2183ac2406f7f146 Merge: 5365d8b4 72e4ecdb Author: 刘育嘉 <[email protected]> Date: Sun Dec 15 20:14:44 2024 +0800 Merge branch 'pp_lensflare' into merge_pp commit cbfdb5a414a5db38c305015e5f8f8e74f43677c2 Author: Pentalimbed <[email protected]> Date: Sun Dec 15 06:42:51 2024 +0000 feat: add back high accuracy specular gi commit b3350edd2b8404fd10f671fa07db8eedbd77a554 Author: Pentalimbed <[email protected]> Date: Sun Dec 15 00:51:58 2024 +0000 feat: add simple specular ao commit 5365d8b4b163d61b5dae9c77466cd67d92c71ce1 Merge: 7c87631d 26966ba6 Author: 刘育嘉 <[email protected]> Date: Sun Dec 15 03:12:21 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit 26966ba60b1e12fc451ca6bf5328f27bbd545dc3 Author: Tim <[email protected]> Date: Sat Dec 14 02:44:15 2024 +0000 chore: change default frame generation mode commit 72e4ecdb2ccd1073355592cd0d67f3ca5afd0628 Author: 刘育嘉 <[email protected]> Date: Sat Dec 14 03:59:13 2024 +0800 Added multi pass blur commit cd87acf04193f932f31259a95f690eb3356445bc Merge: 6be835d6 7c87631d Author: 刘育嘉 <[email protected]> Date: Fri Dec 13 17:45:22 2024 +0800 Merge remote-tracking branch 'myfork/merge_pp' into pp_lensflare commit 7c87631d019430514b6faa35d62ac18486afa848 Merge: 3dd756e4 5d65fa47 Author: 刘育嘉 <[email protected]> Date: Fri Dec 13 17:44:57 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit 6be835d6819be30e8fef981e6cc5503324ef3632 Author: 刘育嘉 <[email protected]> Date: Fri Dec 13 17:44:18 2024 +0800 Add lens flare to pp commit 5d65fa4747c917230255e1420f5def1a60f4e6a7 Author: C. S. <[email protected]> Date: Fri Dec 13 00:37:19 2024 +0000 feat: support directly using xlodgen output in terrain shadows (#854) commit 3e7032251dd501fd69e76e7edfdb2d944401ff25 Author: C. S. <[email protected]> Date: Thu Dec 12 23:51:30 2024 +0000 fix: fix ssgi ambient bounce ignoring AO (#855) commit d9de8d8abcb7e95f1174299becf3e557bf80eb17 Author: Tim <[email protected]> Date: Thu Dec 12 22:28:11 2024 +0000 chore: bump version to 1.1.3 commit d0ee8a343a8fe728676229bf59173637ae2a6afd Author: doodlum <[email protected]> Date: Thu Dec 12 22:27:54 2024 +0000 fix: vr upscaling hooks (#853) commit c2e9a04c8144ca93308ef2e3b726272480136cb0 Author: Tim <[email protected]> Date: Thu Dec 12 22:27:06 2024 +0000 chore: reduce grass sss setting commit 0baca77aeb5688255556f99565dd0e508aac2779 Author: 刘育嘉 <[email protected]> Date: Fri Dec 13 04:32:22 2024 +0800 Add lensflare to pp (WIP) commit 2274e5780a0b3982148cfbe3af10459db5934480 Author: Tim <[email protected]> Date: Thu Dec 12 19:45:11 2024 +0000 chore: bump ssgi version to 3.0.2 commit 0bee0d769e2316c940be06db9f8ccf35c2266947 Author: Tim <[email protected]> Date: Thu Dec 12 19:42:57 2024 +0000 chore: bump version to 1.1.2 commit be6a80cbdc3a361a7923ad7c101b5e9859b58940 Author: doodlum <[email protected]> Date: Thu Dec 12 18:32:07 2024 +0000 fix: detect lack of d3d11.1 support, TAA sharpening (#850) * fix: detect lack of d3d11.1 support * style: 🎨 apply clang-format changes * feat: sharpening for TAA * style: 🎨 apply clang-format changes * fix(VR): fix vr offset and bump address lib dependency (#851) --------- Co-authored-by: doodlum <[email protected]> Co-authored-by: Flayan <[email protected]> commit 1622652505f2bef6d643b381074b79010ae73072 Author: C. S. <[email protected]> Date: Thu Dec 12 17:57:28 2024 +0000 chore: hide ssgi slice & step, blur with minimum weight (#852) commit e179b04278c99eb286813136a88041795d07e8d2 Author: C. S. <[email protected]> Date: Thu Dec 12 17:23:50 2024 +0000 fix: clean up ssgi blur and upsample, change presets (#849) commit b8985429751886f113a14f90196c0009750d2305 Author: C. S. <[email protected]> Date: Thu Dec 12 16:44:18 2024 +0000 feat: add quarter res, default settings for minimal noise (#848) * feat: add quarter res, default settings for minimal noise * fix: add recompile flag to reset default commit 3dd756e42e915bcd7c98b2ed4460549c2576d3b6 Merge: 4388b7df c1d21808 Author: 刘育嘉 <[email protected]> Date: Thu Dec 12 16:25:55 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit c1d218080b49163d28c7cef14dcf73cd15b58927 Author: Tim <[email protected]> Date: Wed Dec 11 19:45:37 2024 +0000 chore: bump version to 1.1.1 commit 78247b4c8a164fa776692acac8b12719b790f6cb Author: C. S. <[email protected]> Date: Wed Dec 11 19:44:48 2024 +0000 feat: add saturation slider for ssgi il, remove backface mult (#845) * feat: saturation slider for ssgi il * chore: bump ssgi ver * chore: more drastic IL bounce value commit ab4f713bc33317a3bae4454989e44f1c0aae93c2 Author: C. S. <[email protected]> Date: Wed Dec 11 18:40:24 2024 +0000 fix: change default settings to prevent ssgi feedback loop (#844) commit 4388b7df24635422671817468497c8463dd5767d Merge: 8b09b9eb d8ca7921 Author: 刘育嘉 <[email protected]> Date: Wed Dec 11 23:26:46 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit d8ca792159349f209f69da39dea766770fddee9e Author: Tim <[email protected]> Date: Wed Dec 11 14:06:17 2024 +0000 chore: bump version to 1.1.0 commit 8b09b9eb79dc0783cac7b7b9e7a7c4eac8e86110 Merge: 225d12ab 1061b6ad Author: 刘育嘉 <[email protected]> Date: Wed Dec 11 21:38:56 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit 93ee4810966662c12573cce6739f46770900debd Author: Tim <[email protected]> Date: Wed Dec 11 13:34:46 2024 +0000 chore: bump version to 1.0.3 commit 1061b6ad0868a4a08fc06b687dfbda8863d026fd Author: C. S. <[email protected]> Date: Wed Dec 11 13:03:41 2024 +0000 chore: bump ssgi ver to 3.0, disable vanilla ao (#840) commit 225d12ab1d1161536e978641bebc1e300b2cb15c Merge: f746375b 776c2b15 Author: 刘育嘉 <[email protected]> Date: Wed Dec 11 15:52:29 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit f746375bcedc35455603c10632c51497a00a989b Author: 刘育嘉 <[email protected]> Date: Wed Dec 11 14:13:19 2024 +0800 Fixed PP with imagespace commit 776c2b15d10c8c04f95bc3ce1460993e0aa7dc12 Author: C. S. <[email protected]> Date: Wed Dec 11 01:58:43 2024 +0000 fix: fix ssgi vr consistency and foliage glowing (#838) * feat: add back ssgi vr eye blending * fix: misnomer * fix: float4 conversion * chore: remove redundant define * fix: fix incorrect ambient reprojection, reduce foliage glow * fix: less strict movement occlusion for vr * fix: foliage flipped normal * chore: slightly reduce specular gi chromaticity * fix: correct foliage fix commit a8e7c08b0835ba59a4fcd27eba3e18504fc9a750 Author: C. S. <[email protected]> Date: Wed Dec 11 01:58:29 2024 +0000 fix: fix terrain shadows ctd when texture name has less than 10 fields (#841) commit 373778fbe336f560f3c0d3538feed26a7a61d6d2 Author: 刘育嘉 <[email protected]> Date: Wed Dec 11 03:02:22 2024 +0800 (unfinished) disable tonemapper when using pp commit 67662692846ea6323d2f35afa02c4f817c5c2b82 Merge: 4dc91b2b b9659485 Author: 刘育嘉 <[email protected]> Date: Wed Dec 11 00:41:44 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit b9659485d7ce2f87ab7c8dac67a79fa0dbbc26c3 Author: C. S. <[email protected]> Date: Tue Dec 10 12:02:13 2024 +0000 fix: fix clearing the wrong ssao buffer (#839) commit 4dc91b2b3db1bccacb717fa6bc91bbe9e40d3472 Merge: a1a625de f9504501 Author: 刘育嘉 <[email protected]> Date: Tue Dec 10 12:45:51 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit f9504501665a56d7415ddae14467eaa9c6cf5aee Author: doodlum <[email protected]> Date: Mon Dec 9 22:31:27 2024 +0000 fix: skylighting alpha testing (#836) * fix: skylighting alpha testing * style: 🎨 apply clang-format changes * chore: removed skylighting foliage hacks --------- Co-authored-by: doodlum <[email protected]> commit 21f99f78b6e8359bc29d040ab39f1ba87d682802 Author: C. S. <[email protected]> Date: Mon Dec 9 21:32:17 2024 +0000 feat: refactor ssgi to use spherical harmonics (#837) * chore: remove ao blur * chore: random changes * feat: add SH IL * feat: add back blur * feat: add back half res * fix: ao temporal denoise commit a1a625de613d81ce7dc26a6bdf298d3575af7c8c Merge: 67dfa3ab 27aa73a2 Author: 刘育嘉 <[email protected]> Date: Sun Dec 8 14:16:34 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit 27aa73a2c74b27f7a307de6ec502272920c40fb0 Author: Tim <[email protected]> Date: Sat Dec 7 23:10:49 2024 +0000 chore: bump version to 1.0.2 commit 478178236b2c732aaa374046b6920374bdf86e15 Author: C. S. <[email protected]> Date: Sat Dec 7 23:10:31 2024 +0000 fix: fix terrain shadow ctd (#834) * fix: fix terrain shadow ctd * refactor: to be more specific commit 3f16d34f110e1ce1dab76c3e2ac5050db501b278 Author: C. S. <[email protected]> Date: Sat Dec 7 20:19:39 2024 +0000 docs: fix terrain shadows spelling error (#833) commit 67dfa3ab9bff65fa8ba32ebb0fb5a81d7e6303c5 Merge: 966352e2 c24c6e4b Author: 刘育嘉 <[email protected]> Date: Sun Dec 8 04:09:34 2024 +0800 Merge remote-tracking branch 'pentalimbed/dev-terra-shadows' into merge_pp commit c24c6e4b913542a8af137e942c1bb85f6f13bd2e Author: Pentalimbed <[email protected]> Date: Sat Dec 7 19:44:21 2024 +0000 doc: fix terrain shadows spelling error commit 1f508e706ae65f711d4954be7a199cca6c7c2aed Author: doodlum <[email protected]> Date: Sat Dec 7 18:59:12 2024 +0000 fix: gog detection (#832) commit b2183d372eb5bc11cea0505b5cdb35afc457f8bc Author: Tim <[email protected]> Date: Sat Dec 7 18:36:52 2024 +0000 chore: update version to 1.0.1 commit cc7f1409c47ee3559995fe4aaa3c51f367d2968f Author: doodlum <[email protected]> Date: Sat Dec 7 18:35:14 2024 +0000 fix: llf strict light array padding (#831) commit b3ebaa151e7709058e0c38b93f6c81d938f78cea Author: doodlum <[email protected]> Date: Sat Dec 7 18:22:10 2024 +0000 fix: finish LLF refactor (#830) * fix: finish LLF refactor * chore: update commit 6067fa5a7199612195c5abbb479df026396bc3a7 Author: doodlum <[email protected]> Date: Sat Dec 7 18:21:57 2024 +0000 build: remove frame generation from core (#829) commit eb59c50a3ec3524a6a711fdb8aa75616dd970857 Author: C. S. <[email protected]> Date: Sat Dec 7 18:12:45 2024 +0000 fix: fix skylighting cb padding (#828) commit 4ce378fda1438e121172b1043ddd2a94e4a88047 Author: C. S. <[email protected]> Date: Sat Dec 7 18:12:33 2024 +0000 fix: fix terrain shadow texture slot and add dlc heightmaps (#827) * fix: fix terrain shadow texture slot * chore: pack terrain heightmaps separately and add dlc heightmaps commit 966352e2322ed53cb7024e23ecf40dd1f87f6f08 Merge: ced47790 59c423e1 Author: 刘育嘉 <[email protected]> Date: Sun Dec 8 00:47:42 2024 +0800 Merge remote-tracking branch 'pentalimbed/dev-terra-shadows' into merge_pp commit 59c423e12097916e5058bfea3017a54af6bdf231 Author: Pentalimbed <[email protected]> Date: Sat Dec 7 16:30:59 2024 +0000 chore: pack terrain heightmaps separately and add dlc heightmaps commit ba95139525f5b1bcf2ec7f562f49c2f6b3f0b523 Author: Pentalimbed <[email protected]> Date: Sat Dec 7 16:30:30 2024 +0000 fix: fix terrain shadow texture slot commit ced4779030e6c52e4b39fb64f10a3e23949070b1 Merge: 3abe1eba 8c63855d Author: 刘育嘉 <[email protected]> Date: Sat Dec 7 12:46:45 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit 8c63855d6b9ebfdef3900a2e86617728743767e9 Author: Flayan <[email protected]> Date: Sat Dec 7 01:38:46 2024 +0100 feat: group not loaded features in UI (#824) commit ceb21759a4778a6a1f3f5822219194853cfda0af Author: Flayan <[email protected]> Date: Sat Dec 7 01:38:37 2024 +0100 fix: fix shader compile for llf debug (#825) commit 8c7a40c45f82fd460988d3e096033ee6ed1408af Author: doodlum <[email protected]> Date: Fri Dec 6 23:13:15 2024 +0000 refactor: move CopyShadowData (#823) commit 5d4c7859eb47978295cefefac02de118b3b141c0 Author: doodlum <[email protected]> Date: Fri Dec 6 22:55:10 2024 +0000 chore: remove displaymapping (#822) * chore: remove displaymapping * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit dd429ebbf5eeaa97de216fc7394a97f9983ff325 Author: doodlum <[email protected]> Date: Fri Dec 6 22:54:55 2024 +0000 feat: use constant buffer for strictlightdata (#821) * feat: use constant buffer for strictlightdata * fix: clusters clipping on first person model * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit 75ec49ccc07c6eba0e0e630f97f9302525734f14 Author: doodlum <[email protected]> Date: Fri Dec 6 21:04:06 2024 +0000 refactor: adjust brackets for VL (#820) * refactor: adjust brackets in VL * refactor: more * style: 🎨 apply clang-format changes --------- Co-authored-by: doodlum <[email protected]> commit f927e3f2d4c6ddb41c18ed68e707fe040e3599a2 Author: doodlum <[email protected]> Date: Fri Dec 6 21:01:15 2024 +0000 fix: dont save vl settings to ini on flatrim (#819) commit aa2002970acf1bb9d8ddecaa63b6b3bc873ea458 Author: doodlum <[email protected]> Date: Fri Dec 6 20:58:58 2024 +0000 fix: ssr lines (#818) commit 3abe1eba2e3990dfd58643439414947a6541a3c4 Author: 刘育嘉 <[email protected]> Date: Sat Dec 7 00:47:46 2024 +0800 Fix include in histogram commit f2dcfb9b09df03c083caa07645ec2d509e8dadd8 Merge: c09ed9d0 2652fa48 Author: 刘育嘉 <[email protected]> Date: Sat Dec 7 00:44:13 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit 2652fa48e9e1dad941ab908b9a679bfcc9b3832a Author: Tim <[email protected]> Date: Fri Dec 6 15:27:38 2024 +0000 chore: tweaked menu transparency commit c6be9fe4044ec9a9a4ee3ea56d5e792d4dd6bef6 Author: Tim <[email protected]> Date: Fri Dec 6 15:15:22 2024 +0000 fix: imgui Display error commit 27f01f89e08c265c07b090f0054ae7453b038eff Author: doodlum <[email protected]> Date: Fri Dec 6 10:48:01 2024 +0000 chore: tweaked contact shadows (#817) commit c09ed9d09bdff77e2703e36e45ca069489ee074d Merge: 8be08fae b599f9b9 Author: 刘育嘉 <[email protected]> Date: Fri Dec 6 12:40:38 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit b599f9b9b0058c95d24a03e993ba64b8187dd3c7 Author: doodlum <[email protected]> Date: Thu Dec 5 22:48:48 2024 +0000 fix: water caustics on water edge (#816) commit 7fd3089226d6a630dd6f6c6a2e5ab1f82c7ec7fc Author: doodlum <[email protected]> Date: Thu Dec 5 22:12:11 2024 +0000 fix: blended decals with zbufferwrite (#812) * fix: blended decals with zbufferwrite * style: 🎨 apply clang-format changes * chore: tweak comments * chore: comment tweaks * chore: add AE addresses * style: 🎨 apply clang-format changes * fix(VR): fix vr offsets (#814) --------- Co-authored-by: doodlum <[email protected]> Co-authored-by: Flayan <[email protected]> commit 5e8a1c635dbeae81fd90f7708ca6c7582f34723b Author: doodlum <[email protected]> Date: Thu Dec 5 22:10:31 2024 +0000 fix: compilation window alpha (#815) commit 2127676c7523b6ad6f0693c0bc338628dcb22f2c Merge: a90e3de3 10c43273 Author: doodlum <[email protected]> Date: Thu Dec 5 15:04:13 2024 +0000 chore: cleanups commit 10c432731773d5e6fb4969c950185b7d58743609 Author: Tim <[email protected]> Date: Thu Dec 5 14:52:24 2024 +0000 fix: subsurface scattering namespaces commit e6573c6864a7ba285ec44def0374dd0b255520f1 Author: doodlum <[email protected]> Date: Thu Dec 5 14:14:40 2024 +0000 chore: remove parallax boost commit 8be08faeb8556d976b749415cb6d158db1466331 Merge: c0ef2a61 a90e3de3 Author: 刘育嘉 <[email protected]> Date: Wed Dec 4 02:24:29 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp commit ca03f293a4dfdf48eb608adcd55e4c127fb01d08 Author: Tim <[email protected]> Date: Tue Dec 3 16:24:53 2024 +0000 chore: reduce default billboard radius commit 6683e167b144c6c2bf0db83f00c1cb366595392a Author: Tim <[email protected]> Date: Tue Dec 3 16:23:51 2024 +0000 fix: reduce inference ramp up commit 3f4b974a0454a35091f5453e6dad89d8ff606318 Author: Tim <[email protected]> Date: Tue Dec 3 16:16:52 2024 +0000 chore: random cleanup and fixes commit a90e3de380ffd6433606dd17dc82a9a66f29b895 Author: doodlum <[email protected]> Date: Tue Dec 3 15:44:43 2024 +0000 refactor: fully use namespaces (#811) * refactor: fully use namespaces * style: 🎨 apply clang-format changes * refactor: feature namespaces * style: 🎨 apply clang-format changes * refactor: rename copiedData to ShadowData * refactor: remove Shared suffix * style: 🎨 apply clang-format changes * refactor: terrain shadows * refactor: more features * style: 🎨 apply clang-format changes * fix: add missing fadeout factor * fix: skylighting * refactor: dynamic cubemap namespace * fix: SSGI compile --------- Co-authored-by: doodlum <[email protected]> Co-authored-by: FlayaN <[email protected]> commit c0ef2a6139f5737a671be3d393a5230baecd6805 Merge: 008820ce 1db3a524 Author: 刘育嘉 <[email protected]> Date: Tue Dec 3 12:18:38 2024 +0800 Merge remote-tracking branch 'origin/dev' into merge_pp modified: features/Cloud Shadows/Shaders/CloudShadows/CloudShadows.hlsli modified: features/Dynamic Cubemaps/Shaders/DynamicCubemaps/DynamicCubemaps.hlsli modified: features/Dynamic Cubemaps/Shaders/DynamicCubemaps/UpdateCubemapCS.hlsl modified: features/Light Limit Fix/Shaders/LightLimitFix/LightLimitFix.hlsli modified: features/Screen Space GI/Shaders/ScreenSpaceGI/blur.cs.hlsl modified: features/Screen Space GI/Shaders/ScreenSpaceGI/gi.cs.hlsl modified: features/Screen Space GI/Shaders/ScreenSpaceGI/radianceDisocc.cs.hlsl modified: features/Screen-Space Shadows/Shaders/ScreenSpaceShadows/ScreenSpaceShadows.hlsli modified: features/Skylighting/Shaders/Skylighting/Skylighting.hlsli modified: features/Terrain Blending/Shaders/TerrainBlending/TerrainBlending.hlsli modified: features/Terrain Shadows/Shaders/TerrainShadows/TerrainShadows.hlsli modified: features/Water Effects/Shaders/WaterEffects/WaterCaustics.hlsli modified: features/Water Effects/Shaders/WaterEffects/WaterParallax.hlsli modified: features/Wetness Effects/Shaders/WetnessEffects/WetnessEffects.hlsli modified: package/Shaders/AmbientCompositeCS.hlsl modified: package/Shaders/Common/FrameBuffer.hlsli modified: package/Shaders/Common/Glints/Glints2023.hlsli modified: package/Shaders/Common/MotionBlur.hlsli modified: package/Shaders/Common/ShadowSampling.hlsli modified: package/Shaders/Common/SharedData.hlsli modified: package/Shaders/Common/VR.hlsli modified: package/Shaders/DeferredCompositeCS.hlsl modified: package/Shaders/DistantTree.hlsl modified: package/Shaders/Effect.hlsl modified: package/Shaders/ISReflectionsRayTracing.hlsl modified: package/Shaders/ISSAOComposite.hlsl modified: package/Shaders/ISSAOMinify.hlsl modified: package/Shaders/Lighting.hlsl modified: package/Shaders/Particle.hlsl modified: package/Shaders/RunGrass.hlsl modified: package/Shaders/Utility.hlsl modified: package/Shaders/Water.hlsl modified: src/Deferred.cpp modified: src/Features/CloudShadows.cpp modified: src/Features/DynamicCubemaps.cpp modified: src/Features/LightLimitFix.cpp modified: src/Features/ScreenSpace…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR focuses on making changes to CS related to improving the quality of PBR rendering.
Reduced AO/IL power and range.
Fixed complex material colour.
Better colours for PBR diffuse and specular.
Fixed wetness specular.
Better ambient specular.
More natural tonemap to try to prevent clipping/whiteout.
Less blown out SSS on beast races