Re: [Mesa-dev] [PATCH] radv: always do tess ring size calculations.

2017-03-31 Thread Bas Nieuwenhuizen
) On Fri, Mar 31, 2017 at 3:33 AM, Dave Airlie wrote: > From: Dave Airlie > > We could store these in the device, but it's probably > not that much overhead to recalculate them, this is needed > because we will emit the rings if the queue has them created

[Mesa-dev] [PATCH] radv: always do tess ring size calculations.

2017-03-30 Thread Dave Airlie
From: Dave Airlie We could store these in the device, but it's probably not that much overhead to recalculate them, this is needed because we will emit the rings if the queue has them created so we need to emit the register values correctly as well. This fixes some tess