Re: [Mesa-dev] [PATCH 3/4] radeonsi: Rearrange si_create_dsa_state

2013-12-03 Thread Alex Deucher
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

Re: [Mesa-dev] [PATCH 3/4] radeonsi: Rearrange si_create_dsa_state

2013-12-03 Thread Matt Turner
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 >> +++-

Re: [Mesa-dev] [PATCH 3/4] radeonsi: Rearrange si_create_dsa_state

2013-12-03 Thread Alex Deucher
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(

[Mesa-dev] [PATCH 3/4] radeonsi: Rearrange si_create_dsa_state

2013-12-03 Thread Andreas Hartmetz
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