Re: [Beignet] [PATCH 5/5] GBE: we no longer need to allocate register from two directions.

2015-09-14 Thread Zhigang Gong
Please ignore this patch, it seems there are some issues after this change. I will look into it and send it again when things got fixed. Thanks, Zhigang Gong. On Mon, Sep 14, 2015 at 02:19:36PM +0800, Zhigang Gong wrote: > Signed-off-by: Zhigang Gong > --- >

[Beignet] [PATCH 5/5] GBE: we no longer need to allocate register from two directions.

2015-09-14 Thread Zhigang Gong
Signed-off-by: Zhigang Gong --- backend/src/backend/context.hpp| 2 +- backend/src/backend/gen_reg_allocation.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/backend/context.hpp b/backend/src/backend/context.hpp index

Re: [Beignet] [PATCH 5/5] GBE: we no longer need to allocate register from two directions.

2015-09-14 Thread Zhigang Gong
ng > Sent: Monday, September 14, 2015 2:28 PM > To: Zhigang Gong > Cc: beignet@lists.freedesktop.org > Subject: Re: [Beignet] [PATCH 5/5] GBE: we no longer need to allocate register > from two directions. > > Please ignore this patch, it seems there are some issues af