Alexandre Julliard pushed to branch master at wine / wine
Commits:
0afa894f by Rémi Bernon at 2025-09-12T19:35:03+02:00
win32u: Introduce an context_exchange_drawables helper.
- - - - -
8113702c by Rémi Bernon at 2025-09-12T19:35:03+02:00
win32u: Rename window opengl drawable to current_drawable.
- - - - -
0b7e785d by Rémi Bernon at 2025-09-12T19:35:04+02:00
win32u: Keep a separate pointer for unused opengl drawable.
- - - - -
c3f3ef24 by Rémi Bernon at 2025-09-12T19:35:04+02:00
win32u: Don't store the window OpenGL drawables on the DCs.
- - - - -
8 changed files:
- dlls/opengl32/tests/opengl.c
- dlls/win32u/dce.c
- dlls/win32u/ntuser_private.h
- dlls/win32u/opengl.c
- dlls/win32u/win32u_private.h
- dlls/win32u/window.c
- dlls/wineandroid.drv/opengl.c
- include/wine/opengl_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f8877f9bbf080c362559971dce259…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f8877f9bbf080c362559971dce259…
You're receiving this email because of your account on gitlab.winehq.org.
Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
317665ee by Elizabeth Figura at 2025-09-11T17:44:08-05:00
Rebase against e3c9d3ac76b223073253667e2447e1cbc407ac97.
- - - - -
5 changed files:
- − patches/d3dx11_43-D3DX11CreateTextureFromMemory/0001-d3dx11_43-Implement-D3DX11GetImageInfoFromMemory.patch
- − patches/d3dx11_43-D3DX11CreateTextureFromMemory/0003-d3dx11_43-D3DX11GetImageInfoFromMemory-Only-use-fram.patch
- patches/d3dx11_43-D3DX11CreateTextureFromMemory/definition
- patches/ntdll-NtSetLdtEntries/0001-ntdll-Implement-NtSetLdtEntries.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/317665ee20ac811ae6f48a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/317665ee20ac811ae6f48a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e3c9d3ac by Yuxuan Shui at 2025-09-11T23:04:26+02:00
winegstreamer: Free stream buffers before wg_parser_disconnect.
Renaming destroy_stream to free_stream_buffers because that's what it does.
wg_parser_disconnect frees all streams on the wg_parser, but free_stream_buffers
later calls wg_parser_stream_release_buffer on those streams. It has saved
pointers to those in wm_stream->wg_stream, which became dangling pointers after
wg_parser_disconnect.
- - - - -
1 changed file:
- dlls/winegstreamer/wm_reader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/e3c9d3ac76b223073253667e2447e1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/e3c9d3ac76b223073253667e2447e1…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0682088a by Rémi Bernon at 2025-09-11T23:04:26+02:00
opengl32/tests: Test that window back buffers are shared.
- - - - -
93dbe66d by Rémi Bernon at 2025-09-11T23:04:26+02:00
include: Use the client pointer in debugstr_opengl_drawable.
- - - - -
6577134b by Rémi Bernon at 2025-09-11T23:04:26+02:00
win32u: Move memory DC pbuffer handling out of context_sync_drawables.
- - - - -
aa9793f8 by Rémi Bernon at 2025-09-11T23:04:26+02:00
win32u: Use context->draw directly when flushing context.
- - - - -
fed4f10e by Rémi Bernon at 2025-09-11T23:04:26+02:00
win32u: Swap the last window drawable if there's no context.
- - - - -
3 changed files:
- dlls/opengl32/tests/opengl.c
- dlls/win32u/opengl.c
- include/wine/opengl_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a75bc942fc421175431fa72be5465…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a75bc942fc421175431fa72be5465…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
987d1406 by Jacek Caban at 2025-09-11T23:04:26+02:00
opengl32: Move copy buffer allocation to Unix lib.
- - - - -
61b147bc by Jacek Caban at 2025-09-11T23:04:26+02:00
opengl32: Use generated PE thunks for memory mapping functions.
- - - - -
a75bc942 by Jacek Caban at 2025-09-11T23:04:26+02:00
opengl32: Use generated PE thunks for memory unmapping functions.
- - - - -
8 changed files:
- dlls/opengl32/make_opengl
- dlls/opengl32/tests/opengl.c
- dlls/opengl32/thunks.c
- dlls/opengl32/unix_thunks.c
- dlls/opengl32/unix_thunks.h
- dlls/opengl32/unix_wgl.c
- dlls/opengl32/unixlib.h
- dlls/opengl32/wgl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d556ee879077ef65141ea9e910574…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d556ee879077ef65141ea9e910574…
You're receiving this email because of your account on gitlab.winehq.org.