mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user