diff options
Diffstat (limited to 'recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch')
-rw-r--r-- | recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch b/recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch index 6be7b9312c..962b4e03e2 100644 --- a/recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch +++ b/recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch @@ -274,7 +274,7 @@ index 4d26b0f..6607a47 100644 + 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, \ |