generic-pc: add openGL based framebuffer implementation

This commit is contained in:
Stefan Seyfried
2013-05-04 12:25:24 +02:00
parent 9541c0ac1e
commit 06e5987797
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