Re: [Mesa-dev] [PATCH v2 1/5] i965/eu: add support for 1-OWord Block Read/Write messages

2017-08-15 Thread Francisco Jerez
Mark Janes writes: > This series resolves > https://bugs.freedesktop.org/show_bug.cgi?id=101985, currently blocking > 17.2 release. > I have doubts this series is ready for production, though I don't think it makes a ton of sense for Gen7 fp64 vec4 spilling to be

Re: [Mesa-dev] [PATCH v2 1/5] i965/eu: add support for 1-OWord Block Read/Write messages

2017-08-11 Thread Mark Janes
This series resolves https://bugs.freedesktop.org/show_bug.cgi?id=101985, currently blocking 17.2 release. Tested-by: Mark Janes Samuel Iglesias Gonsálvez writes: > v2: > - Use nibctrl and the number of written/read owords to detect > each case of

[Mesa-dev] [PATCH v2 1/5] i965/eu: add support for 1-OWord Block Read/Write messages

2017-07-19 Thread Samuel Iglesias Gonsálvez
v2: - Use nibctrl and the number of written/read owords to detect each case of a 1-OWord Block Read/Write (Curro) Signed-off-by: Samuel Iglesias Gonsálvez --- src/intel/compiler/brw_eu.h | 14 +- src/intel/compiler/brw_eu_emit.c| 46