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

[macOS] Fix OpenGL flickering. #56059

Merged
merged 1 commit into from
Dec 21, 2021
Merged

Conversation

bruvzg
Copy link
Member

@bruvzg bruvzg commented Dec 18, 2021

  • Fix incorrect context usage for off-screen drawing.
  • Remove kCGLCEMPEngine, which is causing flicker on macOS 12.1.
  • Disable window redraw during resize, when rendering in the separate thread (window resize is updating GL context from the main thread, which is simultaneously used by the render thread.).

Fixes #56055

Fix incorrect context usage for off-screen drawing.
Remove kCGLCEMPEngine, which is causing flicker.
Disable window redraw during resize, when rendering in the separate thread.
@akien-mga
Copy link
Member

Cherry-picked for 3.4.2 via #56122.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants