projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
144afac
)
cell: fix TGSI breakage
author
Brian Paul
<brianp@vmware.com>
Wed, 2 Dec 2009 16:23:37 +0000
(09:23 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 2 Dec 2009 16:23:37 +0000
(09:23 -0700)
src/gallium/drivers/cell/ppu/cell_gen_fp.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/cell/ppu/cell_gen_fp.c
b/src/gallium/drivers/cell/ppu/cell_gen_fp.c
index 4d43f65d29c4e841e1ed22bd4b6e6bdefa7e5b2f..1895a7940c41a8bf308d526deaf0f32478e86047 100644
(file)
--- 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->
InstructionExt
Texture.Texture;
+ const uint target = inst->Texture.Texture;
const uint unit = inst->Src[1].Register.Index;
uint addr;
int ch;