mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
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:
committed by
Michael Liebmann
parent
d9aea52dba
commit
e8c40d8b1d
@@ -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();
|
||||
|
Reference in New Issue
Block a user