mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
neutrino: remove glthread, use GLFramebuffer instead
now that libstb-hal provides an easy to use virtual framebuffer, use it instead of the glthread implementation.
This commit is contained in:
@@ -60,9 +60,6 @@ typedef struct fb_var_screeninfo t_fb_var_screeninfo;
|
||||
#if HAVE_GENERIC_HARDWARE
|
||||
#define USE_OPENGL 1
|
||||
#endif
|
||||
#ifdef USE_OPENGL
|
||||
class GLThreadObj;
|
||||
#endif
|
||||
|
||||
class CFrameBuffer;
|
||||
class CFbAccel
|
||||
@@ -154,9 +151,6 @@ class CFrameBuffer
|
||||
int cache_size;
|
||||
void * int_convertRGB2FB(unsigned char *rgbbuff, unsigned long x, unsigned long y, int transp, bool alpha);
|
||||
int m_transparent_default, m_transparent;
|
||||
#ifdef USE_OPENGL
|
||||
GLThreadObj *mpGLThreadObj; /* the thread object */
|
||||
#endif
|
||||
CFbAccel *accel;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user