From: Marek Olšák Date: Wed, 9 Jan 2013 15:26:24 +0000 (+0100) Subject: r300g: fix the GPU name in the renderer string X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1385c353cf06c6156d574cffba6164f2b59739e6;p=mesa.git r300g: fix the GPU name in the renderer string Broken by ca474f98f2cda5cb333e9f851. --- 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",