projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d54770
)
nv50: add TXP to TEX case.. not correct, but anyway..
author
Ben Skeggs
<skeggsb@gmail.com>
Mon, 5 Jan 2009 03:06:43 +0000
(14:06 +1100)
committer
Ben Skeggs
<skeggsb@gmail.com>
Mon, 5 Jan 2009 21:05:57 +0000
(08:05 +1100)
src/gallium/drivers/nv50/nv50_program.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nv50/nv50_program.c
b/src/gallium/drivers/nv50/nv50_program.c
index b205cdbaca341aebd04a43869ef44cb67623c8c9..147a98aca0526128eb216c747eb4a97c9276eee2 100644
(file)
--- a/
src/gallium/drivers/nv50/nv50_program.c
+++ b/
src/gallium/drivers/nv50/nv50_program.c
@@
-1187,6
+1187,7
@@
nv50_program_tx_insn(struct nv50_pc *pc, const union tgsi_full_token *tok)
}
break;
case TGSI_OPCODE_TEX:
+ case TGSI_OPCODE_TXP:
{
struct nv50_reg *t[4];
struct nv50_program_exec *e;