i965/blorp: Add a param array to prog_data
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 28 Apr 2016 00:15:11 +0000 (17:15 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 14 May 2016 20:34:52 +0000 (13:34 -0700)
commitcd5a2905cf0721b71bcc5a7ef41a540ab5deb675
tree11cf405d8121b01584b80e2bb673c087dc690748
parentc46cbe19f455b27fec717d8a80b2b07995424048
i965/blorp: Add a param array to prog_data

This array allows the push constants to be re-arranged on upload.  The
actual arrangement will, eventually, come from the back-end compiler.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_blorp.c
src/mesa/drivers/dri/i965/brw_blorp.h
src/mesa/drivers/dri/i965/gen6_blorp.c