]> Pileus Git - grits/commit - configure.ac
Switch from GtkGLExt to internal OpenGL handling
authorAndy Spencer <andy753421@gmail.com>
Tue, 7 Jun 2011 08:43:32 +0000 (08:43 +0000)
committerAndy Spencer <andy753421@gmail.com>
Tue, 7 Jun 2011 10:17:44 +0000 (10:17 +0000)
commit07448c519e963bae1cfde4f1ff353478dd28136c
tree174e6aa86f272aa5daeaefff54e9c6600645773d
parent1bcbae07aed9a0a59828846baeb01e1c8ba79e54
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.
13 files changed:
configure.ac
examples/plugin/teapot.c
src/Makefile.am
src/grits-opengl.c
src/grits-test.c
src/grits.pc.in
src/gtkgl.c [new file with mode: 0644]
src/gtkgl.h [new file with mode: 0644]
src/objects/grits-volume.c
src/plugins/Makefile.am
src/plugins/elev.c
src/plugins/env.c
src/plugins/test.c