svga: add git version logging at init time
Before we can log the git version in the host log, we'll add the git version in the init debug message. Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
committed by
Brian Paul
parent
4669ffd29b
commit
7448bb0089
@@ -1001,6 +1001,9 @@ svga_screen_create(struct svga_winsys_screen *sws)
|
||||
sws->have_sm4_1 ? "SM4_1" : "VGPU10",
|
||||
sws->have_sm4_1 ? 1 : sws->have_vgpu10);
|
||||
|
||||
debug_printf("Mesa: %s %s (%s)\n", svga_get_name(screen),
|
||||
PACKAGE_VERSION, MESA_GIT_SHA1);
|
||||
|
||||
/*
|
||||
* The D16, D24X8, and D24S8 formats always do an implicit shadow compare
|
||||
* when sampled from, where as the DF16, DF24, and D24S8_INT do not. So
|
||||
|
||||
Reference in New Issue
Block a user