Module: wine Branch: refs/heads/master Commit: 19d19b2b7955d6e7f6250f5c7e0de7ad0e918846 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=19d19b2b7955d6e7f6250f5c...
Author: Vitaliy Margolen wine-patch@kievinfo.com Date: Mon May 29 15:01:04 2006 -0600
d3d9: Add reference to the parent device for surfaces.
Allow some objects to have no parent device. Tighten refcount tests and test refound decrement on Release.
---
dlls/d3d9/d3d9_private.h | 2 + dlls/d3d9/device.c | 12 ++++-- dlls/d3d9/directx.c | 10 ++++- dlls/d3d9/surface.c | 1 dlls/d3d9/swapchain.c | 2 - dlls/d3d9/tests/device.c | 97 ++++++++++++++++++++++------------------------ 6 files changed, 67 insertions(+), 57 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=19d19b2b7955d6e7f625...