[652/906] bumper: port to non-GLEW + arrays
authorMatthew Waters <ystreet00@gmail.com>
Thu, 17 Jan 2013 12:14:49 +0000 (23:14 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:27 +0000 (19:31 +0000)
gst-libs/gst/gl/glprototypes/opengl.h

index 9688bc3..7e1c6f6 100644 (file)
@@ -131,6 +131,7 @@ GST_GL_EXT_FUNCTION (void, ProgramLocalParameter4fv,
                       GLfloat              *params))
 GST_GL_EXT_END ()
 
+/* Eventually we want to remove this category */
 GST_GL_EXT_BEGIN (fixed_function_gl_only,
                   0, 0,
                   0,
@@ -151,4 +152,10 @@ GST_GL_EXT_FUNCTION (void, TexImage1D,
                       const GLvoid         *data))
 GST_GL_EXT_FUNCTION (void, Rotatef,
                      (GLfloat angle, GLfloat x, GLfloat y, GLfloat z))
+GST_GL_EXT_FUNCTION (void, Lightfv,
+                     (GLenum light, GLenum pname, const GLfloat *params))
+GST_GL_EXT_FUNCTION (void, ColorMaterial,
+                     (GLenum face, GLenum pname))
+GST_GL_EXT_FUNCTION (void, ShadeModel,
+                     (GLenum value))
 GST_GL_EXT_END ()