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>
This commit is contained in:
Chris Wilson 2015-04-09 10:40:59 +01:00
parent fad92cec33
commit 15354751b7
1 changed files with 1 additions and 1 deletions

View File

@ -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,