Module: wine Branch: master Commit: c4e9e3fcb94191979e56c6aad480bc6b72d47124 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c4e9e3fcb94191979e56c6aad4...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Oct 11 16:12:17 2017 +0200
opengl32: Generate thunks for WGL extensions when possible.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/opengl32/make_opengl | 134 ++++++++++++++++------------- dlls/opengl32/opengl_ext.c | 130 ++++++++++++++++++++++++++--- dlls/opengl32/opengl_ext.h | 17 ++-- dlls/opengl32/opengl_norm.c | 8 +- dlls/opengl32/wgl.c | 199 +------------------------------------------- 5 files changed, 212 insertions(+), 276 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c4e9e3fcb94191979e56c6...