Re: [PATCH Mesa] Enable throttling in SwapBuffers

2013-12-04 Thread Kristian Høgsberg
On Tue, Dec 03, 2013 at 05:04:10PM +0100, Axel Davy wrote: > flush_with_flags, when available, allows the driver to throttle. > Using this suppress input lag issues that can be observed in heavy > rendering situations on non-intel cards. > > Signed-off-by: Axel Davy That makes sense, we need to

[PATCH Mesa] Enable throttling in SwapBuffers

2013-12-03 Thread Axel Davy
flush_with_flags, when available, allows the driver to throttle. Using this suppress input lag issues that can be observed in heavy rendering situations on non-intel cards. Signed-off-by: Axel Davy --- We must fight input lag, since we can have situations where the sent buffer hasn't been touched