summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-03-17 11:58:05 +0100
committerAlexander Larsson <alexl@redhat.com>2010-03-17 11:58:05 +0100
commit73bd12557e812bc4fdd1098da07c2b08aa15766b (patch)
tree7a68d67aeed6d5c9ecb83b160c95e4564f3d4c3d
parent2b7cc4a99cf69fdb3decc9e61e22fac2ddef404b (diff)
Use the right format for the OVER_8888_565 fast pathalex-scaler2
-rw-r--r--pixman/pixman-fast-path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman-fast-path.c b/pixman/pixman-fast-path.c
index 6607a47..5b8ff5c 100644
--- a/pixman/pixman-fast-path.c
+++ b/pixman/pixman-fast-path.c
@@ -1836,7 +1836,7 @@ static const pixman_fast_path_t c_fast_paths[] =
SIMPLE_NEAREST_FAST_PATH (OVER, a8r8g8b8, a8r8g8b8, x888_x888),
SIMPLE_NEAREST_FAST_PATH (OVER, a8b8g8r8, a8b8g8r8, x888_x888),
- SIMPLE_NEAREST_FAST_PATH (OVER, a8b8g8r8, r5g6b5, 8888_565),
+ SIMPLE_NEAREST_FAST_PATH (OVER, a8r8g8b8, r5g6b5, 8888_565),
#define NEAREST_FAST_PATH(op,s,d) \
{ PIXMAN_OP_ ## op, \