[Git][wine/wine][master] 3 commits: win32u: Only update the window GL drawable when making one current.
Alexandre Julliard pushed to branch master at wine / wine Commits: 9492cdfe by Rémi Bernon at 2025-07-31T20:58:55+09:00 win32u: Only update the window GL drawable when making one current. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58448 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58459 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58488 - - - - - 3b75790c by Rémi Bernon at 2025-07-31T20:58:57+09:00 win32u: Move window drawable query out of DC drawable helpers. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58448 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58459 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58488 - - - - - 980a2e3c by Rémi Bernon at 2025-07-31T20:58:57+09:00 win32u: Update DC OpenGL drawable when it is acquired. Instead of when it is reset, so that releasing a window DC then acquiring it again will keep its allocated OpenGL surface or update it to the latest window surface when acquiring a DC previously associated with another window. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58448 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58459 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58488 - - - - - 4 changed files: - dlls/win32u/dc.c - dlls/win32u/dce.c - dlls/win32u/opengl.c - dlls/win32u/win32u_private.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/93f1c50a2b757846105ecde050372b... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/93f1c50a2b757846105ecde050372b... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)