Re: [Mesa-dev] [PATCH 03/10] i965: Simplify full scheduling-barrier conditions.

2016-03-15 Thread Francisco Jerez
Matt Turner writes: > All of these were simply code for "architecture register file" (and in > the case of destinations, "not the null register"). > --- > .../drivers/dri/i965/brw_schedule_instructions.cpp | 35 > +- > 1 file changed, 8 insertions(+), 27 deletions(-) > > dif

[Mesa-dev] [PATCH 03/10] i965: Simplify full scheduling-barrier conditions.

2016-03-04 Thread Matt Turner
All of these were simply code for "architecture register file" (and in the case of destinations, "not the null register"). --- .../drivers/dri/i965/brw_schedule_instructions.cpp | 35 +- 1 file changed, 8 insertions(+), 27 deletions(-) diff --git a/src/mesa/drivers/dri/i965/br