sna: Add some more DBG for choosing render targets

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2014-02-01 21:54:43 +00:00
parent ed8d4f0ce3
commit 8b0748c57e
3 changed files with 6 additions and 0 deletions

View File

@ -1831,6 +1831,8 @@ gen6_composite_set_target(struct sna *sna,
BoxRec box;
unsigned int hint;
DBG(("%s: (%d, %d)x(%d, %d), partial?=%d\n", __FUNCTION__, x, y, w, h));
op->dst.pixmap = get_drawable_pixmap(dst->pDrawable);
op->dst.format = dst->format;
op->dst.width = op->dst.pixmap->drawable.width;

View File

@ -2111,6 +2111,8 @@ gen7_composite_set_target(struct sna *sna,
BoxRec box;
unsigned int hint;
DBG(("%s: (%d, %d)x(%d, %d), partial?=%d\n", __FUNCTION__, x, y, w, h));
op->dst.pixmap = get_drawable_pixmap(dst->pDrawable);
op->dst.format = dst->format;
op->dst.width = op->dst.pixmap->drawable.width;

View File

@ -1862,6 +1862,8 @@ gen8_composite_set_target(struct sna *sna,
BoxRec box;
unsigned int hint;
DBG(("%s: (%d, %d)x(%d, %d), partial?=%d\n", __FUNCTION__, x, y, w, h));
op->dst.pixmap = get_drawable_pixmap(dst->pDrawable);
op->dst.format = dst->format;
op->dst.width = op->dst.pixmap->drawable.width;