Mesa (master): r600g: fix RGB32F texturing

Marek Olšák mareko at kemper.freedesktop.org
Tue Jun 14 18:50:10 UTC 2011


Module: Mesa
Branch: master
Commit: 7d488ade239652d67f78a79bbd9712e4690591cb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d488ade239652d67f78a79bbd9712e4690591cb

Author: Marek Olšák <maraeo at gmail.com>
Date:   Tue Jun 14 20:47:57 2011 +0200

r600g: fix RGB32F texturing

---

 src/gallium/drivers/r600/r600_texture.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_texture.c b/src/gallium/drivers/r600/r600_texture.c
index 7ffea69..470d26e 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;




More information about the mesa-commit mailing list