i965/blorp: Use a designated initializer for blorp_surf
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 13 Nov 2017 02:31:56 +0000 (18:31 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 28 Nov 2017 00:22:12 +0000 (16:22 -0800)
commit85aa4074a29b5fcb6dbf0d34b85b36c05eeecc02
tree457ca7507e5fe538b3a5d8a432e40db33a27e31b
parent86becfd2de3feed66d41350c828391524a7b4052
i965/blorp: Use a designated initializer for blorp_surf

This way uninitialized fields get automatically zeroed and it's safe to
add more fields to blorp_surf.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
src/mesa/drivers/dri/i965/brw_blorp.c