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

Author: Tom Stellard <[email protected]>
Date:   Fri Sep 21 20:07:14 2012 -0400

r600g: Fix build with LLVM compiler

---

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

diff --git a/src/gallium/drivers/r600/r600_shader.c 
b/src/gallium/drivers/r600/r600_shader.c
index 11cf235..6e47593 100644
--- a/src/gallium/drivers/r600/r600_shader.c
+++ b/src/gallium/drivers/r600/r600_shader.c
@@ -1269,7 +1269,7 @@ static int r600_shader_from_tgsi(struct r600_screen 
*rscreen,
                        dump = 1;
                }
                if (r600_llvm_compile(mod, &inst_bytes, &inst_byte_count,
-                                                       rctx->family, dump)) {
+                                                       rscreen->family, dump)) 
{
                        FREE(inst_bytes);
                        radeon_llvm_dispose(&radeon_llvm_ctx);
                        use_llvm = 0;

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to