Re: [Mesa-dev] [PATCH v2 00/16] radeonsi: improve handling of temporary arrays

2016-08-12 Thread Nicolai Hähnle
On 11.08.2016 12:57, Marek Olšák wrote: On Thu, Aug 11, 2016 at 11:29 AM, Nicolai Hähnle wrote: On 10.08.2016 23:36, Marek Olšák wrote: On Wed, Aug 10, 2016 at 9:23 PM, Nicolai Hähnle wrote: Hi, this is a respin of the series which scans the shader's TGSI to determine which channels of an

Re: [Mesa-dev] [PATCH v2 00/16] radeonsi: improve handling of temporary arrays

2016-08-11 Thread Marek Olšák
On Thu, Aug 11, 2016 at 11:29 AM, Nicolai Hähnle wrote: > On 10.08.2016 23:36, Marek Olšák wrote: >> >> On Wed, Aug 10, 2016 at 9:23 PM, Nicolai Hähnle >> wrote: >>> >>> Hi, >>> >>> this is a respin of the series which scans the shader's TGSI to determine >>> which channels of an array are actual

Re: [Mesa-dev] [PATCH v2 00/16] radeonsi: improve handling of temporary arrays

2016-08-11 Thread Nicolai Hähnle
On 11.08.2016 11:44, Christian König wrote: Am 11.08.2016 um 11:29 schrieb Nicolai Hähnle: On 10.08.2016 23:36, Marek Olšák wrote: On Wed, Aug 10, 2016 at 9:23 PM, Nicolai Hähnle wrote: Hi, this is a respin of the series which scans the shader's TGSI to determine which channels of an array a

Re: [Mesa-dev] [PATCH v2 00/16] radeonsi: improve handling of temporary arrays

2016-08-11 Thread Christian König
Am 11.08.2016 um 11:29 schrieb Nicolai Hähnle: On 10.08.2016 23:36, Marek Olšák wrote: On Wed, Aug 10, 2016 at 9:23 PM, Nicolai Hähnle wrote: Hi, this is a respin of the series which scans the shader's TGSI to determine which channels of an array are actually written to. Most of the st/mesa

Re: [Mesa-dev] [PATCH v2 00/16] radeonsi: improve handling of temporary arrays

2016-08-11 Thread Nicolai Hähnle
On 10.08.2016 23:36, Marek Olšák wrote: On Wed, Aug 10, 2016 at 9:23 PM, Nicolai Hähnle wrote: Hi, this is a respin of the series which scans the shader's TGSI to determine which channels of an array are actually written to. Most of the st/mesa changes have become unnecessary. Most of the rade

Re: [Mesa-dev] [PATCH v2 00/16] radeonsi: improve handling of temporary arrays

2016-08-10 Thread Marek Olšák
On Wed, Aug 10, 2016 at 9:23 PM, Nicolai Hähnle wrote: > Hi, > > this is a respin of the series which scans the shader's TGSI to determine > which channels of an array are actually written to. Most of the st/mesa > changes have become unnecessary. Most of the radeon-specific part stays > the same.

[Mesa-dev] [PATCH v2 00/16] radeonsi: improve handling of temporary arrays

2016-08-10 Thread Nicolai Hähnle
Hi, this is a respin of the series which scans the shader's TGSI to determine which channels of an array are actually written to. Most of the st/mesa changes have become unnecessary. Most of the radeon-specific part stays the same. For one F1 2015 shader, it reduces the scratch size from 132096 t