gl: New wrapper for libGL, libGLU.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Thu, 31 Oct 2013 20:02:24 +0000 (13:02 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Thu, 31 Oct 2013 20:02:24 +0000 (13:02 -0700)
commita83fc7e51fc042b0602b923df771bde36805a108
treefd72bd764254f1ddde1e3f15692840f0b909a2e6
parent12075810a08e1cdaaa92a6b2642b70fe46460929
gl: New wrapper for libGL, libGLU.
18 files changed:
src/gl/Makefile.in [new file with mode: 0644]
src/gl/check.scm [new file with mode: 0644]
src/gl/compile.scm [new file with mode: 0644]
src/gl/configure.ac [new file with mode: 0644]
src/gl/gl-adapter.c [new file with mode: 0644]
src/gl/gl-glx.scm [new file with mode: 0644]
src/gl/gl-glxgears.scm [new file with mode: 0644]
src/gl/gl-gtkglext.scm [new file with mode: 0644]
src/gl/gl-shim.h [new file with mode: 0644]
src/gl/gl.cdecl [new file with mode: 0644]
src/gl/gl.pkg [new file with mode: 0644]
src/gl/gl.scm [new file with mode: 0644]
src/gl/glxgears-compile.scm [new file with mode: 0644]
src/gl/glxgears-shim.h [new file with mode: 0644]
src/gl/glxgears.cdecl [new file with mode: 0644]
src/gl/glxgears.pkg [new file with mode: 0644]
src/gl/glxgears.scm [new file with mode: 0644]
src/gl/make.scm [new file with mode: 0644]