diff options
author | Keith Packard <keithp@keithp.com> | 2014-04-01 20:54:21 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-04-03 13:07:51 -0700 |
commit | 15fec3bc3a2d29c903f35b5a30ac09e196eb36b1 (patch) | |
tree | 760f01dd9a4bf89afcc41974a3c15d769b8129e8 /glamor/glamor_pixmap.c | |
parent | 5f177f3582323b6c1791e9e2c107548b607369de (diff) |
glamor: Remove warning message when pixmap cannot be stored in a texture
This happens when you have 4bpp pixmaps; it's not an error, so stop
flooding the log file when it happens.
Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'glamor/glamor_pixmap.c')
-rw-r--r-- | glamor/glamor_pixmap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/glamor/glamor_pixmap.c b/glamor/glamor_pixmap.c index 891ecdd37..c275af7f8 100644 --- a/glamor/glamor_pixmap.c +++ b/glamor/glamor_pixmap.c @@ -283,8 +283,6 @@ glamor_get_tex_format_type_from_pictformat_gl(PictFormatShort format, break; default: - LogMessageVerb(X_INFO, 0, - "fail to get matched format for %x \n", format); return -1; } return 0; |