projects
/
platform
/
upstream
/
xf86-video-intel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13e20c7
)
sna: Remove %# from DBG messages
author
Chris Wilson
<chris@chris-wilson.co.uk>
Tue, 22 Jul 2014 08:15:01 +0000
(09:15 +0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Tue, 22 Jul 2014 08:15:43 +0000
(09:15 +0100)
LogF doesn't support the 0x-prefix instruction.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/sna/sna_accel.c
patch
|
blob
|
history
diff --git
a/src/sna/sna_accel.c
b/src/sna/sna_accel.c
index
dd37396
..
222c8b5
100644
(file)
--- a/
src/sna/sna_accel.c
+++ b/
src/sna/sna_accel.c
@@
-14715,7
+14715,7
@@
sna_poly_fill_rect(DrawablePtr draw, GCPtr gc, int n, xRectangle *rect)
}
if (!PM_IS_SOLID(draw, gc->planemask)) {
- DBG(("%s: fallback -- planemask=
%#
lx (not-solid)\n",
+ DBG(("%s: fallback -- planemask=
0x%
lx (not-solid)\n",
__FUNCTION__, gc->planemask));
goto fallback;
}