Re: [Mesa-dev] [PATCH 00/14] radeonsi: Offchip tessellation

2016-05-19 Thread Bas Nieuwenhuizen
> Bas, > > do we see this with Mesa 11.3 / 12.0? > Should read did you have an updated version ready for release? > > Thanks, > Dieter Hi Dieter, There is a v2 on the list on which there are still some comments I need to resolve. However, I have been and am away from my dev machine this week. I

Re: [Mesa-dev] [PATCH 00/14] radeonsi: Offchip tessellation

2016-05-19 Thread Dieter Nützel
Am 10.05.2016 12:52, schrieb Bas Nieuwenhuizen: This patchset implements offchip tessellation after which we can finally process more than one patch per wave without decreasing tessmark scores. For tessmark this improves performance by ~20% for the x32 case and ~80% for the x64 case. x8 and x1

Re: [Mesa-dev] [PATCH 00/14] radeonsi: Offchip tessellation

2016-05-10 Thread Bas Nieuwenhuizen
On Tue, May 10, 2016 at 1:49 PM, Ernst Sjöstrand wrote: > Hi, > > nice! The windows driver has an option to limit tessellation factor to x16 > etc, would it be possible to implement something similar in radeonsi? Of > course that's kindof to opposite to actually making x32 and x64 faster like > yo

Re: [Mesa-dev] [PATCH 00/14] radeonsi: Offchip tessellation

2016-05-10 Thread Ernst Sjöstrand
Hi, nice! The windows driver has an option to limit tessellation factor to x16 etc, would it be possible to implement something similar in radeonsi? Of course that's kindof to opposite to actually making x32 and x64 faster like you're doing here. :-) Regards //Ernst 2016-05-10 12:52 GMT+02:00 Ba

[Mesa-dev] [PATCH 00/14] radeonsi: Offchip tessellation

2016-05-10 Thread Bas Nieuwenhuizen
This patchset implements offchip tessellation after which we can finally process more than one patch per wave without decreasing tessmark scores. For tessmark this improves performance by ~20% for the x32 case and ~80% for the x64 case. x8 and x16 have roughly the same performance as before. Unigi