[PATCH xserver 5/5] glamor: Enable composite acceleration for rgb10 formats.

Mario Kleiner mario.kleiner.de at gmail.com
Thu Feb 8 11:14:58 UTC 2018


argb2101010 and xrgb2101010. Seems to work fine,
but not sure if because of dumb luck or because
it is meant to be. (Re)viewer discretion advised!

Tested on KDE Plasma-5 with XRender based composite
acceleration backend. Much smoother and faster.

Signed-off-by: Mario Kleiner <mario.kleiner.de at gmail.com>
---
 glamor/glamor_render.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/glamor/glamor_render.c b/glamor/glamor_render.c
index 7a96c82..659537f 100644
--- a/glamor/glamor_render.c
+++ b/glamor/glamor_render.c
@@ -773,6 +773,8 @@ static Bool
 glamor_render_format_is_supported(PictFormatShort format)
 {
     switch (format) {
+    case PICT_a2r10g10b10:
+    case PICT_x2r10g10b10:
     case PICT_a8r8g8b8:
     case PICT_x8r8g8b8:
     case PICT_a8:
-- 
2.7.4



More information about the xorg-devel mailing list