On 19 March 2013 17:10, Eric Anholt wrote:
> Paul Berry writes:
>
> > Normally when submitting the first batch buffer after a flush, we
> > check whether the GPU has completed processing of the first batch
> > buffer of the previous frame. If it hasn't, we wait for it to finish
> > before submi
Paul Berry writes:
> Normally when submitting the first batch buffer after a flush, we
> check whether the GPU has completed processing of the first batch
> buffer of the previous frame. If it hasn't, we wait for it to finish
> before submitting any more batches. This prevents GPU-heavy and
> C
Normally when submitting the first batch buffer after a flush, we
check whether the GPU has completed processing of the first batch
buffer of the previous frame. If it hasn't, we wait for it to finish
before submitting any more batches. This prevents GPU-heavy and
CPU-light applications from raci