Module: wine Branch: master Commit: 3a7f08a56f30310318df60311e2352a614e74654 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3a7f08a56f30310318df60311e...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Aug 30 20:29:49 2010 +0200
wined3d: Rename wined3d_format_desc to wined3d_format.
---
dlls/wined3d/arb_program_shader.c | 22 ++-- dlls/wined3d/basetexture.c | 10 +- dlls/wined3d/buffer.c | 20 ++-- dlls/wined3d/context.c | 52 +++--- dlls/wined3d/cubetexture.c | 8 +- dlls/wined3d/device.c | 65 ++++---- dlls/wined3d/directx.c | 216 +++++++++++++------------ dlls/wined3d/drawprim.c | 24 ++-- dlls/wined3d/resource.c | 4 +- dlls/wined3d/shader.c | 6 +- dlls/wined3d/state.c | 64 ++++---- dlls/wined3d/surface.c | 322 ++++++++++++++++++------------------- dlls/wined3d/surface_base.c | 99 ++++++------ dlls/wined3d/surface_gdi.c | 4 +- dlls/wined3d/swapchain.c | 14 +- dlls/wined3d/texture.c | 14 +- dlls/wined3d/utils.c | 270 ++++++++++++++++---------------- dlls/wined3d/vertexdeclaration.c | 4 +- dlls/wined3d/volume.c | 41 ++---- dlls/wined3d/volumetexture.c | 4 +- dlls/wined3d/wined3d_private.h | 46 +++--- 21 files changed, 644 insertions(+), 665 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3a7f08a56f30310318df60...