You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine-impl-vulkan/src/main/java/org/dynamislight/impl/vulkan/capability/VulkanGiCapabilityDescriptorV2.java
Copy file name to clipboardExpand all lines: engine-impl-vulkan/src/test/java/org/dynamislight/impl/vulkan/shader/VulkanShaderPhaseCParallelValidationTest.java
Copy file name to clipboardExpand all lines: wish_list.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,7 @@ GI notes:
220
220
- GI phase-2A now has dedicated lockdown replay (`scripts/gi_phase2_ssgi_lockdown.sh`) and integration coverage for SSGI tier-default vs backend-override envelope/promotion thresholds.
221
221
- GI phase-2A SSGI lockdown is now wired into CI as `gi-phase2-ssgi-lockdown` (plus workflow-dispatch toggle `run_gi_phase2_ssgi_lockdown`).
222
222
- GI phase-2A now includes GI shader-module realization in composition (`resolveGiIndirect`) with mode-specific module declarations + descriptor-aligned bindings for `ssgi`, `probe_grid`, `rtgi_single`, and `hybrid_probe_ssgi_rt`.
223
+
- GI post-composite execution now applies `resolveGiIndirect` in-frame after reflections, with mode-specific spatial sampling (SSGI neighborhood/depth attenuation, probe-grid interpolation, RT-detail ray taps, hybrid blend) using live scene inputs.
223
224
- GI runtime now emits probe-grid policy/envelope/promotion telemetry (`GI_PROBE_GRID_POLICY_ACTIVE`, `GI_PROBE_GRID_ENVELOPE`, `GI_PROBE_GRID_ENVELOPE_BREACH`, `GI_PROBE_GRID_PROMOTION_READY`) with tier-default/override thresholds.
224
225
- Typed GI promotion diagnostics now expose probe-grid expected/active ratio, cooldown/streak envelope state, and probe-grid promotion readiness for parser-free CI assertions.
225
226
- GI runtime now emits probe-grid streaming/update cadence telemetry (`GI_PROBE_GRID_STREAMING_POLICY_ACTIVE`, `GI_PROBE_GRID_STREAMING_ENVELOPE`, `GI_PROBE_GRID_STREAMING_ENVELOPE_BREACH`) with configurable coverage/streak/cooldown thresholds and typed diagnostics fields (`probeGridConfiguredCount`, `probeGridActiveCount`, `probeGridUpdateBudgetPerFrame`, `probeGridUpdatesLastFrame`, `probeGridUpdateCoverageRatio`).
0 commit comments