Module: wine Branch: master Commit: e8767bed3c7461a2dcbdeebb06e1ab16c7133a7a URL: http://source.winehq.org/git/wine.git/?a=commit;h=e8767bed3c7461a2dcbdeebb06... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Oct 9 20:13:01 2017 +0200 opengl32: Store GL extensions in a private XML file instead of Perl arrays. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/opengl32/make_opengl | 165 +----------------- dlls/opengl32/opengl_ext.c | 36 ++-- dlls/opengl32/opengl_norm.c | 44 ++--- dlls/opengl32/winegl.xml | 410 ++++++++++++++++++++++++++++++++++++++++++++ include/wine/wgl_driver.h | 44 ++--- 5 files changed, 480 insertions(+), 219 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e8767bed3c7461a2dcbdee...