mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
fb_accel: add backend for GL framebuffer
This commit is contained in:
@@ -125,6 +125,9 @@ CFrameBuffer* CFrameBuffer::getInstance()
|
||||
#endif
|
||||
#if HAVE_COOL_HARDWARE
|
||||
frameBuffer = new CFbAccelCS();
|
||||
#endif
|
||||
#if HAVE_GENERIC_HARDWARE
|
||||
frameBuffer = new CFbAccelGLFB();
|
||||
#endif
|
||||
if (!frameBuffer)
|
||||
frameBuffer = new CFrameBuffer();
|
||||
|
Reference in New Issue
Block a user