egl/st: add array size initialisor
authorDave Airlie <airlied@redhat.com>
Tue, 1 Mar 2011 08:24:15 +0000 (18:24 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 1 Mar 2011 08:24:15 +0000 (18:24 +1000)
reported by bnf on irc.

src/gallium/state_trackers/egl/common/egl_g3d_image.c

index 81ce7ab..e1c8316 100644 (file)
@@ -111,6 +111,7 @@ egl_g3d_create_drm_buffer(_EGLDisplay *dpy, _EGLImage *img,
    templ.width0 = attrs.Width;
    templ.height0 = attrs.Height;
    templ.depth0 = 1;
+   templ.array_size = 1;
 
    /*
     * XXX fix apps (e.g. wayland) and pipe drivers (e.g. i915) and remove the