i965/eu: Stop using p->compressed to specify the exec size of control flow instructions.
authorFrancisco Jerez <currojerez@riseup.net>
Thu, 19 May 2016 02:17:31 +0000 (19:17 -0700)
committerFrancisco Jerez <currojerez@riseup.net>
Sat, 28 May 2016 06:22:10 +0000 (23:22 -0700)
commitfdae8b9f91089aea3d4b88ddb62a39ac687bb9be
tree673a8a70a3187dc7ee62ec574324196937ae3b49
parent0b4cd91071fdf9802559974aa9fd32ac4bbd7439
i965/eu: Stop using p->compressed to specify the exec size of control flow instructions.

p->compressed won't work for SIMD32, we should just be using the
execution size value specified via p->current instead.

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