isl: Don't use designated initializers in the header
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 15 Apr 2016 23:32:33 +0000 (16:32 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 22 Apr 2016 03:44:27 +0000 (20:44 -0700)
commit37f6f21b1f65d13c706a5de00e531608fea9ea66
treec2ed8da046f3b484b903dfed283bd4eb34044143
parent27858405864f1e9be8b5e454767156f72476cfb4
isl: Don't use designated initializers in the header

C++ doesn't support designated initializers and g++ in particular doesn't
handle them when the struct gets complicated, i.e. has a union.

Reviewed-by: Chad Versace <chad.versace@intel.com>
src/intel/isl/isl.h