projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1edc569
)
gl: Include texParameterf in the GL function table
author
John Ludwig
<john@theludwigs.com>
Tue, 23 Jun 2015 08:31:44 +0000
(10:31 +0200)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 9 Dec 2017 19:32:05 +0000
(19:32 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=751228
gst-libs/gst/gl/glprototypes/base.h
patch
|
blob
|
history
diff --git
a/gst-libs/gst/gl/glprototypes/base.h
b/gst-libs/gst/gl/glprototypes/base.h
index
e816738
..
f0528b7
100644
(file)
--- a/
gst-libs/gst/gl/glprototypes/base.h
+++ b/
gst-libs/gst/gl/glprototypes/base.h
@@
-178,6
+178,10
@@
GST_GL_EXT_FUNCTION (void, Viewport,
GST_GL_EXT_FUNCTION (GLboolean, IsEnabled, (GLenum cap))
GST_GL_EXT_FUNCTION (void, LineWidth, (GLfloat width))
GST_GL_EXT_FUNCTION (void, PolygonOffset, (GLfloat factor, GLfloat units))
+GST_GL_EXT_FUNCTION (void, TexParameterf,
+ (GLenum target,
+ GLenum pname,
+ GLfloat param))
GST_GL_EXT_END ()
GST_GL_EXT_BEGIN (texture_3d,