i965: Validate a few SEND-from-GRF requirements.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 9 Jun 2016 19:36:55 +0000 (12:36 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 24 Jun 2016 22:03:55 +0000 (15:03 -0700)
commitc4a6b0d2d222667944f78a7688936534b2be0e96
tree35ffa7e349a2938b63e4a853262c81e623c1811e
parent192813e50ee8888a9012f5adce3003d0ca2aee22
i965: Validate a few SEND-from-GRF requirements.

We recently had a mistake where we emitted SEND instructions with EOT
set, but from g107 rather than g112-g127.  Adding validation code should
prevent these sorts of problems from slipping back in.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_eu_validate.c