Module: wine Branch: master Commit: 1b9455e65d169ebff45c7c2fccab66dc5942e4f7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1b9455e65d169ebff45c7c2fcc...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jul 17 00:00:55 2012 +0200
opengl32: Add supported wgl extension functions to the OpenGL function table.
---
dlls/opengl32/make_opengl | 121 +++++++++++----- dlls/opengl32/opengl_ext.c | 32 ++++- dlls/opengl32/opengl_ext.h | 3 + dlls/opengl32/opengl_norm.c | 4 - dlls/opengl32/wgl.c | 328 +++++++++++++++++++++++++++++++++++++------ dlls/winex11.drv/opengl.c | 306 +++++++++++------------------------------ include/wine/wgl_driver.h | 25 +++- 7 files changed, 501 insertions(+), 318 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1b9455e65d169ebff45c7c...