Re: [Mesa-dev] [PATCH] Remove unneeded stall calls from batches on Baytrail.

2014-06-25 Thread Hunt, Greg
On 24 June 2014 22:25, Kenneth Graunke wrote: > > On Wednesday, June 18, 2014 11:21:00 AM Gregory Hunt wrote: > > From: Greg Hunt > > > > These cause a small slowdown when we are sending a large number of small > batches to the GPU. > > Hello! > > Do you have any more specific data? For example,

Re: [Mesa-dev] [PATCH] Remove unneeded stall calls from batches on Baytrail.

2014-06-24 Thread Kenneth Graunke
On Wednesday, June 18, 2014 11:21:00 AM Gregory Hunt wrote: > From: Greg Hunt > > These cause a small slowdown when we are sending a large number of small batches to the GPU. Hello! Do you have any more specific data? For example, "improves performance by X% in application Y" would be great.

[Mesa-dev] [PATCH] Remove unneeded stall calls from batches on Baytrail.

2014-06-18 Thread Gregory Hunt
From: Greg Hunt These cause a small slowdown when we are sending a large number of small batches to the GPU. Signed-off-by: Gregory Hunt --- src/mesa/drivers/dri/i965/gen6_vs_state.c | 2 +- src/mesa/drivers/dri/i965/gen7_blorp.cpp | 2 +- src/mesa/drivers/dri/i965/gen7_gs_state.c