|
|
39632e1a04
|
Add gaussian splat integration baseline
|
2026-04-11 05:37:31 +08:00 |
|
|
|
fac6e588a8
|
Formalize gaussian splat prepare-order pass
|
2026-04-11 03:02:30 +08:00 |
|
|
|
d9bc0f1457
|
Add gaussian splat compute shader contracts
|
2026-04-11 01:30:59 +08:00 |
|
|
|
107b320aa7
|
Add builtin GaussianSplat forward pass baseline
|
2026-04-10 23:11:11 +08:00 |
|
|
|
15b42c248f
|
Formalize GaussianSplat transient pass resources
|
2026-04-10 22:15:05 +08:00 |
|
|
|
b187c8970b
|
Formalize GaussianSplat scene extraction
|
2026-04-10 21:49:53 +08:00 |
|
|
|
8f5c342799
|
Formalize GaussianSplat render cache
|
2026-04-10 20:44:24 +08:00 |
|
|
|
54eb2415ff
|
refactor: formalize directional shadow planning settings
|
2026-04-10 02:14:45 +08:00 |
|
|
|
131f46682b
|
test: close render object id coverage gaps
|
2026-04-10 02:03:45 +08:00 |
|
|
|
b5ba985831
|
Formalize render object id contract
|
2026-04-10 01:57:15 +08:00 |
|
|
|
4debbbea1f
|
Tighten final color contract
|
2026-04-10 01:21:00 +08:00 |
|
|
|
4111f841d4
|
Formalize volume shader include context
|
2026-04-10 01:05:03 +08:00 |
|
|
|
02779dbb4e
|
Formalize fullscreen render request contract
|
2026-04-09 22:20:42 +08:00 |
|
|
|
17d331afb1
|
Connect volumetric lighting to main directional light
|
2026-04-09 05:22:03 +08:00 |
|
|
|
d46bf87970
|
Sync editor rendering and UI workspace updates
|
2026-04-09 02:59:36 +08:00 |
|
|
|
23b23a56be
|
Add NanoVDB occlusion and transform integration tests
|
2026-04-09 01:58:59 +08:00 |
|
|
|
9841d5667d
|
Add NanoVDB volume test scaffolding
|
2026-04-09 01:13:00 +08:00 |
|
|
|
fde99a4d34
|
Fix NanoVDB volume loading and rendering
|
2026-04-09 01:11:59 +08:00 |
|
|
|
b839fd98af
|
Add volume renderer extraction stage 5
|
2026-04-08 20:12:14 +08:00 |
|
|
|
6bf9203eec
|
Add runtime material buffer bindings
|
2026-04-08 19:18:07 +08:00 |
|
|
|
bb0f4afe7d
|
Add Unity-style buffer shader resource support
|
2026-04-08 18:29:16 +08:00 |
|
|
|
08c3278e10
|
Tighten builtin pass metadata and remove skybox property fallbacks
|
2026-04-08 13:13:42 +08:00 |
|
|
|
efdd6bd68f
|
Remove legacy shader pass and artifact fallbacks
|
2026-04-08 04:59:49 +08:00 |
|
|
|
2c1c815072
|
Formalize builtin shader resource contracts
|
2026-04-08 04:44:36 +08:00 |
|
|
|
6113ed92b0
|
Formalize renderer material contracts and harden backpack import
|
2026-04-08 04:27:21 +08:00 |
|
|
|
75defb0a49
|
Formalize imported mesh materials
|
2026-04-08 02:31:10 +08:00 |
|
|
|
2f9b1696cd
|
Close shader authoring usepass regressions
|
2026-04-07 18:37:11 +08:00 |
|
|
|
442565f176
|
resources: remove legacy shader authoring path
|
2026-04-07 14:13:26 +08:00 |
|
|
|
f31fece2ce
|
rendering: remove builtin authoring register annotations
|
2026-04-07 10:34:20 +08:00 |
|
|
|
558b6438cf
|
rendering: formalize legacy material shader pass hints
|
2026-04-07 09:49:21 +08:00 |
|
|
|
7f4b647394
|
rendering: remove builtin integration pass hints
|
2026-04-07 09:34:50 +08:00 |
|
|
|
5913462178
|
rendering: strip redundant builtin material pass hints
|
2026-04-07 09:30:36 +08:00 |
|
|
|
93ceb61483
|
Track fullscreen surface states across frames
|
2026-04-07 04:38:07 +08:00 |
|
|
|
5bfe484f5d
|
Formalize builtin fullscreen shaders
|
2026-04-07 04:30:26 +08:00 |
|
|
|
5f9f3386ab
|
rendering: unify builtin forward and depth-style shaders
|
2026-04-07 03:35:06 +08:00 |
|
|
|
998df9013a
|
rendering: migrate object id shader to unity-style single source
|
2026-04-07 00:38:00 +08:00 |
|
|
|
87533e08f6
|
rendering: formalize unity-style shader pass contracts
|
2026-04-07 00:34:28 +08:00 |
|
|
|
83f316a91f
|
rendering: add alpha cutout integration coverage
|
2026-04-06 23:09:45 +08:00 |
|
|
|
9568cf0a16
|
rendering: add builtin alpha-test pass support
|
2026-04-06 21:05:50 +08:00 |
|
|
|
c318f34f07
|
rendering: thread global shader keywords into builtin variants
|
2026-04-06 20:30:25 +08:00 |
|
|
|
7acc397714
|
rendering: formalize legacy shader pass fallback
|
2026-04-06 18:24:10 +08:00 |
|
|
|
2ec24666c0
|
Add final color scene integration coverage
|
2026-04-06 16:31:54 +08:00 |
|
|
|
33bb84f650
|
Lower final color into final output stage
|
2026-04-06 16:15:19 +08:00 |
|
|
|
6645d507d0
|
Formalize final color policy resolution
|
2026-04-06 15:55:50 +08:00 |
|
|
|
b6132aec4d
|
Formalize camera post-process descriptors
|
2026-04-06 14:56:43 +08:00 |
|
|
|
3a64c325bf
|
Support camera-config color-scale pass stacks
|
2026-04-06 14:37:54 +08:00 |
|
|
|
d51d8ca095
|
Add camera-config post-process integration test
|
2026-04-06 14:26:50 +08:00 |
|
|
|
ff49120ffe
|
Wire camera-config post-process requests
|
2026-04-06 14:14:11 +08:00 |
|
|
|
6a1ed4be68
|
Formalize chained fullscreen post-process execution
|
2026-04-06 13:58:17 +08:00 |
|
|
|
2b70a2e309
|
Add rendering post-process scene integration test
|
2026-04-06 13:30:53 +08:00 |
|