Module: wine Branch: master Commit: 5765632d9fee3e2acd268a3d1642779f420767ec URL: http://source.winehq.org/git/wine.git/?a=commit;h=5765632d9fee3e2acd268a3d16...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Feb 2 20:22:50 2011 +0100
wined3d: Remove COM from the vertex declaration.
---
dlls/d3d10core/Makefile.in | 2 +- dlls/d3d10core/d3d10core_private.h | 2 +- dlls/d3d10core/inputlayout.c | 4 +- dlls/d3d8/d3d8_private.h | 2 +- dlls/d3d8/device.c | 6 ++-- dlls/d3d8/vertexdeclaration.c | 4 +- dlls/d3d9/d3d9_private.h | 2 +- dlls/d3d9/device.c | 6 ++-- dlls/d3d9/vertexdeclaration.c | 4 +- dlls/ddraw/ddraw.c | 13 +++---- dlls/ddraw/ddraw_private.h | 6 ++-- dlls/ddraw/surface.c | 4 +- dlls/ddraw/vertexbuffer.c | 4 +- dlls/wined3d/device.c | 10 ++++-- dlls/wined3d/stateblock.c | 6 ++-- dlls/wined3d/vertexdeclaration.c | 68 ++++++++++------------------------- dlls/wined3d/wined3d.spec | 8 +++- dlls/wined3d/wined3d_private.h | 16 +++----- include/wine/wined3d.idl | 24 +++++------- 19 files changed, 81 insertions(+), 110 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5765632d9fee3e2acd268a...