Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Drew DeVault
xserver
Commits
7fbdc60f
Commit
7fbdc60f
authored
Jul 07, 2011
by
Zhigang Gong
Browse files
glamor: comment out the message when creating a system memory pixmap.
Signed-off-by:
Zhigang Gong
<
zhigang.gong@linux.intel.com
>
parent
f961390d
Changes
1
Hide whitespace changes
Inline
Side-by-side
glamor/glamor.c
View file @
7fbdc60f
...
...
@@ -130,9 +130,11 @@ glamor_create_pixmap(ScreenPtr screen, int w, int h, int depth,
(((
w
*
pixmap
->
drawable
.
bitsPerPixel
+
7
)
/
8
)
+
3
)
&
~
3
,
NULL
);
#if 0
if (usage != GLAMOR_CREATE_PIXMAP_CPU)
glamor_fallback("choose cpu memory for pixmap %p ,"
" %d x %d depth %d\n", pixmap, w, h, depth);
#endif
}
else
pixmap
=
fbCreatePixmap
(
screen
,
0
,
0
,
depth
,
usage
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment