From: Brian Paul Date: Wed, 18 May 2016 19:01:03 +0000 (-0600) Subject: svga: add another debug_printf() in svga_screen_create() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=243fd02858c1287667d9f8d0555a8e9520289f56;p=mesa.git svga: add another debug_printf() in svga_screen_create() Signed-off-by: Brian Paul --- diff --git a/src/gallium/drivers/svga/svga_screen.c b/src/gallium/drivers/svga/svga_screen.c index fb03b56a15a..9f4dbb89489 100644 --- a/src/gallium/drivers/svga/svga_screen.c +++ b/src/gallium/drivers/svga/svga_screen.c @@ -1068,6 +1068,7 @@ svga_screen_create(struct svga_winsys_screen *sws) svgascreen->haveLineStipple, svgascreen->haveLineSmooth, svgascreen->maxLineWidth); debug_printf("svga: maxPointSize %g\n", svgascreen->maxPointSize); + debug_printf("svga: msaa samples mask: 0x%x\n", svgascreen->ms_samples); } pipe_mutex_init(svgascreen->tex_mutex);