radeonsi: Don't use global variables for tess lds
authorTom Stellard <thomas.stellard@amd.com>
Fri, 26 Aug 2016 19:49:13 +0000 (19:49 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 29 Aug 2016 16:36:46 +0000 (16:36 +0000)
commit63ed11cde9987e438bf28ef74879e2700971eb26
treef7f15dff13ca8fcd6cc9359f8f235a2762ed530b
parentf48ccb8c075f18338d44078fa1be81a2e8a46970
radeonsi: Don't use global variables for tess lds

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.

Reviewed-By: Edward O'Callaghan <funfunctor@folklore1984.net>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/radeonsi/si_shader.c