Module: wine Branch: master Commit: 894d1618912367be91594fe213f9db09f88f8768 URL: http://source.winehq.org/git/wine.git/?a=commit;h=894d1618912367be91594fe213...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Jul 24 11:32:27 2012 +0200
wined3d: Call core GL functions through gl_info.gl_ops as well.
---
dlls/wined3d/arb_program_shader.c | 99 ++-- dlls/wined3d/ati_fragment_shader.c | 11 +- dlls/wined3d/buffer.c | 15 +- dlls/wined3d/context.c | 160 ++-- dlls/wined3d/device.c | 89 ++- dlls/wined3d/directx.c | 181 +++--- dlls/wined3d/drawprim.c | 161 ++-- dlls/wined3d/gl_compat.c | 84 +- dlls/wined3d/nvidia_texture_shader.c | 41 +- dlls/wined3d/state.c | 1436 ++++++++++++++++++---------------- dlls/wined3d/surface.c | 435 ++++++----- dlls/wined3d/swapchain.c | 49 +- dlls/wined3d/texture.c | 52 +- dlls/wined3d/utils.c | 267 ++++--- dlls/wined3d/wined3d_gl.h | 692 ---------------- dlls/wined3d/wined3d_private.h | 9 +- 16 files changed, 1622 insertions(+), 2159 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=894d1618912367be91594f...