mmx: enable over_n_0565 for b5g6r5
authorMatt Turner <mattst88@gmail.com>
Thu, 15 Mar 2012 23:16:20 +0000 (19:16 -0400)
committerMatt Turner <mattst88@gmail.com>
Thu, 5 Apr 2012 21:34:26 +0000 (17:34 -0400)
Signed-off-by: Matt Turner <mattst88@gmail.com>
pixman/pixman-mmx.c

index 9d1f6af..4ac9863 100644 (file)
@@ -3139,6 +3139,7 @@ static const pixman_fast_path_t mmx_fast_paths[] =
     PIXMAN_STD_FAST_PATH    (OVER, solid,    null,     a8r8g8b8, mmx_composite_over_n_8888         ),
     PIXMAN_STD_FAST_PATH    (OVER, solid,    null,     x8r8g8b8, mmx_composite_over_n_8888         ),
     PIXMAN_STD_FAST_PATH    (OVER, solid,    null,     r5g6b5,   mmx_composite_over_n_0565         ),
+    PIXMAN_STD_FAST_PATH    (OVER, solid,    null,     b5g6r5,   mmx_composite_over_n_0565         ),
     PIXMAN_STD_FAST_PATH    (OVER, x8r8g8b8, null,     x8r8g8b8, mmx_composite_copy_area           ),
     PIXMAN_STD_FAST_PATH    (OVER, x8b8g8r8, null,     x8b8g8r8, mmx_composite_copy_area           ),