Module: wine Branch: master Commit: 6c5a90e193405b9d3fbf510c17f09e720394d775 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6c5a90e193405b9d3fbf510c17...
Author: Józef Kucia jkucia@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@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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=6c5a90e193405b9d3fbf51...