summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nouveau_context.h
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2014-04-30 02:08:52 -0400
committerIlia Mirkin <[email protected]>2014-05-02 12:01:35 -0400
commitb0d02db7e02d3007bd5635278fbcd11d84c914e5 (patch)
treee27e57e36688580b9a9ee9b42990c05c2ce4de50 /src/gallium/drivers/nouveau/nouveau_context.h
parent1baf77dbe89e58c83287aa1662d64bafc727d565 (diff)
nouveau: remove cb_dirty, it's never used
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nouveau_context.h')
-rw-r--r--src/gallium/drivers/nouveau/nouveau_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_context.h b/src/gallium/drivers/nouveau/nouveau_context.h
index c8d9d841d6e..14608d33c52 100644
--- a/src/gallium/drivers/nouveau/nouveau_context.h
+++ b/src/gallium/drivers/nouveau/nouveau_context.h
@@ -14,7 +14,6 @@ struct nouveau_context {
struct nouveau_pushbuf *pushbuf;
boolean vbo_dirty;
- boolean cb_dirty;
void (*copy_data)(struct nouveau_context *,
struct nouveau_bo *dst, unsigned, unsigned,