Module: wine Branch: master Commit: 49725ba58319f0d9ed5dee6301a64271758c2dc1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=49725ba58319f0d9ed5dee6301...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Mar 29 19:21:47 2011 +0200
wined3d: Get rid of IWineD3DVertexShader.
---
dlls/d3d10core/d3d10core_private.h | 2 +- dlls/d3d10core/shader.c | 8 +---- dlls/d3d8/d3d8_private.h | 7 ++--- dlls/d3d8/device.c | 14 ++++++---- dlls/d3d8/shader.c | 12 ++++---- dlls/d3d8/vertexdeclaration.c | 5 ++- dlls/d3d9/d3d9_private.h | 10 ++----- dlls/d3d9/device.c | 8 +++--- dlls/d3d9/shader.c | 8 +++--- dlls/wined3d/device.c | 50 +++++++++++++++++++++--------------- dlls/wined3d/shader.c | 17 ++++++------ dlls/wined3d/stateblock.c | 8 +++--- dlls/wined3d/wined3d_private.h | 8 ++--- include/wine/wined3d.idl | 15 ++-------- 14 files changed, 81 insertions(+), 91 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=49725ba58319f0d9ed5dee...