Module: wine Branch: master Commit: cc5271d1b78982cc0b7e7ee1395d530160680db6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cc5271d1b78982cc0b7e7ee139...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Aug 23 18:28:10 2010 +0200
wined3d: Rename WINED3DFORMAT to wined3d_format_id.
---
dlls/d3d10core/d3d10core_private.h | 4 +- dlls/d3d10core/device.c | 14 +++-- dlls/d3d10core/utils.c | 6 +- dlls/d3d8/d3d8_private.h | 13 ++--- dlls/d3d8/device.c | 22 ++++---- dlls/d3d8/vertexdeclaration.c | 2 +- dlls/d3d8/volume.c | 2 +- dlls/d3d9/d3d9_private.h | 8 ++-- dlls/d3d9/device.c | 20 ++++--- dlls/d3d9/vertexdeclaration.c | 2 +- dlls/d3d9/volume.c | 2 +- dlls/ddraw/ddraw.c | 26 +++++---- dlls/ddraw/ddraw_private.h | 4 +- dlls/ddraw/device.c | 12 ++-- dlls/ddraw/surface.c | 4 +- dlls/ddraw/utils.c | 16 +++--- dlls/dxgi/dxgi_private.h | 2 +- dlls/dxgi/output.c | 2 +- dlls/dxgi/utils.c | 2 +- dlls/wined3d/buffer.c | 8 ++-- dlls/wined3d/cubetexture.c | 8 ++-- dlls/wined3d/device.c | 18 +++--- dlls/wined3d/directx.c | 69 ++++++++++++++----------- dlls/wined3d/drawprim.c | 3 +- dlls/wined3d/surface.c | 9 ++-- dlls/wined3d/surface_base.c | 19 ++++--- dlls/wined3d/swapchain.c | 2 +- dlls/wined3d/texture.c | 6 +- dlls/wined3d/utils.c | 99 ++++++++++++++++++++---------------- dlls/wined3d/volume.c | 4 +- dlls/wined3d/volumetexture.c | 8 ++-- dlls/wined3d/wined3d_private.h | 31 ++++++------ include/wine/wined3d.idl | 68 ++++++++++++------------ 33 files changed, 272 insertions(+), 243 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=cc5271d1b78982cc0b7e7e...