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

Author: Tom Stellard <[email protected]>
Date:   Mon Mar 11 11:10:51 2013 -0400

r600g/llvm: Fix build

---

 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 621db79..29facf7 100644
--- a/src/gallium/drivers/r600/r600_shader.c
+++ b/src/gallium/drivers/r600/r600_shader.c
@@ -1247,7 +1247,7 @@ static int r600_shader_from_tgsi(struct r600_screen 
*rscreen,
        unsigned inst_byte_count = 0;
 
 #ifdef R600_USE_LLVM
-       use_llvm = !(ctx->screen->debug_flags & DBG_NO_LLVM);
+       use_llvm = !(rscreen->debug_flags & DBG_NO_LLVM);
 #endif
        ctx.bc = &shader->bc;
        ctx.shader = shader;

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

Reply via email to