Re: [Mesa-dev] [PATCH 1/4] ra: Pull the body of a loop out to a helper function.

2017-07-25 Thread Nicolai Hähnle
On 19.07.2017 00:20, Eric Anholt wrote: Eric Anholt writes: I was going to indent this code another level, and decided it would be easier to read as a helper. Could some other user of the RA take a look at this series? I guess r300 counts :) Patches 1-3 are:

Re: [Mesa-dev] [PATCH 1/4] ra: Pull the body of a loop out to a helper function.

2017-07-18 Thread Eric Anholt
Eric Anholt writes: > I was going to indent this code another level, and decided it would be > easier to read as a helper. Could some other user of the RA take a look at this series? signature.asc Description: PGP signature ___

[Mesa-dev] [PATCH 1/4] ra: Pull the body of a loop out to a helper function.

2017-05-18 Thread Eric Anholt
I was going to indent this code another level, and decided it would be easier to read as a helper. --- src/util/register_allocate.c | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/src/util/register_allocate.c b/src/util/register_allocate.c