Module: wine Branch: master Commit: ccf48fff3361cf1046bdbe6d2799a3220f7492b9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ccf48fff3361cf1046bdbe6d27...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Nov 12 15:43:46 2008 +0100
d3d10core: Implement ID3D10Device in d3d10core instead of d3d10.
---
dlls/d3d10/Makefile.in | 1 - dlls/d3d10/d3d10_main.c | 19 +---- dlls/d3d10/d3d10_private.h | 10 --- dlls/d3d10/utils.c | 119 ----------------------------- dlls/d3d10core/Makefile.in | 6 +- dlls/d3d10core/d3d10core_private.h | 17 ++++ dlls/{d3d10 => d3d10core}/device.c | 9 +-- dlls/d3d10core/utils.c | 148 ++++++++++++++++++++++++++++++++++++ 8 files changed, 173 insertions(+), 156 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ccf48fff3361cf1046bdbe...