OSDN Git Service

Add support to import framebuffers from minigbm buffers
authorlambdadroid <lambdadroid@gmail.com>
Fri, 4 Jan 2019 19:36:25 +0000 (20:36 +0100)
committerlambdadroid <lambdadroid@gmail.com>
Sun, 6 Jan 2019 18:25:15 +0000 (19:25 +0100)
commit4d07c89b94c6c3dc1c1ce918861b74dae07594a0
tree7f87f0a3e8b99507a1c1ae5a41f42984e40b7ca1
parent452fe42d2e992335c5b7682f4e246e6eb3c418ee
Add support to import framebuffers from minigbm buffers

The buffers are checked at runtime to handle both allocator
implementations transparently without having to re-compile.
Android.mk
DrmFramebuffer.cpp
DrmFramebufferImporter.h [new file with mode: 0644]
DrmFramebufferLibDrm.cpp [new file with mode: 0644]
DrmFramebufferMinigbm.cpp [new file with mode: 0644]