diff options
author | Brian Paul <[email protected]> | 2016-05-18 13:01:03 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-05-18 14:58:35 -0600 |
commit | 243fd02858c1287667d9f8d0555a8e9520289f56 (patch) | |
tree | ebdbe7ea9140c4e31b005300f8a6492eb56e35ef /src/gallium/drivers/svga/svga_screen.c | |
parent | 96909ef12802fdc8b5a9870bcfde89881ecedf86 (diff) |
svga: add another debug_printf() in svga_screen_create()
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga/svga_screen.c')
-rw-r--r-- | src/gallium/drivers/svga/svga_screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |