Skip to content
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

Editor GPU: Only write lines to the cell bind buffer when they change #227107

Open
Tyriar opened this issue Aug 29, 2024 · 0 comments
Open

Editor GPU: Only write lines to the cell bind buffer when they change #227107

Tyriar opened this issue Aug 29, 2024 · 0 comments
Assignees
Labels
editor-gpu Editor GPU rendering related issues perf plan-item VS Code - planned item for upcoming
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Aug 29, 2024

for (y = viewportData.startLineNumber; y <= viewportData.endLineNumber; y++) {
// TODO: Update on dirty lines; is this known by line before rendering?
// if (upToDateLines.has(y)) {
// continue;
// }
dirtyLineStart = Math.min(dirtyLineStart, y);

@Tyriar Tyriar added this to the October 2024 milestone Aug 29, 2024
@Tyriar Tyriar added editor-gpu Editor GPU rendering related issues plan-item VS Code - planned item for upcoming perf labels Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor-gpu Editor GPU rendering related issues perf plan-item VS Code - planned item for upcoming
Projects
Status: No status
Development

No branches or pull requests

2 participants