Skip to content

docs: add RENDER-PIPELINE.md for contributors#105

Merged
kolkov merged 1 commit into
mainfrom
docs/render-pipeline
May 15, 2026
Merged

docs: add RENDER-PIPELINE.md for contributors#105
kolkov merged 1 commit into
mainfrom
docs/render-pipeline

Conversation

@kolkov
Copy link
Copy Markdown
Contributor

@kolkov kolkov commented May 15, 2026

Summary

Add docs/RENDER-PIPELINE.md — contributor-facing guide for debugging the render loop.

  • 10-step pipeline walkthrough with code references
  • Data flow diagram (widget change → GPU present)
  • Debug env vars: GOGPU_DEBUG_DIRTY=1, GOGPU_DEBUG_DAMAGE=1, GOGPU_DAMAGE_BLIT=0
  • Performance characteristics table (0% GPU idle, 48×48 scissor, boundary culling)
  • Enterprise references (Flutter, Chrome, Qt6 pattern mapping)
  • Complete file map for render-related code

No code changes. Docs only.

…nder loop

10-step pipeline walkthrough, data flow diagram, debug env vars
(GOGPU_DEBUG_DIRTY, GOGPU_DEBUG_DAMAGE, GOGPU_DAMAGE_BLIT),
performance characteristics, enterprise references, file map.
@kolkov kolkov merged commit 6425e6c into main May 15, 2026
8 checks passed
@kolkov kolkov deleted the docs/render-pipeline branch May 15, 2026 16:50
@codecov
Copy link
Copy Markdown

codecov Bot commented May 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant