Module: wine Branch: master Commit: 09652f121c38e844a8a4e2590dfcd11b0d33df85 URL: https://gitlab.winehq.org/wine/wine/-/commit/09652f121c38e844a8a4e2590dfcd11...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Nov 18 09:41:19 2022 +0100
opengl32: Implement wow64 thunks for glMapBuffer (et al.).
---
dlls/opengl32/make_opengl | 15 ++ dlls/opengl32/unix_thunks.c | 252 +++++--------------------------- dlls/opengl32/unix_wgl.c | 346 ++++++++++++++++++++++++++++++++++++++++++++ dlls/opengl32/wgl.c | 79 ++++++++++ 4 files changed, 474 insertions(+), 218 deletions(-)