Module: wine Branch: refs/heads/master Commit: d04f0507cf3b8847058e386063fd5cae425ae1fd URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d04f0507cf3b8847058e3860...
Author: Stefan Dösinger stefan@codeweavers.com Date: Tue Apr 18 22:38:30 2006 +0200
wined3d: Implement Init3D and Uninit3D.
---
dlls/d3d8/device.c | 2 dlls/d3d8/directx.c | 4 - dlls/d3d9/device.c | 2 dlls/d3d9/directx.c | 6 - dlls/wined3d/device.c | 239 ++++++++++++++++++++++++++------------ dlls/wined3d/directx.c | 115 +++--------------- dlls/wined3d/wined3d_private.h | 5 + include/wine/wined3d_interface.h | 4 - 8 files changed, 195 insertions(+), 182 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=d04f0507cf3b8847058e...