Module: wine
Branch: refs/heads/master
Commit: e76969b0d61dd2c1a23a2ab7e7f42bbd9d327df4
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=e76969b0d61dd2c1a23a2ab…
Author: Oliver Stieber <oliver_stieber(a)yahoo.co.uk>
Date: Thu Dec 15 10:25:47 2005 +0100
wined3d: Internal reference counting.
Change most references to resources parent into references to the
resource, so that external reference counts match DirectX but object
aren't released if they are still referenced by the stateblock.
---
dlls/wined3d/device.c | 90 ++++++++++++++++++---------------------------
dlls/wined3d/stateblock.c | 29 ++++++---------
2 files changed, 48 insertions(+), 71 deletions(-)