Module: wine Branch: master Commit: 8809ebdf790a651342f07a54e25e9e6a24fe3f42 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8809ebdf790a651342f07a54e2...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Mar 9 19:16:16 2011 +0100
wined3d: Generalize GetSurfaceLevel() / GetVolumeLevel() to GetSubResource().
---
dlls/d3d8/cubetexture.c | 24 ++++++++++++------------ dlls/d3d8/texture.c | 22 +++++++++++----------- dlls/d3d8/volumetexture.c | 22 +++++++++++----------- dlls/d3d9/cubetexture.c | 24 ++++++++++++------------ dlls/d3d9/texture.c | 22 +++++++++++----------- dlls/d3d9/volumetexture.c | 22 ++++++++++------------ dlls/wined3d/cubetexture.c | 23 +++++------------------ dlls/wined3d/device.c | 26 ++++++++++++-------------- dlls/wined3d/texture.c | 22 +++++----------------- dlls/wined3d/volumetexture.c | 22 +++++----------------- include/wine/wined3d.idl | 15 +++------------ 11 files changed, 97 insertions(+), 147 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8809ebdf790a651342f07a...