summaryrefslogtreecommitdiffstats
path: root/src/layout.hpp
AgeCommit message (Collapse)AuthorFilesLines
2017-08-08add license text to implementation filesMarcus Fritzsch1-0/+16
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-08-08layers: introduce layers.hpp and .cpp for layer related codeMarcus Fritzsch1-43/+0
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-08-08layout: check id_min against lower_bound() resultMarcus Fritzsch1-1/+3
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-08-08layout: add surface id to layer mappingMarcus Fritzsch1-2/+42
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-08-08app: add very c++-y layout parsingMarcus Fritzsch1-0/+37
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>