Alexandre Julliard pushed to branch master at wine / wine
Commits: b245ee24 by Rémi Bernon at 2025-06-23T21:00:51+02:00 winemac: Drop the SkipSingleBufferFlushes option.
It's undocumented and doubtfully useful, better remove it than break it silently when changing the way context is being flushed.
- - - - - df00a5c0 by Rémi Bernon at 2025-06-23T21:00:53+02:00 win32u: Use the drawable vtable for flush and swap.
- - - - - e5e2fd0a by Rémi Bernon at 2025-06-23T21:00:53+02:00 win32u: Add a flags parameter to opengl_drawable flush.
- - - - - 392d6163 by Rémi Bernon at 2025-06-23T21:00:54+02:00 win32u: Pass opengl_drawable pointers to make_current.
- - - - - aa5360e1 by Rémi Bernon at 2025-06-23T21:00:54+02:00 win32u: Use the DC opengl drawable for the memory DC surface.
- - - - - a897aad8 by Rémi Bernon at 2025-06-23T21:00:54+02:00 win32u: Keep track of the most recent window GL drawable.
- - - - -
10 changed files:
- dlls/win32u/bitmap.c - dlls/win32u/opengl.c - dlls/wineandroid.drv/android.h - dlls/wineandroid.drv/opengl.c - dlls/winemac.drv/macdrv.h - dlls/winemac.drv/macdrv_main.c - dlls/winemac.drv/opengl.c - dlls/winewayland.drv/opengl.c - dlls/winex11.drv/opengl.c - include/wine/opengl_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a06899e8c2e9a4e634bf500c4c6dd2...