diff options
| author | Alexander Larsson <alexl@redhat.com> | 2010-03-17 11:58:05 +0100 |
|---|---|---|
| committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-03-17 11:03:05 -0400 |
| commit | a5b51bb03c5c1258d7558efa13eca6c570e34ce6 (patch) | |
| tree | c5f2ae04583faed84c5a046281e0ce1a02298dc3 | |
| parent | 3b92b711d031a7752e06d0a5f688f4c54f50a1e6 (diff) | |
Use the right format for the OVER_8888_565 fast path
| -rw-r--r-- | pixman/pixman-fast-path.c | 2 |
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, \ |
