From: Andy Spencer Date: Tue, 7 Jun 2011 08:43:32 +0000 (+0000) Subject: Switch from GtkGLExt to internal OpenGL handling X-Git-Tag: v0.5~6 X-Git-Url: http://pileus.org/git/?p=grits;a=commitdiff_plain;h=07448c519e963bae1cfde4f1ff353478dd28136c;hp=07448c519e963bae1cfde4f1ff353478dd28136c Switch from GtkGLExt to internal OpenGL handling GtkGLExt has many problems: - It's code is bloated and convoluted - It doesn't work on Win32 - It doesn't work with gtk+-3.0 - The last release was in early 2006 Using our own lets us fix these issues and should be easier to maintain than trying to figure out the GtkGLExt mess, or waiting for someone else to fix it. ---