summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_pc.h
diff options
context:
space:
mode:
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-09-15 13:59:09 +0200
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-09-15 15:35:14 +0200
commitc46e7a05e501e02b10dbc06772c0ef01308f60d5 (patch)
treef3ca808eb0dd1e6376ccd850671a68186b781791 /src/gallium/drivers/nv50/nv50_pc.h
parent16d8f5fee51a4a86f5f0c15228b48d5668ab2be2 (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.h1
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 8f15a82026..92c6be5f6e 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 */