intel: Add a batch flush between front-buffer downsample and X protocol.
authorEric Anholt <eric@anholt.net>
Fri, 28 Dec 2012 20:19:42 +0000 (12:19 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 30 Aug 2013 18:30:44 +0000 (11:30 -0700)
commitbbdc83bca9cd0a72f4729dd15f0054b3b9b902cf
tree1a36a45f6117cdac0e40d06e82485c8ba651d4c2
parent6404fcb266753a2fd8243210b3553bfe846ce104
intel: Add a batch flush between front-buffer downsample and X protocol.

This was already happening because blorp happens to flush at the end of
every call, but we have been talking about removing that at some point,
and this would surely get overlooked.

v2 (Kenneth Graunke): Rebase on latest master.  Note that we did remove
   the other flush, and this change actually did get overlooked!

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/intel_context.c