Module: wine Branch: master Commit: 8a6987af121b79df818b7fcf278f512f8cf1eb60 URL: https://gitlab.winehq.org/wine/wine/-/commit/8a6987af121b79df818b7fcf278f512...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Nov 7 15:26:36 2022 +0100
opengl32: Move function / extension registry mapping to unix_thunks.c.
Keeping the extension function pointers array on the PE side.
---
dlls/opengl32/make_opengl | 20 +- dlls/opengl32/opengl_ext.h | 13 +- dlls/opengl32/thunks.c | 5394 +++++++++++++++++++++---------------------- dlls/opengl32/unix_thunks.c | 2699 ++++++++++++++++++++++ dlls/opengl32/wgl.c | 32 +- 5 files changed, 5432 insertions(+), 2726 deletions(-)