Technical documentation: Vulkan backlog, TRELLIS, Q3/OA compat checks#218
Draft
cursor[bot] wants to merge 1 commit into
Draft
Technical documentation: Vulkan backlog, TRELLIS, Q3/OA compat checks#218cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
- RENDERERS.md: r_forwardPlus defaults to 1 on Vulkan (tr_init.c). - RENDERER_CONFIDENCE.md: add q3_openarena_compat_check.sh to automated checklist; clarify Forward+ is on by default. Co-authored-by: Tim Fox <timfox@outlook.com>
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
Keeps renderer and runtime documentation aligned with recent Vulkan work (Forward+ depth cull, VDB fog binding, RTX entity TLAS), the TRELLIS.2 FLUX-style pipeline, and new static compatibility checks—without inventing behavior beyond
tr_init.c, shaders, and the referenced scripts.Docs added/updated
docs/FORWARD_PLUS_PIPELINE_AUDIT.md—r_forwardPlusDepthCull, post-opaque dispatch, computedepthCullpath, barriers vs main-pass depth.docs/RENDERERS.md— Forward+ cvar table (r_forwardPlusDistanceSort,r_forwardPlusDepthCull); correctedr_forwardPlusdefault (1 on Vulkan) to matchtr_init.c.docs/RENDERERS_FUTURE.md— RTX demo status:r_rtxEntities, entity cap, two-instance TLAS.docs/VOLUMETRIC_FOG_ENHANCEMENTS.md—r_vdbFog/r_vdbFogBlendandvolumetric_fog.compbinding 17 behavior.docs/TRELLIS.md— commands, cvars, build flagUSE_TRELLIS, optional headless scripts.docs/TODO_TRIAGE.md,docs/ARCHITECTURE.md— small cross-links or wording as in branch diff.docs/RENDERER_CONFIDENCE.md— documentsscripts/q3_openarena_compat_check.sh(invoked fromsmoke_test.sh/validate_ci_build.sh); Forward+ note reflects default-on Vulkan.CHANGELOG.md— Forward+ depth cull, RTX entities, VDB fog.AGENTS.md— TRELLIS one-line pointer.Codepaths covered
vk_forward_plus.c,forward_plus_tile_cull.comp,tr_backend.c,tr_shade.c).vk_vdb.c,volumetric_fog.comp, volumetric params).vk_rtx.c,vk_rtx_entities.c).cl_main.c) andscripts/trellis_*.sh,scripts/q3_openarena_compat_check.sh, regression/smoke scripts.Knowledge gaps addressed
r_forwardPlusDepthCull).RegisterModelapplies.Testing
Documentation-only follow-up commit verified against
src/renderers/vulkan/tr_init.candscripts/q3_openarena_compat_check.sh.