Re: [Mesa-dev] [PATCH 00/13] Use the constant engine in radeonsi

2016-04-15 Thread Marek Olšák
On Thu, Apr 14, 2016 at 8:29 PM, Nicolai Hähnle wrote: > On 13.04.2016 20:34, Bas Nieuwenhuizen wrote: >> >> This series implements updating descriptors using the constant engine. >> This should result in a 0%-3% improvement for CPU bound applications, >> as we only have to upload the change descr

Re: [Mesa-dev] [PATCH 00/13] Use the constant engine in radeonsi

2016-04-14 Thread Nicolai Hähnle
On 13.04.2016 20:34, Bas Nieuwenhuizen wrote: This series implements updating descriptors using the constant engine. This should result in a 0%-3% improvement for CPU bound applications, as we only have to upload the change descriptors from the CPU. Thanks again for looking at this! There are

[Mesa-dev] [PATCH 00/13] Use the constant engine in radeonsi

2016-04-13 Thread Bas Nieuwenhuizen
This series implements updating descriptors using the constant engine. This should result in a 0%-3% improvement for CPU bound applications, as we only have to upload the change descriptors from the CPU. There are very slight performance advantages on the GPU too, as the CE uploads the data direct