feat: complete compact far-terrain rendering#933
Closed
MichaelFisher1997 wants to merge 1 commit into
Closed
Conversation
Signed-off-by: MichaelFisher1997 <contact@michaelfisher.tech>
Collaborator
Author
|
Closing because this incremental Phase 5 work belongs on the stage integration branch. A replacement PR targeting stage will follow. |
Contributor
|
APIError: You've reached your usage limit for this billing cycle. Your quota will be refreshed in the next cycle. To continue now, purchase extra usage or upgrade your plan: https://www.kimi.com/membership/subscription?tab=quota |
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
ZIGCRAFT_LOD_COMPACT=autoclosed to expanded GPU meshes after reproducing RADVVK_ERROR_DEVICE_LOST; retainforceonly for bounded diagnostics and keep exclusive-buffer uploads on the graphics queue until ownership transfers existValidation
nix develop --command zig fmt src/ modules/nix develop --command zig build test(438/438)nix develop --command zig build -Doptimize=ReleaseFastnix develop --command zig build test-integration -Dskip-presentnix develop --command zig build phase5-gatenix develop --command zig build phase5-visual-gateKnown limitation
Compact/mixed rendering remains unsafe on the tested RADV saved-world workload despite clean Vulkan validation. The production default therefore uses expanded GPU LOD meshes;
ZIGCRAFT_LOD_COMPACT=forceis diagnostic only.Related to #917.