Module: wine Branch: master Commit: f8f83ff2f7da887570eeafbc24e47ca7f824bcc8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f8f83ff2f7da887570eeafbc24...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Mar 30 20:49:25 2011 +0200
wined3d: Remove COM from the shader implementation.
---
dlls/d3d10core/d3d10core_private.h | 6 +- dlls/d3d10core/shader.c | 10 +- dlls/d3d8/d3d8_private.h | 6 +- dlls/d3d8/device.c | 21 +++--- dlls/d3d8/shader.c | 8 +- dlls/d3d8/vertexdeclaration.c | 4 +- dlls/d3d9/d3d9_private.h | 4 +- dlls/d3d9/device.c | 12 ++-- dlls/d3d9/shader.c | 12 ++-- dlls/wined3d/arb_program_shader.c | 10 +- dlls/wined3d/device.c | 24 +++--- dlls/wined3d/glsl_shader.c | 12 ++-- dlls/wined3d/shader.c | 150 ++++++++++++------------------------ dlls/wined3d/stateblock.c | 12 ++-- dlls/wined3d/wined3d.spec | 6 ++ dlls/wined3d/wined3d_private.h | 21 +++--- include/wine/wined3d.idl | 41 ++++------ 17 files changed, 153 insertions(+), 206 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f8f83ff2f7da887570eeaf...