OSDN Git Service

Algorithm to detect disjoint regions for gpu composition.
authorarpallet <avinash.reddy.palleti@intel.com>
Sun, 29 Jan 2017 06:55:11 +0000 (22:55 -0800)
committerKalyan Kondapally <kalyan.kondapally@intel.com>
Tue, 31 Jan 2017 19:04:28 +0000 (11:04 -0800)
commit6b3836b869c8e3d43ebbd66e1b97f17a3d0bc0a2
tree606cef1b8e5e06e4b8d6101a6effd9ea5c409a8d
parent3538bdf88ebd460f83133eaa610ca2138bb66586
Algorithm to detect disjoint regions for gpu composition.

This algorithm traverse through x co-ordinates and at each
intersection of x co-ordinates, it will traverse through y
axis for intersections. At each y co-ordinate intersection
it will give out new layer with input layer ids active at
that point.

Jira: None.
Test: No graphics regressions on Linux and Android.

Signed-off-by: arpallet <avinash.reddy.palleti@intel.com>
Android.mk
Makefile.sources
common/compositor/compositor.cpp
common/utils/disjoint_layers.cpp [new file with mode: 0644]
common/utils/separate_rects.cpp [deleted file]
public/disjoint_layers.h [new file with mode: 0644]
public/hwcdefs.h
public/separate_rects.h [deleted file]