On Tue, Dec 3, 2013 at 5:59 PM, Matt Turner wrote:
> On Tue, Dec 3, 2013 at 2:56 PM, Alex Deucher wrote:
>> On Tue, Dec 3, 2013 at 3:33 PM, Andreas Hartmetz wrote:
>>> Reduce scope of variables and divide the code more clearly into
>>> sections dealing with one thing.
>>> ---
>>> src/gallium/dr
On Tue, Dec 3, 2013 at 2:56 PM, Alex Deucher wrote:
> On Tue, Dec 3, 2013 at 3:33 PM, Andreas Hartmetz wrote:
>> Reduce scope of variables and divide the code more clearly into
>> sections dealing with one thing.
>> ---
>> src/gallium/drivers/radeonsi/si_state.c | 38
>> +++-
On Tue, Dec 3, 2013 at 3:33 PM, Andreas Hartmetz wrote:
> Reduce scope of variables and divide the code more clearly into
> sections dealing with one thing.
> ---
> src/gallium/drivers/radeonsi/si_state.c | 38
> +++--
> 1 file changed, 22 insertions(+), 16 deletions(
Reduce scope of variables and divide the code more clearly into
sections dealing with one thing.
---
src/gallium/drivers/radeonsi/si_state.c | 38 +++--
1 file changed, 22 insertions(+), 16 deletions(-)
diff --git a/src/gallium/drivers/radeonsi/si_state.c
b/src/galliu