Commit Graph
3 Commits
Author SHA1 Message Date
Alexander OrzechowskiandGPUCode aac0e07d1e emu_window_sdl2: Respect hidpi
Use SDL_GL_GetDrawableSize instead of SDL_GetWindowSize which
will return the true size our swapchain needs to be in even
for hidpi displays.
2023-04-03 14:34:45 +03:00
Alexander OrzechowskiandGPUCode 06c426883f OpenGL: Check for threading support
We need this.
2023-04-03 14:33:15 +03:00
Alexander OrzechowskiandGPUCode 3846d0c2cd RenderWidget: Set WA_DontCreateNativeAncestors
Some windowing systems like wayland are designed to show hardware accellerated
surfaces as subsurfaces and not native windows.
2023-04-03 13:59:06 +03:00