From: Marek Olšák Date: Tue, 14 Jun 2011 18:47:57 +0000 (+0200) Subject: r600g: fix RGB32F texturing X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7d488ade239652d67f78a79bbd9712e4690591cb;p=mesa.git r600g: fix RGB32F texturing --- diff --git a/src/gallium/drivers/r600/r600_texture.c b/src/gallium/drivers/r600/r600_texture.c index 7ffea6961de..470d26e2c9f 100644 --- a/src/gallium/drivers/r600/r600_texture.c +++ b/src/gallium/drivers/r600/r600_texture.c @@ -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;