i965/eu: Use current exec size instead of p->compressed in surface message generation.
authorFrancisco Jerez <currojerez@riseup.net>
Sat, 28 May 2016 06:28:46 +0000 (23:28 -0700)
committerFrancisco Jerez <currojerez@riseup.net>
Sat, 28 May 2016 06:28:46 +0000 (23:28 -0700)
commit646213168ed1d2427f30cb92e783910a319cdbb4
tree86153712ac960f6a686825b518d18d455576155c
parent492286e90b4fe96ee247e88181446f7674fc8254
i965/eu: Use current exec size instead of p->compressed in surface message generation.

This was kind of an abuse of p->compressed, dataport send message
instructions are always uncompressed.  Use the current execution size
instead since p->compressed is on its way out.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_eu_emit.c