mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 19:10:12 +01:00
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:
parent
4669ffd29b
commit
7448bb0089
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue