Module: wine Branch: master Commit: e70990041b08c8d2978fa481cbed1c5454f4c714 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e70990041b08c8d2978fa481cb...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Jan 12 21:43:12 2012 +0100
wined3d: Get rid of the WINED3DTEXTUREFILTERTYPE typedef.
---
dlls/d3d8/device.c | 6 +- dlls/d3d9/cubetexture.c | 2 +- dlls/d3d9/texture.c | 2 +- dlls/d3d9/volumetexture.c | 2 +- dlls/ddraw/device.c | 138 ++++++++++++++++++++++++--------------- dlls/ddraw/surface.c | 8 +- dlls/wined3d/device.c | 12 ++-- dlls/wined3d/stateblock.c | 6 +- dlls/wined3d/surface.c | 83 ++++++++++++------------ dlls/wined3d/swapchain.c | 8 +- dlls/wined3d/texture.c | 38 ++++++------ dlls/wined3d/utils.c | 24 ++++--- dlls/wined3d/wined3d_private.h | 22 +++--- include/wine/wined3d.h | 29 ++++---- 14 files changed, 207 insertions(+), 173 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e70990041b08c8d2978fa4...