GRAPHICS: Add ManagedSurface::blendBlitFrom to match other functions#6697
Merged
aquadran merged 5 commits intoscummvm:masterfrom Jun 19, 2025
Merged
GRAPHICS: Add ManagedSurface::blendBlitFrom to match other functions#6697aquadran merged 5 commits intoscummvm:masterfrom
aquadran merged 5 commits intoscummvm:masterfrom
Conversation
Member
|
please not touch wintermute engine for now |
Contributor
|
oooh, something upcoming? :-) |
Member
retesting games... |
Contributor
Member
|
@ccawley2011 ok, merge it when you are ready |
12ec736 to
8e9b3a0
Compare
Member
Author
|
Since this PR contains additional benefits for Wintermute, and updating SLUDGE and Griffon might be a bit difficult, it might be best to merge this PR sooner and update the remaining two engines after this has been merged. |
aquadran
approved these changes
Jun 16, 2025
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.
This is more consistent with the existing
simpleBlitFrom,blitFromandtransBlitFromfunctions, and makes it easier to blit from non-managed surfaces.The Griffon and SLUDGE engines haven't been adapted yet, so the old
blendBlitTofunctions are still present for now.