Module: wine Branch: master Commit: 3d4fe0b7505b5d261db375c817bcd0b18a95a9ac URL: http://source.winehq.org/git/wine.git/?a=commit;h=3d4fe0b7505b5d261db375c817...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Mar 29 19:21:49 2011 +0200
wined3d: Get rid of IWineD3DPixelShader.
---
dlls/d3d10core/d3d10core_private.h | 2 +- dlls/d3d10core/shader.c | 8 +---- dlls/d3d8/d3d8_private.h | 5 +-- dlls/d3d8/device.c | 17 ++++++----- dlls/d3d8/shader.c | 6 ++-- dlls/d3d9/d3d9_private.h | 8 +---- dlls/d3d9/device.c | 8 +++--- dlls/d3d9/shader.c | 8 +++--- dlls/wined3d/device.c | 53 ++++++++++++++++++++--------------- dlls/wined3d/glsl_shader.c | 4 +- dlls/wined3d/shader.c | 17 +++++------ dlls/wined3d/stateblock.c | 8 +++--- dlls/wined3d/wined3d_private.h | 8 ++--- include/wine/wined3d.idl | 15 ++-------- 14 files changed, 77 insertions(+), 90 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3d4fe0b7505b5d261db375...