Module: wine Branch: master Commit: 15c1a26b55a30b7d33ad7d45b76c6ad7f691ab2f URL: http://source.winehq.org/git/wine.git/?a=commit;h=15c1a26b55a30b7d33ad7d45b7...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Dec 6 11:09:53 2013 +0100
wined3d: Create volumes inside wined3d.
---
dlls/d3d10core/device.c | 39 ++++++++-------------- dlls/d3d8/d3d8_private.h | 5 +-- dlls/d3d8/device.c | 68 ++++++++++++++------------------------- dlls/d3d8/volume.c | 18 +++------- dlls/d3d9/d3d9_private.h | 5 +-- dlls/d3d9/device.c | 68 ++++++++++++++------------------------- dlls/d3d9/volume.c | 19 +++-------- dlls/ddraw/ddraw.c | 30 ++++++++--------- dlls/wined3d/texture.c | 6 +-- dlls/wined3d/volume.c | 42 +++++++++++++++--------- dlls/wined3d/wined3d.spec | 1 - dlls/wined3d/wined3d_private.h | 6 +++- include/wine/wined3d.h | 8 +--- 13 files changed, 127 insertions(+), 188 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=15c1a26b55a30b7d33ad7d...