gallium/auxiliary: Fix uses of gnu struct = {} extension
authorDylan Baker <dylan@pnwbakers.com>
Thu, 21 Nov 2019 17:50:27 +0000 (09:50 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 26 Nov 2019 20:48:11 +0000 (12:48 -0800)
commit25e58e37186d2ab2474391afe24cb895da50ccb0
tree053cc98b97f992ca0d09b8cdcf58310fd8b99421
parented1ff99da7026de3bb10ab4219f75424116124b1
gallium/auxiliary: Fix uses of gnu struct = {} extension

Most of these will never actually be compiled by windows, but in the
interest of being able to make using struct foo = {}; an error and
avoiding breaking windows removing a handful of safe uses seems like a
good trade off.

Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Acked-by: Eric Engestrom <eric.engestrom@intel.com>
src/gallium/auxiliary/hud/hud_context.c
src/gallium/auxiliary/renderonly/renderonly.c
src/gallium/auxiliary/vl/vl_bicubic_filter.c
src/gallium/auxiliary/vl/vl_compositor_cs.c
src/gallium/auxiliary/vl/vl_video_buffer.c