1
0
Fork 0

Override Planner for GenericPipelineCreator

Allow classes to inherit from GenericPipelineCreator and use it for
creating the DrmDisplayPipeline, but override which CompositionPlanner
is used.

Extract the GetFlattenedComposition function into a static function that
can be called from any backend.

Change-Id: Id75705b969eb6d23fbc6147c496ac3f3e9956abf
This commit is contained in:
Drew Davenport 2025-10-30 11:58:12 -06:00
parent d04968bf87
commit 0afe783d1a
10 changed files with 82 additions and 70 deletions

View file

@ -94,6 +94,7 @@ filegroup {
"backend/GenericCompositionPlanner.cpp",
"backend/ClientCompositionPlanner.cpp",
"backend/CompositionPlanner.cpp",
"backend/BackendManager.cpp",
"backend/GenericPipelineCreator.cpp",