Re: [Mesa-dev] [PATCH] r600g: use dirty array to speed up emitting blocks

2010-10-05 Thread Jerome Glisse
On Tue, Oct 5, 2010 at 12:10 PM, Bas Nieuwenhuizen wrote: > Emitting the dirty blocks sometimes accounted for about 30% percent of the > time spent in r600_dri.so, so I made a seperate array with only the dirty > blocks. > --- >  src/gallium/drivers/r600/r600.h                    |    2 ++ >  sr

[Mesa-dev] [PATCH] r600g: use dirty array to speed up emitting blocks

2010-10-05 Thread Bas Nieuwenhuizen
Emitting the dirty blocks sometimes accounted for about 30% percent of the time spent in r600_dri.so, so I made a seperate array with only the dirty blocks. --- src/gallium/drivers/r600/r600.h|2 ++ src/gallium/winsys/r600/drm/evergreen_hw_context.c | 18 +++-