Module: Mesa Branch: master Commit: 1385c353cf06c6156d574cffba6164f2b59739e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1385c353cf06c6156d574cffba6164f2b59739e6
Author: Marek Olšák <[email protected]> Date: Wed Jan 9 16:26:24 2013 +0100 r300g: fix the GPU name in the renderer string Broken by ca474f98f2cda5cb333e9f851. --- src/gallium/drivers/r300/r300_screen.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c index 762f607..bca3e85 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", _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
