-
Notifications
You must be signed in to change notification settings - Fork 131
perf: GPU rendering pipeline overhaul — FrameLoop, Camera2D caching, save_layer elimination #594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
aab4741
refactor: implement FrameLoop for unified frame management
softmarshmallow dca62d1
enhance: optimize Camera2D for performance with caching
softmarshmallow 67a6b55
feat: implement promoted blit functionality for optimized rendering
softmarshmallow 5a7661b
feat: optimize rectangle rendering with opacity folding
softmarshmallow 76ddb6f
feat: enhance rendering performance for Normal blend mode
softmarshmallow bd2b22a
feat: introduce draw_fills_with_opacity for optimized rendering
softmarshmallow 9ec0706
feat: enhance stroke and fill rendering with non-overlapping path opt…
softmarshmallow a56bd05
update fixture
softmarshmallow 6e24d45
feat: optimize rendering by eliminating intermediate path creation
softmarshmallow 1edc024
feat: optimize paint rendering for single solid fills
softmarshmallow c5de58d
feat: introduce fast path for rendering simple nodes without effects
softmarshmallow 9deba30
feat: add early exit for non-promotable nodes in compositor
softmarshmallow 6167a0c
feat: optimize compositor performance by pre-filtering visible indices
softmarshmallow 4ca10d7
docs: update SKILL.md with optional local clone guidance
softmarshmallow 721412b
feat: implement translate-fold optimization for pure-translation tran…
softmarshmallow 7333796
docs: update SKILL.md to enhance benchmarking guidance
softmarshmallow e127d06
feat: refactor benchmarking functionality and introduce bulk reporting
softmarshmallow 0c9844c
wasm 0.91.0-canary.4
softmarshmallow 547b9d3
docs: add worktree setup section to AGENTS.md
softmarshmallow e60060e
feat: implement pan image cache for optimized rendering during panning
softmarshmallow a5acd74
feat: enhance camera change handling and optimize rendering logic
softmarshmallow 99f4225
feat: enhance stroke decoration handling in painter
softmarshmallow ea26b66
wasm 0.91.0-canary.5
softmarshmallow File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Git LFS file not shown
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider cross-platform path guidance.
The hard-coded path
~/Documents/GitHub/is Unix/macOS-specific and may not match Windows conventions (typicallyC:\Users\<user>\Documents\GitHub\). Since this is marked optional and uses cautious language ("may contain"), the impact is minimal, but Windows users might be momentarily confused.🌍 Optional: Make the path guidance more cross-platform
📝 Committable suggestion
🤖 Prompt for AI Agents