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

Qt 6: Fixed tile rendering when OpenGL is enabled #3585

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

bjorn
Copy link
Member

@bjorn bjorn commented Feb 22, 2023

Work around an issue introduced in Qt 6.4.1 (QTBUG-111416) by not using QPainter::drawPixmapFragments in OpenGL mode. This makes rendering tiles a bit less efficient, but at least it works.

Closes #3578

Work around an issue introduced in Qt 6.4.1 (QTBUG-111416) by not using
QPainter::drawPixmapFragments in OpenGL mode. This makes rendering tiles
a bit less efficient, but at least it works.

Closes mapeditor#3578
@bjorn bjorn force-pushed the no-opengl-drawpixmapfragments branch from 6dd3348 to 631c839 Compare February 23, 2023 11:21
@bjorn bjorn merged commit 86652aa into mapeditor:master Feb 23, 2023
@bjorn bjorn deleted the no-opengl-drawpixmapfragments branch February 23, 2023 11:21
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.

Enabling hardware acceleration in QT 6 builds makes images not render (win 10, 64 bit)
1 participant