Module: wine Branch: master Commit: 7dcc6ccf5eb6938e672c7ffc479400b7bd003d6d URL: https://gitlab.winehq.org/wine/wine/-/commit/7dcc6ccf5eb6938e672c7ffc479400b...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Oct 7 18:06:35 2022 +0200
opengl32: Create a unixlib interface for GL functions.
---
dlls/opengl32/Makefile.in | 2 + dlls/opengl32/make_opengl | 233 +++- dlls/opengl32/opengl_norm.c | 2340 --------------------------------- dlls/opengl32/thunks.c | 2695 ++++++++++++++++++++++++++++++++++++++ dlls/opengl32/unix_thunks.c | 3013 +++++++++++++++++++++++++++++++++++++++++++ dlls/opengl32/unixlib.h | 2486 +++++++++++++++++++++++++++++++++++ 6 files changed, 8402 insertions(+), 2367 deletions(-)