From a7f73f5155d1b36bf493a70639ca9bcb023beba3 Mon Sep 17 00:00:00 2001 From: Vincent Lejeune Date: Sat, 13 Apr 2013 16:35:39 +0200 Subject: [PATCH] /bin/bash: q : commande introuvable --- src/gallium/drivers/r600/r600_shader.c | 2 +- src/gallium/drivers/radeon/LLVM_REVISION.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/r600/r600_shader.c b/src/gallium/drivers/r600/r600_shader.c index 2907c7c..9e83ce6 100644 --- a/src/gallium/drivers/r600/r600_shader.c +++ b/src/gallium/drivers/r600/r600_shader.c @@ -1899,7 +1899,7 @@ static int r600_shader_from_tgsi(struct r600_screen *rscreen, } } /* add program end */ - if (ctx.bc->chip_class == CAYMAN) + if (!use_llvm && ctx.bc->chip_class == CAYMAN) cm_bytecode_add_cf_end(ctx.bc); /* check GPR limit - we have 124 = 128 - 4 diff --git a/src/gallium/drivers/radeon/LLVM_REVISION.txt b/src/gallium/drivers/radeon/LLVM_REVISION.txt index b633ea6..f7e8f7d 100644 --- a/src/gallium/drivers/radeon/LLVM_REVISION.txt +++ b/src/gallium/drivers/radeon/LLVM_REVISION.txt @@ -1 +1 @@ -@179684 +@180123 -- 2.7.4