diff options
author | Marek Olšák <[email protected]> | 2013-01-09 16:26:24 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-01-09 16:40:37 +0100 |
commit | 1385c353cf06c6156d574cffba6164f2b59739e6 (patch) | |
tree | 57b8d81c6920c105c9879e71134875fdf9cc31e0 | |
parent | 4f2d9a8f520cda5bf7af9b8e659f247c753211af (diff) |
r300g: fix the GPU name in the renderer string
Broken by ca474f98f2cda5cb333e9f851.
-rw-r--r-- | 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 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", |