r600g: fix RGB32F texturing

This commit is contained in:
Marek Olšák 2011-06-14 20:47:57 +02:00
parent df6355512a
commit 7d488ade23
1 changed files with 2 additions and 1 deletions

View File

@ -1082,8 +1082,9 @@ uint32_t r600_translate_texformat(struct pipe_screen *screen,
goto out_word4;
}
}
goto out_unknown;
}
out_word4:
if (word4_p)
*word4_p = word4;