Module: wine Branch: master Commit: 4745618487df0e2f24c9d8451117a111c88270cb URL: http://source.winehq.org/git/wine.git/?a=commit;h=4745618487df0e2f24c9d84511...
Author: Markus Amsler markus.amsler@oribi.org Date: Tue Dec 5 00:29:48 2006 +0100
d3d8: Fix implicit surface refcounting.
---
dlls/d3d8/d3d8_private.h | 8 +++++ dlls/d3d8/device.c | 6 +++- dlls/d3d8/directx.c | 23 ++++++++++++--- dlls/d3d8/surface.c | 6 +++- dlls/d3d8/swapchain.c | 2 +- dlls/d3d8/tests/device.c | 66 +++++++++++++++++++++++----------------------- 6 files changed, 69 insertions(+), 42 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4745618487df0e2f24c9d8...