diff options
author | Christoph Bumiller <[email protected]> | 2010-09-15 13:59:09 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2010-09-15 15:35:14 +0200 |
commit | c46e7a05e501e02b10dbc06772c0ef01308f60d5 (patch) | |
tree | f3ca808eb0dd1e6376ccd850671a68186b781791 /src/gallium/drivers/nv50/nv50_pc.h | |
parent | 16d8f5fee51a4a86f5f0c15228b48d5668ab2be2 (diff) |
nv50: improve and fix modifier folding optimization
Execute before folding loads, because we don't check if it's legal
in lower_mods.
Ensure that a value's insn pointer is updated when transferring it
to a different instruction.
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_pc.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_pc.h b/src/gallium/drivers/nv50/nv50_pc.h index 8f15a820260..92c6be5f6e5 100644 --- a/src/gallium/drivers/nv50/nv50_pc.h +++ b/src/gallium/drivers/nv50/nv50_pc.h @@ -220,7 +220,6 @@ struct nv_value { struct nv_ref { struct nv_value *value; - struct nv_instruction *insn; ubyte mod; ubyte typecast; ubyte flags; /* not used yet */ |