Re: [Mesa-dev] [PATCH 1/2] i965: Don't flush the batch at the end of blorp.

2013-04-17 Thread Eric Anholt
Ian Romanick writes: > On 04/16/2013 04:21 PM, Eric Anholt wrote: >> Improves GLB2.7 performance 0.13% +/- 0.09% (n=104/105, outliers removed). >> More importantly, once color glClear()s are done through blorp in the next >> commit, this reduces regression in GLES3 conformance tests that rely on

Re: [Mesa-dev] [PATCH 1/2] i965: Don't flush the batch at the end of blorp.

2013-04-17 Thread Ian Romanick
On 04/16/2013 04:21 PM, Eric Anholt wrote: Improves GLB2.7 performance 0.13% +/- 0.09% (n=104/105, outliers removed). More importantly, once color glClear()s are done through blorp in the next commit, this reduces regression in GLES3 conformance tests that rely on queueing up many glClear()s and

Re: [Mesa-dev] [PATCH 1/2] i965: Don't flush the batch at the end of blorp.

2013-04-17 Thread Kenneth Graunke
On 04/16/2013 04:21 PM, Eric Anholt wrote: Improves GLB2.7 performance 0.13% +/- 0.09% (n=104/105, outliers removed). More importantly, once color glClear()s are done through blorp in the next commit, this reduces regression in GLES3 conformance tests that rely on queueing up many glClear()s and

[Mesa-dev] [PATCH 1/2] i965: Don't flush the batch at the end of blorp.

2013-04-16 Thread Eric Anholt
Improves GLB2.7 performance 0.13% +/- 0.09% (n=104/105, outliers removed). More importantly, once color glClear()s are done through blorp in the next commit, this reduces regression in GLES3 conformance tests that rely on queueing up many glClear()s and having the GPU report being still busy in an