i965/gen9: use an unreserved surface alignment value
authorNanley Chery <nanley.g.chery@intel.com>
Wed, 24 Jun 2015 17:59:13 +0000 (10:59 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Wed, 1 Jul 2015 17:22:40 +0000 (10:22 -0700)
commit2c8f251369072ce382f651ba73ca280517d26e7f
tree81f5ad7c523a593653acdedc4caeaefe57d88dbd
parent80fc9c01dfe4cbbcf1c6b101fcdfdecbda63131e
i965/gen9: use an unreserved surface alignment value

Although the horizontal and vertical alignment fields are ignored here,
0 is a reserved value for them and may cause undefined behavior. Change
the default value to an abitrary valid one.

v2: add comment about chosen value (Topi).

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
src/mesa/drivers/dri/i965/gen8_surface_state.c