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

Software renderer: fix drawing background of rotated screen #7812

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

ogoffart
Copy link
Member

@ogoffart ogoffart commented Mar 5, 2025

We need to draw the background over the rotated rectangle otherwise we don't fill the whole background.

Regression from #7685

(also cleanup a useless blend that was leftover from the same change)

Adapt the screenshot test to have at least one non-square "window" so that we catch the problem in the future

@ogoffart ogoffart requested a review from tronical March 5, 2025 22:36
We need to draw the background over the rotated rectangle otherwise we
don't fill the whole background.

Regression from #7685

(also cleanup a useless blend that was leftover from the same change)

Adapt the screenshot test to have at least one non-square "window" so
that we catch the problem in the future
@ogoffart ogoffart force-pushed the olivier/swrenderer branch from cbd5a20 to 68d390a Compare March 5, 2025 22:36
@ogoffart ogoffart merged commit 36a89ae into master Mar 5, 2025
38 checks passed
@ogoffart ogoffart deleted the olivier/swrenderer branch March 5, 2025 23:09
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.

2 participants