fb_accel: add backend for GL framebuffer

Origin commit data
------------------
Commit: 2498ebb314
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-06 (Mon, 06 Feb 2017)
This commit is contained in:
Stefan Seyfried
2017-02-06 00:15:37 +01:00
committed by Michael Liebmann
parent d9aea52dba
commit e8c40d8b1d
4 changed files with 179 additions and 0 deletions

View File

@@ -129,6 +129,9 @@ CFrameBuffer* CFrameBuffer::getInstance()
#else
frameBuffer = new CFbAccelCSNevis();
#endif
#endif
#if HAVE_GENERIC_HARDWARE
frameBuffer = new CFbAccelGLFB();
#endif
if (!frameBuffer)
frameBuffer = new CFrameBuffer();