Composition with vpp#94
Composition with vpp#94HaihongxLi wants to merge 4 commits intoprojectceladon:celadon/u/mr0/masterfrom
Conversation
|
Improper Commit Message |
|
Improper Commit Message |
d374753 to
2e3fde9
Compare
|
Improper Commit Message |
|
Improper Commit Message |
Signed-off-by: lihaihong <haihongx.li@intel.com>
|
Improper Commit Message |
...as PRIME_2 API allows us to set modifier. Signed-off-by: Weifeng Liu <weifeng.liu@intel.com>
| } | ||
|
|
||
| bool VARenderer::AllocateCache(uint32_t layer_capacity) { | ||
| surface_in_ = (VASurfaceID*)malloc(sizeof(VASurfaceID) * layer_capacity); |
There was a problem hiding this comment.
Why not use std::vector to manage these resources as we are writing C++ here.
There was a problem hiding this comment.
porting from previous, now we need poc and do some test, next will refine
Signed-off-by: lihaihong <haihongx.li@intel.com>
|
Improper Commit Message |
|
Improper Commit Message |
Signed-off-by: lihaihong <haihongx.li@intel.com>
|
Improper Commit Message |
No description provided.