Alexandre Julliard pushed to branch master at wine / wine
Commits: b22af9f0 by Jacek Caban at 2025-11-14T18:04:35+01:00 opengl32: Use Vulkan-backed buffer storage only when GL_MAP_PERSISTENT_BIT is specified.
Non-persistent mappings have additional synchronization guarantees on map that are hard to emulate with Vulkan. Fall back to the memcpy code path instead.
- - - - -
1 changed file:
- dlls/opengl32/unix_wgl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b22af9f012e973c34aed781bdcf81d0...