From 1385c353cf06c6156d574cffba6164f2b59739e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Wed, 9 Jan 2013 16:26:24 +0100 Subject: [PATCH] r300g: fix the GPU name in the renderer string Broken by ca474f98f2cda5cb333e9f851. --- src/gallium/drivers/r300/r300_screen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c index 762f6072e0c..bca3e85acc6 100644 --- a/src/gallium/drivers/r300/r300_screen.c +++ b/src/gallium/drivers/r300/r300_screen.c @@ -48,6 +48,7 @@ static const char* r300_get_vendor(struct pipe_screen* pscreen) } static const char* chip_families[] = { + "unknown", "ATI R300", "ATI R350", "ATI RV350", -- 2.30.2