On Mon, Apr 4, 2016 at 6:51 PM, Marek Olšák wrote:
> On Sat, Apr 2, 2016 at 3:10 PM, Bas Nieuwenhuizen
> wrote:
>> Instead of having a scratch buffer per program, have one per
>> context.
>>
>> Also removed the per kernel wave count calculations, but
>> that only helped if the total number of wav
On Sat, Apr 2, 2016 at 3:10 PM, Bas Nieuwenhuizen
wrote:
> Instead of having a scratch buffer per program, have one per
> context.
>
> Also removed the per kernel wave count calculations, but
> that only helped if the total number of waves in the dispatch
> was smaller than sctx->scratch_waves.
>
Instead of having a scratch buffer per program, have one per
context.
Also removed the per kernel wave count calculations, but
that only helped if the total number of waves in the dispatch
was smaller than sctx->scratch_waves.
Signed-off-by: Bas Nieuwenhuizen
---
src/gallium/drivers/radeonsi/si