Module: wine Branch: master Commit: 4434d00f84c0e254a8c5d27fa80cffaf621897c2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4434d00f84c0e254a8c5d27fa8...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Mar 27 10:25:56 2009 +0100
wined3d: Unify vertex and texture formats.
Some fields should be redundant now, eg. gl_vtx_type and glType. I'll leave that for a different patch to fix though.
---
dlls/d3d8/vertexdeclaration.c | 38 ++++++-- dlls/d3d9/vertexdeclaration.c | 85 ++++++++++------- dlls/ddraw/device.c | 44 +++++----- dlls/wined3d/buffer.c | 40 ++++---- dlls/wined3d/device.c | 126 +++++++++++++------------ dlls/wined3d/directx.c | 193 +++++++++++++++++++------------------- dlls/wined3d/drawprim.c | 73 +++++++------- dlls/wined3d/state.c | 41 ++++---- dlls/wined3d/utils.c | 177 ++++++++++++++++++++--------------- dlls/wined3d/vertexdeclaration.c | 123 ++++++++++++------------ dlls/wined3d/wined3d_gl.h | 12 --- dlls/wined3d/wined3d_private.h | 57 ++++++++---- include/wine/wined3d.idl | 46 +++------- 13 files changed, 552 insertions(+), 503 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4434d00f84c0e254a8c5d2...