evas_common_privat: improve tiler merge flag
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Wed, 10 Jun 2020 18:48:45 +0000 (20:48 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 1 Jul 2020 22:34:19 +0000 (07:34 +0900)
commit5f9941b1ebb6ebecfe6db51a2407582e7fa83b50
tree804166975ed8dbb2adde7beec816e99259af66b9
parentaf3021f481a9f4a63f531930366b29f939924a4d
evas_common_privat: improve tiler merge flag

when this is a int and you assign 0, the whole "0" for the entire int is
moved. When this is a bit flag like this, it is a simple | operation,
which makes the whole thing somehow faster.

Reviewed-by: Christopher Michael <devilhorns@comcast.net>
Differential Revision: https://phab.enlightenment.org/D11998
src/lib/evas/include/evas_common_private.h