Module: wine Branch: refs/heads/master Commit: 63fd9a7a9881d2175aae78c647c6c1dd4f7b5a22 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=63fd9a7a9881d2175aae78c6...
Author: Stefan Dösinger stefandoesinger@gmx.at Date: Thu Apr 6 19:02:16 2006 +0200
wined3d: Add WINED3DTEXTUREFILTERTYPE to wined3d_types.h.
---
dlls/d3d9/basetexture.c | 4 ++-- dlls/d3d9/cubetexture.c | 4 ++-- dlls/d3d9/device.c | 2 +- dlls/d3d9/texture.c | 4 ++-- dlls/d3d9/volumetexture.c | 4 ++-- dlls/wined3d/basetexture.c | 29 ++++++++++++++--------------- dlls/wined3d/cubetexture.c | 4 ++-- dlls/wined3d/device.c | 4 ++-- dlls/wined3d/directx.c | 38 +++++++++++++++++++------------------- dlls/wined3d/stateblock.c | 6 +++--- dlls/wined3d/texture.c | 4 ++-- dlls/wined3d/volumetexture.c | 4 ++-- dlls/wined3d/wined3d_private.h | 6 +++--- include/wine/wined3d_interface.h | 18 +++++++++--------- include/wine/wined3d_types.h | 12 ++++++++++++ 15 files changed, 77 insertions(+), 66 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=63fd9a7a9881d2175aae...