diff options
author | Dima Zavin <dima@android.com> | 2009-09-20 19:11:02 -0700 |
---|---|---|
committer | Dima Zavin <dima@android.com> | 2009-09-20 19:11:18 -0700 |
commit | 916edf2a3fc60e08a5f29cd322d9f2a04d15cb49 (patch) | |
tree | d96c3928a873d570b71a9696b83320d32df2c449 | |
parent | bd192b470b69e00e9313680b70c5572a609e535d (diff) | |
download | bionic-916edf2a3fc60e08a5f29cd322d9f2a04d15cb49.zip bionic-916edf2a3fc60e08a5f29cd322d9f2a04d15cb49.tar.gz bionic-916edf2a3fc60e08a5f29cd322d9f2a04d15cb49.tar.bz2 |
libc: kernel-headers: update msm_mdp.h to include premultiplied alpha
Change-Id: I653d638353d9246287bcf568bbffd0f5dbc64019
Signed-off-by: Dima Zavin <dima@android.com>
-rw-r--r-- | libc/kernel/common/linux/msm_mdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/msm_mdp.h b/libc/kernel/common/linux/msm_mdp.h index 240b754..c355218 100644 --- a/libc/kernel/common/linux/msm_mdp.h +++ b/libc/kernel/common/linux/msm_mdp.h @@ -47,6 +47,7 @@ enum { #define MDP_ROT_270 (MDP_ROT_90|MDP_FLIP_UD|MDP_FLIP_LR) #define MDP_DITHER 0x8 #define MDP_BLUR 0x10 +#define MDP_BLEND_FG_PREMULT 0x20000 #define MDP_TRANSP_NOP 0xffffffff #define MDP_ALPHA_NOP 0xff |