rendercopy/gen8: Remove a hole in struct gen8_blend_state
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 24 Mar 2014 18:42:39 +0000 (18:42 +0000)
committerDamien Lespiau <damien.lespiau@intel.com>
Wed, 26 Mar 2014 19:07:02 +0000 (19:07 +0000)
commit896b550984cf3ffd0fa67051d5b9cf0239634894
tree8f767e12779277976ef192634f00c2d1cc3b1f81
parent7255a84c9c8f4d46b47d490331100a11179180a1
rendercopy/gen8: Remove a hole in struct gen8_blend_state

Using uint64_t in that second member makes it aligned to 64bits, while
the first member is only 32bits. We then had a 32bits hole in there!

Found-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Ben Widawsky <benjamin.widawsky@intel.com>
Cc: Rafael Barbalho <rafael.barbalho@intel.com>
Tested-by: Rafael Barbalho <rafael.barbalho@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
lib/gen8_render.h