genxml: Put append counter fields before MCS in RENDER_SURFACE_STATE on gen7
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 7 Jun 2016 18:37:46 +0000 (11:37 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 22 Jun 2016 19:26:43 +0000 (12:26 -0700)
commit89ded099f840275d278c408e132ad5db39fdf5af
tree4436a52304f7266401cd7f79f187322c3cf8fcdd
parentd82322eb188f258a7dca9ea2b59cc0332dbc4d61
genxml: Put append counter fields before MCS in RENDER_SURFACE_STATE on gen7

The pack header generation scripts can't handle the case where you have
two addresses in the same dword; they just take whatever is the last one.
This meant that the MCS address wasn't properly getting handled.  Since we
don't care about append counters, we can just re-arrange the XML for now.

Reviewed-by: Chad Versace <chad.versace@intel.com>
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
src/intel/genxml/gen7.xml
src/intel/genxml/gen75.xml