start implementing hardware acceleration for armbox

you have to compile neutrino with "--enable-reschange" to use FullHD-OSD


Origin commit data
------------------
Commit: 9cc0e702d8
Author: TangoCash <eric@loxat.de>
Date: 2017-10-05 (Thu, 05 Oct 2017)
This commit is contained in:
TangoCash
2017-10-05 12:52:53 +02:00
committed by vanhofen
parent 7fcd8dea4c
commit ae2405aea6
5 changed files with 285 additions and 0 deletions

View File

@@ -138,6 +138,9 @@ CFrameBuffer* CFrameBuffer::getInstance()
#endif
#if HAVE_TRIPLEDRAGON
frameBuffer = new CFbAccelTD();
#endif
#if HAVE_ARM_HARDWARE
frameBuffer = new CFbAccelARM();
#endif
if (!frameBuffer)
frameBuffer = new CFrameBuffer();