Re: [Mesa-dev] [PATCH 3/3] ra: assert against unsigned underflow in q_total

2014-09-12 Thread Andreas Boll
I've pushed this series. Thanks! Andreas. 2014-09-06 20:12 GMT+02:00 Connor Abbott : > On Sat, Sep 6, 2014 at 3:23 AM, Kenneth Graunke wrote: >> On Friday, September 05, 2014 08:59:32 PM Connor Abbott wrote: >>> q_total should never go below 0 (which is why it's defined as unsigned), >>> and if

Re: [Mesa-dev] [PATCH 3/3] ra: assert against unsigned underflow in q_total

2014-09-06 Thread Connor Abbott
On Sat, Sep 6, 2014 at 3:23 AM, Kenneth Graunke wrote: > On Friday, September 05, 2014 08:59:32 PM Connor Abbott wrote: >> q_total should never go below 0 (which is why it's defined as unsigned), >> and if it does, then something is seriously wrong. >> >> Signed-off-by: Connor Abbott >> --- >> s

Re: [Mesa-dev] [PATCH 3/3] ra: assert against unsigned underflow in q_total

2014-09-06 Thread Kenneth Graunke
On Friday, September 05, 2014 08:59:32 PM Connor Abbott wrote: > q_total should never go below 0 (which is why it's defined as unsigned), > and if it does, then something is seriously wrong. > > Signed-off-by: Connor Abbott > --- > src/mesa/program/register_allocate.c | 1 + > 1 file changed, 1

[Mesa-dev] [PATCH 3/3] ra: assert against unsigned underflow in q_total

2014-09-05 Thread Connor Abbott
q_total should never go below 0 (which is why it's defined as unsigned), and if it does, then something is seriously wrong. Signed-off-by: Connor Abbott --- src/mesa/program/register_allocate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/program/register_allocate.c b/src/mesa/p