Use Gallium in the renderer string

This commit is contained in:
keithw 2007-09-26 11:55:08 +01:00 committed by Keith Whitwell
parent 5c83f13719
commit 7770acf8d4

View file

@ -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 ));