Module: Mesa Branch: master Commit: 4ac0d85ca68100aaecb3016273f4df71f40e289b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ac0d85ca68100aaecb3016273f4df71f40e289b
Author: Vincent Lejeune <[email protected]> Date: Sat Mar 30 20:05:45 2013 +0100 r600g/llvm: uses function attribute to pass shader type --- src/gallium/drivers/r600/r600_llvm.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/r600/r600_llvm.c b/src/gallium/drivers/r600/r600_llvm.c index 6e6edb7..e3e7d9f 100644 --- a/src/gallium/drivers/r600/r600_llvm.c +++ b/src/gallium/drivers/r600/r600_llvm.c @@ -179,6 +179,7 @@ static void llvm_load_input( static void llvm_emit_prologue(struct lp_build_tgsi_context * bld_base) { struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base); + radeon_llvm_shader_type(ctx->main_fn, ctx->type); } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
