Module: wine Branch: master Commit: ddbe791d37a7b01cb602dab4862fe707eff2cd28 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ddbe791d37a7b01cb602dab486...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Oct 23 21:01:05 2012 +0200
wined3d: Set texture_level in surface_set_texture_target() as well.
---
dlls/d3d10core/device.c | 4 +- dlls/d3d8/d3d8_private.h | 6 ++-- dlls/d3d8/device.c | 48 ++++++++++++++------------------------- dlls/d3d8/surface.c | 8 +++--- dlls/d3d9/d3d9_private.h | 6 ++-- dlls/d3d9/device.c | 33 ++++++++++----------------- dlls/d3d9/surface.c | 8 +++--- dlls/ddraw/ddraw.c | 17 +++++-------- dlls/ddraw/ddraw_private.h | 2 +- dlls/ddraw/surface.c | 10 +++----- dlls/wined3d/device.c | 2 +- dlls/wined3d/surface.c | 29 ++++++++++------------- dlls/wined3d/texture.c | 6 ++-- dlls/wined3d/wined3d.spec | 2 +- dlls/wined3d/wined3d_private.h | 2 +- include/wine/wined3d.h | 2 +- 16 files changed, 77 insertions(+), 108 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ddbe791d37a7b01cb602da...