Module: wine Branch: master Commit: ffb27c61c03d28154945738a74d288eb1f32c6ca URL: http://source.winehq.org/git/wine.git/?a=commit;h=ffb27c61c03d28154945738a74...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Mar 15 16:55:12 2016 +0100
opengl32: Introduce WGL_WINE_query_renderer.
This is a fairly straightforward adaptation of GLX_MESA_query_renderer to WGL.
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/opengl32/make_opengl | 27 ++++++++++++++++++++++- dlls/opengl32/opengl_ext.c | 8 +++++-- dlls/opengl32/opengl_ext.h | 5 +++++ dlls/opengl32/opengl_norm.c | 8 +++++++ dlls/opengl32/wgl.c | 52 +++++++++++++++++++++++++++++++++++++++++++++ include/wine/wgl.h | 12 +++++++++++ include/wine/wgl_driver.h | 6 +++++- 7 files changed, 114 insertions(+), 4 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ffb27c61c03d2815494573...