Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 445590
Collapse All | Expand All

(-)Mesa-9.0-ori/src/gallium/drivers/nouveau/nouveau_video.c (+1 lines)
Lines 814-819 Link Here
814
   buffer->base.width = width;
814
   buffer->base.width = width;
815
   buffer->base.height = height;
815
   buffer->base.height = height;
816
   buffer->num_planes = 2;
816
   buffer->num_planes = 2;
817
	memset(&buffer->surfaces, 0, sizeof(buffer->surfaces));
817
818
818
   memset(&templ, 0, sizeof(templ));
819
   memset(&templ, 0, sizeof(templ));
819
   templ.target = PIPE_TEXTURE_2D;
820
   templ.target = PIPE_TEXTURE_2D;
(-)Mesa-9.0-ori/src/gallium/drivers/nouveau/nouveau_video.h (-1 / +1 lines)
Lines 13-19 Link Here
13
   struct pipe_resource     *resources[3];
13
   struct pipe_resource     *resources[3];
14
   struct pipe_sampler_view *sampler_view_planes[3];
14
   struct pipe_sampler_view *sampler_view_planes[3];
15
   struct pipe_sampler_view *sampler_view_components[3];
15
   struct pipe_sampler_view *sampler_view_components[3];
16
   struct pipe_surface      *surfaces[3];
16
   struct pipe_surface      *surfaces[VL_MAX_SURFACES];
17
};
17
};
18
18
19
struct nouveau_decoder {
19
struct nouveau_decoder {

Return to bug 445590