On Mon, Aug 29, 2016 at 2:21 AM, Edward O'Callaghan
wrote:
> Missing Signoff-by line but otherwise with that fix,
Signed-off-by isn't required in Mesa.
The patch is:
Reviewed-by: Marek Olšák
Marek
>
> Reviewed-By: Edward O'Callaghan
>
> On 08/27/2016 05:52 AM, Tom Stellard wrote:
>> We were
Missing Signoff-by line but otherwise with that fix,
Reviewed-By: Edward O'Callaghan
On 08/27/2016 05:52 AM, Tom Stellard wrote:
> We were allocating global variables for the maximum LDS size
> which made the compiler think we were using all of LDS, which
> isn't the case.
> ---
> src/gallium/d
We were allocating global variables for the maximum LDS size
which made the compiler think we were using all of LDS, which
isn't the case.
---
src/gallium/drivers/radeonsi/si_shader.c | 15 ++-
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/src/gallium/drivers/radeonsi/s