feat: qualify compact LOD phase 5#938
Closed
MichaelFisher1997 wants to merge 10 commits into
Closed
Conversation
* perf: remove LOD CPU and submission hot spots Signed-off-by: MichaelFisher1997 <contact@michaelfisher.tech> * fix: preserve LOD resources under allocation pressure Signed-off-by: MichaelFisher1997 <contact@michaelfisher.tech> * fix: publish LOD transitions atomically Signed-off-by: MichaelFisher1997 <contact@michaelfisher.tech> --------- Signed-off-by: MichaelFisher1997 <contact@michaelfisher.tech>
* perf: remove LOD streaming device stalls * fix: preserve LOD cache ownership and metrics
* feat: add GPU LOD culling and compaction * fix: synchronize LOD culling inputs * fix: make GPU LOD fallback Vulkan-safe
* feat: harden LOD streaming and persistence * test: run world LOD coverage in CI
* feat: complete compact far-terrain rendering Signed-off-by: MichaelFisher1997 <contact@michaelfisher.tech> * ci: use GLM for opencode PR reviews Signed-off-by: MichaelFisher1997 <contact@michaelfisher.tech> * fix: synchronize compact LOD pool accounting Signed-off-by: MichaelFisher1997 <contact@michaelfisher.tech> --------- Signed-off-by: MichaelFisher1997 <contact@michaelfisher.tech>
# Conflicts: # .github/workflows/opencode-pr.yml # docs/shaders/spirv-sizes.json # modules/engine-graphics/src/rhi_vulkan.zig # modules/engine-graphics/src/vulkan/fxaa_system.zig # modules/engine-graphics/src/vulkan/render_pass_manager.zig # modules/engine-graphics/src/vulkan/rhi_frame_orchestration.zig # modules/engine-graphics/src/vulkan/rhi_init_deinit.zig # modules/engine-graphics/src/vulkan/rhi_resource_setup.zig # src/game/app.zig
Signed-off-by: MichaelFisher1997 <contact@michaelfisher.tech>
Collaborator
Author
|
Replaced by a DCO-clean signed squash PR from feature/923-compact-lod-phase5. |
This file contains hidden or 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
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.
Summary
Validation
nix develop --command zig fmt --check src/ modules/nix develop --command zig build testnix develop --command zig build -Dskip-presentnix develop --command zig build test-integration -Dskip-present=truenix develop --command zig build test-robustnessnix develop --command zig build phase5-gatenix develop --command zig build phase5-visual-gateCloses #923