Merge "libcopybit: Remove usage of C2D_NO_BILINEAR_BIT"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
9c301a18c6
@@ -1284,8 +1284,7 @@ static int stretch_copybit_internal(
|
|||||||
return COPYBIT_FAILURE;
|
return COPYBIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
src_surface.config_mask = C2D_NO_BILINEAR_BIT | C2D_NO_ANTIALIASING_BIT |
|
src_surface.config_mask = C2D_NO_ANTIALIASING_BIT | ctx->config_mask;
|
||||||
ctx->config_mask;
|
|
||||||
src_surface.global_alpha = ctx->src_global_alpha;
|
src_surface.global_alpha = ctx->src_global_alpha;
|
||||||
if (enableBlend) {
|
if (enableBlend) {
|
||||||
if(src_surface.config_mask & C2D_GLOBAL_ALPHA_BIT) {
|
if(src_surface.config_mask & C2D_GLOBAL_ALPHA_BIT) {
|
||||||
|
|||||||
Reference in New Issue
Block a user