projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdb04c0
)
nv50: prevent NV_OP_SELECT from having flags_def defined
author
Bryan Cain
<bryancain3@gmail.com>
Mon, 4 Apr 2011 21:07:16 +0000
(23:07 +0200)
committer
Christoph Bumiller
<e0425955@student.tuwien.ac.at>
Mon, 4 Apr 2011 21:08:54 +0000
(23:08 +0200)
src/gallium/drivers/nv50/nv50_pc.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nv50/nv50_pc.c
b/src/gallium/drivers/nv50/nv50_pc.c
index 82f1b84652760bd0a36e789f474bcd3a0934e9d6..f6870cc1d8edcf79e68ee20a616382cf5866d53a 100644
(file)
--- a/
src/gallium/drivers/nv50/nv50_pc.c
+++ b/
src/gallium/drivers/nv50/nv50_pc.c
@@
-180,6
+180,7
@@
nv50_op_can_write_flags(uint opcode)
switch (opcode) { /* obvious ones like KIL, CALL, etc. not included */
case NV_OP_PHI:
case NV_OP_MOV:
+ case NV_OP_SELECT:
case NV_OP_LINTERP:
case NV_OP_PINTERP:
case NV_OP_LDA: