gen8: Fix border color
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 18 Jan 2016 20:16:31 +0000 (12:16 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 18 Jan 2016 20:16:31 +0000 (12:16 -0800)
commitd49298c702e6cd1ca7ac77396bd6dd377ed9b635
tree2486211d2786b7bc8008754c09766b7a8905e87f
parentbfcc7448920644f232f5370e56c10c2ba15e0731
gen8: Fix border color

The border color packet is specified as a 64-byte aligned address relative
to dynamic state base address.  The way the packing functions are currently
set up, we need to provide it with (offset >> 6) because it just shoves the
bits in where the PRM says they go and isn't really aware that it's an
address.
src/vulkan/anv_device.c
src/vulkan/gen8_state.c