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

2016-01-21 Thread Eric Anholt
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

___
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit


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

2016-01-21 Thread Dave Airlie
On 22 January 2016 at 12:37, Eric Anholt  wrote:
> Drawing to a8 is special now, and I missed it in the CA path.
> ---

Reviewed-by: Dave Airlie 
___
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit