Re: [Mesa-dev] i965: Broadwell using brw_eu_emit.c, part 1

2014-08-10 Thread Matt Turner
The series is

Reviewed-by: Matt Turner matts...@gmail.com
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] i965: Broadwell using brw_eu_emit.c, part 1

2014-08-09 Thread Kenneth Graunke
Hello,

This is a series of preparatory work for getting Broadwell to use the
brw_eu_emit.c code generator rather than gen8_generator.  The hope is
to drop the separate Gen8+ code completely.  We couldn't do this
originally because the old code was centered around a struct describing
the Gen4-7 assembly format, but now that we've shifted to the new
brw_inst API, there's no reason we can't share code.

This doesn't actually get us there - I've still got some bugs to track
down, but these patches have been in my tree for a long time and seem
pretty solid.

--Ken

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] i965: Broadwell using brw_eu_emit.c, part 1

2014-08-09 Thread Chris Forbes
For the series:

Reviewed-by: Chris Forbes chr...@ijw.co.nz

On Sun, Aug 10, 2014 at 9:28 AM, Kenneth Graunke kenn...@whitecape.org wrote:
 Hello,

 This is a series of preparatory work for getting Broadwell to use the
 brw_eu_emit.c code generator rather than gen8_generator.  The hope is
 to drop the separate Gen8+ code completely.  We couldn't do this
 originally because the old code was centered around a struct describing
 the Gen4-7 assembly format, but now that we've shifted to the new
 brw_inst API, there's no reason we can't share code.

 This doesn't actually get us there - I've still got some bugs to track
 down, but these patches have been in my tree for a long time and seem
 pretty solid.

 --Ken

 ___
 mesa-dev mailing list
 mesa-dev@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/mesa-dev
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev