Re: [Intel-gfx] [PATCH xf86-video-intel 4/4] sna/video/textured: Disable textured Xv for depth 8

2018-10-22 Thread Chris Wilson
Quoting Ville Syrjala (2018-10-22 14:59:29) > From: Ville Syrjälä > > We can't output color index formats with the render engine, > so let's disable the textured Xv adaptor for depth 8. Fair enough, there's probably lots more breakage around the place. > Signed-off-by: Ville Syrjälä Reviewed-

[Intel-gfx] [PATCH xf86-video-intel 4/4] sna/video/textured: Disable textured Xv for depth 8

2018-10-22 Thread Ville Syrjala
From: Ville Syrjälä We can't output color index formats with the render engine, so let's disable the textured Xv adaptor for depth 8. Signed-off-by: Ville Syrjälä --- src/sna/sna_video_textured.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/sna/sna_video_textured.c b/src/sna/s