diff options
author | Bryan Cain <[email protected]> | 2011-04-04 23:07:16 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2011-04-04 23:08:54 +0200 |
commit | 19d06b5c058f08eeaeb2f54bd9d24d0c8b11e621 (patch) | |
tree | 27f2c05dd96491fc4dca5cbad5ec96fa4d1fd037 /src/gallium/drivers/nv50 | |
parent | fdb04c0384838d983ccd1bc239dcce2b37ee77f8 (diff) |
nv50: prevent NV_OP_SELECT from having flags_def defined
Diffstat (limited to 'src/gallium/drivers/nv50')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_pc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_pc.c b/src/gallium/drivers/nv50/nv50_pc.c index 82f1b846527..f6870cc1d8e 100644 --- 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: |