Module: wine Branch: master Commit: 47c84f4f7f919629b182136f0576f5371dd8bc4b URL: http://source.winehq.org/git/wine.git/?a=commit;h=47c84f4f7f919629b182136f05...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Sep 25 13:31:49 2009 +0200
wined3d: Use the DXGI naming convention for all formats.
---
dlls/d3d8/device.c | 96 ++++---- dlls/d3d8/vertexdeclaration.c | 2 +- dlls/d3d9/device.c | 116 ++++---- dlls/d3d9/vertexdeclaration.c | 2 +- dlls/ddraw/ddraw.c | 54 ++-- dlls/ddraw/device.c | 52 ++-- dlls/ddraw/direct3d.c | 10 +- dlls/ddraw/utils.c | 96 ++++---- dlls/wined3d/buffer.c | 4 +- dlls/wined3d/context.c | 16 +- dlls/wined3d/cubetexture.c | 4 +- dlls/wined3d/device.c | 56 ++-- dlls/wined3d/directx.c | 151 ++++++----- dlls/wined3d/drawprim.c | 6 +- dlls/wined3d/state.c | 2 +- dlls/wined3d/surface.c | 84 +++--- dlls/wined3d/surface_base.c | 26 +- dlls/wined3d/surface_gdi.c | 6 +- dlls/wined3d/swapchain.c | 3 +- dlls/wined3d/texture.c | 8 +- dlls/wined3d/utils.c | 539 +++++++++++++++++++------------------- dlls/wined3d/vertexdeclaration.c | 5 +- include/wine/wined3d.idl | 56 ++--- 23 files changed, 698 insertions(+), 696 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=47c84f4f7f919629b18213...