summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_pixel_copy.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-01-09 12:41:14 -0800
committerEric Anholt <eric@anholt.net>2008-01-09 14:41:39 -0800
commit7ce12b0863f1cc03bdd7c65c0c0733b2ff903e40 (patch)
tree8f98e719b998dd37cbdd1a4a46169dec8c4337b2 /src/mesa/drivers/dri/i965/intel_pixel_copy.c
parent5a49e84fcd858a1ad9c0ad839ccbe93504593cd0 (diff)
downloadexternal_mesa3d-7ce12b0863f1cc03bdd7c65c0c0733b2ff903e40.zip
external_mesa3d-7ce12b0863f1cc03bdd7c65c0c0733b2ff903e40.tar.gz
external_mesa3d-7ce12b0863f1cc03bdd7c65c0c0733b2ff903e40.tar.bz2
[intel] Remove the dead intel->need_flush member.
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_pixel_copy.c')
-rw-r--r--src/mesa/drivers/dri/i965/intel_pixel_copy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_pixel_copy.c b/src/mesa/drivers/dri/i965/intel_pixel_copy.c
index 7583906..70da03d 100644
--- a/src/mesa/drivers/dri/i965/intel_pixel_copy.c
+++ b/src/mesa/drivers/dri/i965/intel_pixel_copy.c
@@ -315,7 +315,6 @@ do_blit_copypixels(GLcontext * ctx,
ctx->Color.LogicOp : GL_COPY);
}
- intel->need_flush = GL_TRUE;
out:
intel_batchbuffer_flush(intel->batch);
}