GS/DX11: Expand caching constant buffer updates.#12987
Merged
lightningterror merged 1 commit intomasterfrom Feb 11, 2026
Merged
GS/DX11: Expand caching constant buffer updates.#12987lightningterror merged 1 commit intomasterfrom
lightningterror merged 1 commit intomasterfrom
Conversation
cfe7fbc to
ca8120e
Compare
128aefc to
0e69e6b
Compare
0e69e6b to
0e36fe3
Compare
Contributor
Author
5 tasks
0e36fe3 to
c57f44f
Compare
c57f44f to
73669b9
Compare
73669b9 to
1fee992
Compare
1fee992 to
4c87250
Compare
4c87250 to
0ca57cc
Compare
0ca57cc to
d79d3f2
Compare
d9e7b0f to
cd181f2
Compare
cd181f2 to
0789dd5
Compare
TJnotJT
approved these changes
Feb 11, 2026
JordanTheToaster
approved these changes
Feb 11, 2026
0789dd5 to
048b0a5
Compare
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.

Description of Changes
GS/DX11: Expand caching constant buffer updates.
Not all cb updates are cached so let's do more, dx11 only but it can be done for other renderers too.
Rationale behind Changes
Speed.
Suggested Testing Steps
Test various games, see if there's a speed difference if it's worth it.
Did you use AI to help find, test, or implement this issue or feature?