diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2015-04-09 10:40:59 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2015-04-09 10:40:59 +0100 |
commit | 15354751b7298ca06e608ea061e776268e5116a8 (patch) | |
tree | f1d95e1081b5bd473b8e487d63865efa9bc5c01a /tools | |
parent | fad92cec33bb9bde9e701a3b299fc40918945546 (diff) |
tools/intel-virtual-output: Update DBG comment to include DRI3 transport
The Pixmap may either be being used for DRI3 or SHM transport.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/virtual.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virtual.c b/tools/virtual.c index 883cbf2b..850eb929 100644 --- a/tools/virtual.c +++ b/tools/virtual.c @@ -1853,7 +1853,7 @@ static void put_dst(struct clone *c, const XRectangle *clip) clip->width, clip->height); c->dst.display->send |= c->dst.use_shm; } else if (c->dst.pixmap) { - DBG(DRAW, ("%s-%s using SHM pixmap\n", + DBG(DRAW, ("%s-%s using SHM or DRI3 pixmap\n", DisplayString(c->dst.dpy), c->dst.name)); c->dst.serial = NextRequest(c->dst.dpy); XCopyArea(c->dst.dpy, c->dst.pixmap, c->dst.window, c->dst.gc, |