commit | abc65166084dd3a1708770b959b4a85d1650169a | [log] [tgz] |
---|---|---|
author | Lingfeng Yang <[email protected]> | Fri Dec 21 18:14:48 2018 -0800 |
committer | Lingfeng Yang <[email protected]> | Sat Dec 22 01:18:19 2018 -0800 |
tree | d9771e2eff0e95321cca25c05055a469a2185030 | |
parent | 04a571917e174e4f1bbda740d8e8d3562ff87d1c [diff] |
[vulkan] Allow delivery of rc strings in a compact struct format bug: 111137294 bug: 121377497 This CL moves the RenderControl features such as sync, dma, gles3, host composition, direct mem, etc. to a separate file that organizes them into a struct. For Vulkan, we can pass this struct to the Vulkan ResourceTracker to let it decide to use GLDirectMem or not. Change-Id: Iee24df62412460cbabe0fe23423cd39391698c90