intel: Fix the client-side swapbuffers throttling.
authorEric Anholt <eric@anholt.net>
Tue, 9 Nov 2010 21:30:27 +0000 (13:30 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 9 Nov 2010 21:30:27 +0000 (13:30 -0800)
commit76360d6abc9e0195bc5c373101ae616e68b2e6e6
tree86452e1d24b04624b59211cddcf0a58da57f947b
parent956ae44dcf63671bb5707c369d3ff2bee3476cd9
intel: Fix the client-side swapbuffers throttling.

We were asking for a wait to GTT read (all GPU rendering to it
complete), instead of asking for all GPU reading from it to be
complete.  Prevents swapbuffers-based apps from running away with
rendering, and produces a better input experience.
src/mesa/drivers/dri/intel/intel_context.c