r600g: fix RGB32F texturing
authorMarek Olšák <maraeo@gmail.com>
Tue, 14 Jun 2011 18:47:57 +0000 (20:47 +0200)
committerMarek Olšák <maraeo@gmail.com>
Tue, 14 Jun 2011 18:47:57 +0000 (20:47 +0200)
src/gallium/drivers/r600/r600_texture.c

index 7ffea6961de9b01516aa3c3abae1c8956f48da13..470d26e2c9f47d4dff0fca401f867fd81a939cae 100644 (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;