efl/src/modules/evas
Carsten Haitzler 7c42538144 evas - genetic update regions smart merge - merge v adjacent regions
regions sometimes produce box sets like:
// +---+
// |   |
// +---+    +-------+
// |   |    |       |
// +---+    +-------+---------+
//          |                 |
//          |                 |
//          +-----------------+

so the upper-left 2 boxes can be merged into 1 and they have the same
x coords and are flush-aligned one above the other. that is what
this does - find these and merge them to have fewer rects

@fix
2020-06-04 20:25:46 +01:00
..
engines evas - genetic update regions smart merge - merge v adjacent regions 2020-06-04 20:25:46 +01:00
image_loaders Support WebP Animation Image Files 2020-05-29 11:40:37 +09:00
image_savers build: split off static parts from external parts in evas 2020-05-28 13:09:23 +02:00
vg_loaders svg/loader: Fix memory leak 2020-06-01 18:53:36 +09:00
vg_savers evas: resolve float compare warnings 2020-05-12 16:10:02 +02:00
meson.build canvas 3d: remove all canvas3d features across efl. 2020-03-25 19:14:02 +09:00