diff options
author | Christoph Bumiller <[email protected]> | 2010-09-12 20:55:09 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2010-09-13 17:26:41 +0200 |
commit | 1f1411f2ccc7f808d181c09f925b0780306a05ca (patch) | |
tree | 26febe9a4a5354030444d87a60c8a398292b8517 /src/gallium/drivers/nv50/nv50_pc.h | |
parent | cca3906a9b1d994c431ceeccccbde0ce87a2f6b4 (diff) |
nv50: interp cannot write flags reg
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_pc.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_pc.h b/src/gallium/drivers/nv50/nv50_pc.h index e8d99423072..8f15a820260 100644 --- a/src/gallium/drivers/nv50/nv50_pc.h +++ b/src/gallium/drivers/nv50/nv50_pc.h @@ -486,6 +486,7 @@ int nv50_indirect_opnd(struct nv_instruction *); boolean nv50_nvi_can_use_imm(struct nv_instruction *, int s); boolean nv50_nvi_can_predicate(struct nv_instruction *); boolean nv50_nvi_can_load(struct nv_instruction *, int s, struct nv_value *); +boolean nv50_op_can_write_flags(uint opcode); ubyte nv50_supported_src_mods(uint opcode, int s); int nv_nvi_refcount(struct nv_instruction *); void nv_nvi_delete(struct nv_instruction *); |