[Piglit] [PATCH] xts: Add a rendercheck case for a bug I made in glamor.

Eric Anholt eric at anholt.net
Thu Jan 21 18:37:16 PST 2016


Drawing to a8 is special now, and I missed it in the CA path.
---
 tests/xts.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/xts.py b/tests/xts.py
index c7d55e3..6798e70 100644
--- a/tests/xts.py
+++ b/tests/xts.py
@@ -227,6 +227,7 @@ def _populate_profile_rendercheck(profile):
     _add_rendercheck_test(profile, 'composite/All/x8r8g8b8', '-t composite -f a8r8g8b8,x8r8g8b8')
     _add_rendercheck_test(profile, 'composite/All/a2r10g10b10', '-t composite -f a8r8g8b8,a2r10g10b10')
     _add_rendercheck_test(profile, 'ca composite/All/a8r8g8b8', '-t cacomposite -f a8r8g8b8')
+    _add_rendercheck_test(profile, 'ca composite/All/a8', '-t cacomposite -f a8r8g8b8,a8')
     _add_rendercheck_test(profile, 'ca composite/All/x8r8g8b8', '-t cacomposite -f a8r8g8b8,x8r8g8b8')
     _add_rendercheck_test(profile, 'ca composite/All/a2r10g10b10', '-t cacomposite -f a8r8g8b8,a2r10g10b10')
     _add_rendercheck_test(profile, 'fill', '-t fill')
-- 
2.6.4



More information about the Piglit mailing list