=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: wined3d: Add "parent_ops" for query objects.

Alexandre Julliard julliard at winehq.org
Thu May 11 15:07:28 CDT 2017


Module: wine
Branch: master
Commit: 6c5a90e193405b9d3fbf510c17f09e720394d775
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6c5a90e193405b9d3fbf510c17f09e720394d775

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Wed May 10 15:54:07 2017 +0200

wined3d: Add "parent_ops" for query objects.

In order to implement proper refcounting for
d3d11_immediate_context_SetPredication().

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3d11/async.c             | 32 ++++++++++++++++++++----
 dlls/d3d9/d3d9_private.h       |  4 ++-
 dlls/d3d9/device.c             |  2 +-
 dlls/d3d9/query.c              |  3 ++-
 dlls/wined3d/query.c           | 55 ++++++++++++++++++++++++++----------------
 dlls/wined3d/wined3d.spec      |  2 +-
 dlls/wined3d/wined3d_private.h |  1 +
 include/wine/wined3d.h         |  4 +--
 8 files changed, 71 insertions(+), 32 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=6c5a90e193405b9d3fbf510c17f09e720394d775



More information about the wine-cvs mailing list