[625/906] add vtable for opengl functions
authorMatthew Waters <ystreet00@gmail.com>
Thu, 6 Dec 2012 13:16:04 +0000 (00:16 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:26 +0000 (19:31 +0000)
commitfd06db00b0a1f1d9ae03829f37b4ddef958ad2ee
tree834110b08aa3ac018c3720999b940f169fc9f83f
parent344253e860bcb1a1b5d62d7631825429285e595c
[625/906] add vtable for opengl functions

The vtable provides the ability for one to compile (but not link)
against both OpenGL and GL|ES and starts the move away from GLEW
15 files changed:
gst-libs/gst/gl/glprototypes/README [new file with mode: 0644]
gst-libs/gst/gl/glprototypes/all_functions.h [new file with mode: 0644]
gst-libs/gst/gl/glprototypes/gles1.h [new file with mode: 0644]
gst-libs/gst/gl/glprototypes/gles1_functions.h [new file with mode: 0644]
gst-libs/gst/gl/glprototypes/gles1gles2.h [new file with mode: 0644]
gst-libs/gst/gl/glprototypes/gles1gles2opengl.h [new file with mode: 0644]
gst-libs/gst/gl/glprototypes/gles1opengl.h [new file with mode: 0644]
gst-libs/gst/gl/glprototypes/gles2.h [new file with mode: 0644]
gst-libs/gst/gl/glprototypes/gles2_functions.h [new file with mode: 0644]
gst-libs/gst/gl/glprototypes/gles2opengl.h [new file with mode: 0644]
gst-libs/gst/gl/glprototypes/opengl.h [new file with mode: 0644]
gst-libs/gst/gl/glprototypes/opengl_functions.h [new file with mode: 0644]
gst-libs/gst/gl/gstglapi.h
gst-libs/gst/gl/gstglfeature.c [new file with mode: 0644]
gst-libs/gst/gl/gstglfeature.h [new file with mode: 0644]