intel/eu: Provide desc immediate argument up front to brw_send_indirect_message().
authorFrancisco Jerez <currojerez@riseup.net>
Sat, 2 Jun 2018 22:07:31 +0000 (15:07 -0700)
committerFrancisco Jerez <currojerez@riseup.net>
Tue, 10 Jul 2018 06:46:57 +0000 (23:46 -0700)
commit1c90ae5accc284cf6b27bcc25e5e3fc3cfb80407
tree8252787703be5700e4e003f83bb1dc0a3b477419
parentb382bdde1d07d68d892532b105af00ebe205c06b
intel/eu: Provide desc immediate argument up front to brw_send_indirect_message().

The current approach of returning a setup instruction where additional
descriptor fields can be specified is still supported in order to keep
things working, but it will be removed later in this series.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/compiler/brw_eu.h
src/intel/compiler/brw_eu_emit.c
src/intel/compiler/brw_fs_generator.cpp
src/intel/compiler/brw_vec4_generator.cpp