=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: wined3d: Introduce wined3d fence objects.

Alexandre Julliard julliard at winehq.org
Mon Jul 10 15:52:46 CDT 2017


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

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Sun Jul  9 13:25:49 2017 +0200

wined3d: Introduce wined3d fence objects.

Use fences for the APPLESYNC codepath, and implement event queries
on top of fences.

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/wined3d/buffer.c          |  54 +++++-------
 dlls/wined3d/context.c         |  92 ++++++++++----------
 dlls/wined3d/drawprim.c        |  12 +--
 dlls/wined3d/query.c           | 185 ++++++++++++++++++++++++++---------------
 dlls/wined3d/wined3d_private.h |  70 +++++++++-------
 5 files changed, 235 insertions(+), 178 deletions(-)

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



More information about the wine-cvs mailing list