mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
Use Gallium in the renderer string
This commit is contained in:
parent
5c83f13719
commit
7770acf8d4
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ st_get_string(GLcontext * ctx, GLenum name)
|
|||
}
|
||||
|
||||
case GL_RENDERER:
|
||||
snprintf(st->renderer, sizeof(st->renderer), "TG3D, %s on %s",
|
||||
snprintf(st->renderer, sizeof(st->renderer), "Gallium %s, %s on %s",
|
||||
ST_VERSION_STRING,
|
||||
pipe->get_name( pipe ),
|
||||
pipe->winsys->get_name( pipe->winsys ));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue