Module: wine Branch: master Commit: b6431d9493204a471369688ba223cdba71d3a865 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b6431d9493204a471369688ba2...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Jan 10 20:37:01 2012 +0100
wined3d: Get rid of the WINED3DTEXTUREOP typedef.
---
dlls/ddraw/device.c | 58 +++++------ dlls/wined3d/arb_program_shader.c | 144 ++++++++++++++----------- dlls/wined3d/ati_fragment_shader.c | 193 +++++++++++++++++++--------------- dlls/wined3d/device.c | 30 +++--- dlls/wined3d/nvidia_texture_shader.c | 106 ++++++++++--------- dlls/wined3d/state.c | 141 +++++++++++++------------ dlls/wined3d/stateblock.c | 6 +- dlls/wined3d/utils.c | 105 ++++++++++--------- dlls/wined3d/wined3d_private.h | 6 +- include/wine/wined3d.h | 57 +++++----- 10 files changed, 445 insertions(+), 401 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b6431d9493204a47136968...