aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_hw_context_priv.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-01-30 09:12:33 +0100
committerMarek Olšák <[email protected]>2012-01-31 23:12:30 +0100
commit70d40fc6755a2e4b23c831143cb02133f30fbb02 (patch)
treecd41f78aa755dcab46a3f1bce33d6dda4a01d86b /src/gallium/drivers/r600/r600_hw_context_priv.h
parent6d0a011acbea90537d142c86b8dd5aecd1e14390 (diff)
r600g: rename r600_reg::flush_flags -> sbu_flags
There is no other use for that.
Diffstat (limited to 'src/gallium/drivers/r600/r600_hw_context_priv.h')
-rw-r--r--src/gallium/drivers/r600/r600_hw_context_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_hw_context_priv.h b/src/gallium/drivers/r600/r600_hw_context_priv.h
index ed566230982..278bc0d6fab 100644
--- a/src/gallium/drivers/r600/r600_hw_context_priv.h
+++ b/src/gallium/drivers/r600/r600_hw_context_priv.h
@@ -47,7 +47,7 @@
struct r600_reg {
unsigned offset;
unsigned flags;
- unsigned flush_flags;
+ unsigned sbu_flags;
};
/*