intel: Throttle after doing copyregion/swapbuffers round trip
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 19 May 2010 01:50:44 +0000 (21:50 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 20 May 2010 15:39:28 +0000 (11:39 -0400)
commite67c338b415c983bee570e6644b9684d8d1fc99b
tree68308eb16fee06bd0a3afeaaaa6fbd6c546372a8
parentf4905256859794d0ccc67e6a56f1ca4831c0d5de
intel: Throttle after doing copyregion/swapbuffers round trip

Before we would throttle in the flush callback prior to round-tripping
to the server to do copyregion or swapbuffer.  Now, instead just note
that we need to throttle and do it in intel_prepare_render(), which
will be called after receiving the response from the server but before
we start rendering the next frame.  Even if the server also throttles
us in swapbuffer, this just makes the throttling a no-op when we hit
intel_prepare_render().  With that we can drop the
using_dri2_swapbuffers hack and just always throttle.
src/mesa/drivers/dri/intel/intel_batchbuffer.c
src/mesa/drivers/dri/intel/intel_context.c
src/mesa/drivers/dri/intel/intel_context.h
src/mesa/drivers/dri/intel/intel_screen.c