intel: Don't do client-side frame throttling with DRI2 SwapBuffers.
authorEric Anholt <eric@anholt.net>
Mon, 25 Jan 2010 22:53:50 +0000 (14:53 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 26 Jan 2010 06:57:33 +0000 (22:57 -0800)
commit7aed23c36288c2b343073d6d06ca0ea167805cd3
treeef50fff23e7fa13e1dbf61e06b0bf4c2637e4f2e
parentc7fc9bfb2207638a479ddaff3ad108ffd9cd294a
intel: Don't do client-side frame throttling with DRI2 SwapBuffers.

The server side does the throttling on our behalf now by putting the
client to sleep, so we don't need our previous hacks for limiting the
number of outstanding frames.  Same effect as
7d4e674b212c9dc6408c13913a399bd4a2b9a1e3.
src/mesa/drivers/dri/intel/intel_context.c
src/mesa/drivers/dri/intel/intel_context.h
src/mesa/drivers/dri/intel/intel_screen.c