isl/state: Don't use designated initializers for the surface state
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 7 Jun 2016 23:53:19 +0000 (16:53 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 22 Jun 2016 19:26:43 +0000 (12:26 -0700)
commitcaf2af4181c66df8af31662de22120dcf1d16c7c
tree8df96221582cdad0f0c82fd42ab20f6041e6cd66
parentde1d194856ddcfc946df2df0f076cb42ff1c165d
isl/state: Don't use designated initializers for the surface state

While designated initializers are nice, they also force us to put some
things in the initializer and some things later.  Surface state setup is
complicated enough that this really hurts readability in the long run.

Reviewed-by: Chad Versace <chad.versace@intel.com>
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
src/intel/isl/isl_surface_state.c