Module: wine Branch: master Commit: d7250e97edfeb628f6076cba34828c3789fec5a6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d7250e97edfeb628f6076cba34...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jul 19 15:37:25 2012 +0200
wined3d: Fetch GL functions from the WGL driver table, including glFinish and glFlush.
---
dlls/wined3d/arb_program_shader.c | 2 +- dlls/wined3d/buffer.c | 6 +++--- dlls/wined3d/device.c | 4 ++-- dlls/wined3d/directx.c | 21 ++++++++------------- dlls/wined3d/drawprim.c | 2 +- dlls/wined3d/surface.c | 16 ++++++++-------- dlls/wined3d/swapchain.c | 2 +- dlls/wined3d/wined3d_gl.h | 13 ++++--------- 8 files changed, 28 insertions(+), 38 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d7250e97edfeb628f6076c...