r300g: fix the GPU name in the renderer string

Broken by ca474f98f2.
This commit is contained in:
Marek Olšák 2013-01-09 16:26:24 +01:00
parent 4f2d9a8f52
commit 1385c353cf

View file

@ -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",