From b10ef9cf5c9cc844f432e9024deeb78fa1034a8e Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 17 May 2015 20:45:25 +0100 Subject: sna/glyphs: Improve handling of low bitdepth mask format conversions We shouldn't just discard the mask if the user requests that we render the glyphs through a low bitdepth mask - and in doing so we should also be careful not to improve the bitdepth of that mask (since we don't take into account the extra quantisation desired). Testcase: render-glyphs Signed-off-by: Chris Wilson --- test/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'test/.gitignore') diff --git a/test/.gitignore b/test/.gitignore index da174be8..373ba15e 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -18,6 +18,7 @@ render-copyarea render-copyarea-mask render-copyarea-size render-copy-alphaless +render-glyphs mixed-stress lowlevel-blt-bench vsync.avi -- cgit v1.2.3