Alexandre Julliard pushed to branch master at wine / wine
Commits: 3b32d831 by Rémi Bernon at 2024-09-09T20:25:55+02:00 winex11: Resize offscreen client surfaces after they are presented.
- - - - - e2807db6 by Rémi Bernon at 2024-09-09T20:25:55+02:00 winex11: Create OpenGL client windows in window DPI units.
Instead of per-monitor DPI units. The application may not be aware of the DPI scaling, and we must scale the surfaces ourselves if necessary.
- - - - - 4c15acf2 by Rémi Bernon at 2024-09-09T20:25:57+02:00 winex11: Detach offscreen OpenGL windows after creation.
- - - - - 73453e94 by Rémi Bernon at 2024-09-09T20:25:57+02:00 winex11: Introduce a new present_gl_drawable helper.
- - - - - e8455e48 by Rémi Bernon at 2024-09-09T20:25:57+02:00 winex11: Implement offscreen window presents with NtGdiStretchBlt.
- - - - - dec9f878 by Rémi Bernon at 2024-09-09T20:25:57+02:00 winex11: Drop now unnecessary X11DRV_FLUSH_GL_DRAWABLE ExtEscape.
- - - - - 2461297e by Rémi Bernon at 2024-09-09T20:25:57+02:00 winex11: Use offscreen rendering to scale DPI-unaware GL windows.
- - - - -
4 changed files:
- dlls/winex11.drv/init.c - dlls/winex11.drv/opengl.c - dlls/winex11.drv/window.c - dlls/winex11.drv/x11drv.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ea9e6dbc567016c9c949bfe9ff4989...