generic-pc: add openGL based framebuffer implementation

Origin commit data
------------------
Branch: master
Commit: 06e5987797
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-04 (Sat, 04 May 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-05-04 12:25:24 +02:00
parent ced64ad391
commit 41d3436ebf
4 changed files with 604 additions and 0 deletions

6
include/glfb.h Normal file
View File

@@ -0,0 +1,6 @@
#include <config.h>
#if HAVE_GENERIC_HARDWARE
#include "../generic-pc/glfb.h"
#else
#error glfb.h only works with HAVE_GENERIC_HARDWARE defined
#endif