Re: [Mesa-dev] [PATCH 11/13] intel/compiler: Implement untyped atomic float min, max, and compare-swap dataport messages

2018-08-17 Thread Caio Marcelo de Oliveira Filho
On Fri, Jun 22, 2018 at 10:03:56PM -0700, Ian Romanick wrote: > From: Ian Romanick > > Also expand the message type field by a single bit. This is necessary > for this Gen9 message type, but there are also Gen8 message types that > need the extra bit (mostly for bindless). I'd consider

[Mesa-dev] [PATCH 11/13] intel/compiler: Implement untyped atomic float min, max, and compare-swap dataport messages

2018-06-22 Thread Ian Romanick
From: Ian Romanick Also expand the message type field by a single bit. This is necessary for this Gen9 message type, but there are also Gen8 message types that need the extra bit (mostly for bindless). Signed-off-by: Ian Romanick --- src/intel/compiler/brw_disasm.c | 15