Module: wine Branch: master Commit: 0d4e0bc9babdbb619dfd97719526cd841db10a61 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0d4e0bc9babdbb619dfd977195...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Oct 14 13:04:01 2010 +0200
d3d10core: Add a stub ID3D10Texture3D implementation.
---
dlls/d3d10core/d3d10core_private.h | 13 +++ dlls/d3d10core/device.c | 26 +++++- dlls/d3d10core/tests/device.c | 40 ++++++++- dlls/d3d10core/texture.c | 175 ++++++++++++++++++++++++++++++++++++ 4 files changed, 250 insertions(+), 4 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0d4e0bc9babdbb619dfd97...