st/dri: one more missing array size

whats one more between friends.

again bnf on irc.
This commit is contained in:
Dave Airlie 2011-03-01 18:32:33 +10:00
parent 02448f2241
commit b1ceda5cbd

View file

@ -511,6 +511,7 @@ dri2_create_image(__DRIscreen *_screen,
templ.width0 = width;
templ.height0 = height;
templ.depth0 = 1;
templ.array_size = 1;
img->texture = screen->base.screen->resource_create(screen->base.screen, &templ);
if (!img->texture) {