From: Brian Paul Date: Wed, 2 Dec 2009 16:23:37 +0000 (-0700) Subject: cell: fix TGSI breakage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=429bf7541777de08e070df3920b8566e3ac78223;p=mesa.git cell: fix TGSI breakage --- diff --git a/src/gallium/drivers/cell/ppu/cell_gen_fp.c b/src/gallium/drivers/cell/ppu/cell_gen_fp.c index 4d43f65d29c..1895a7940c4 100644 --- a/src/gallium/drivers/cell/ppu/cell_gen_fp.c +++ b/src/gallium/drivers/cell/ppu/cell_gen_fp.c @@ -1351,7 +1351,7 @@ emit_function_call(struct codegen *gen, static boolean emit_TEX(struct codegen *gen, const struct tgsi_full_instruction *inst) { - const uint target = inst->InstructionExtTexture.Texture; + const uint target = inst->Texture.Texture; const uint unit = inst->Src[1].Register.Index; uint addr; int ch;