gstreamer/gst-libs/gst/gl
Matthew Waters efa22442a9 [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE
We create our textures (in Desktop GL) with GL_TEXTURE_RECTANGLE,
vaapi attempts to bind our texture to GL_TEXTURE_2D which throws a
GL_INVALID_OPERATION error and as thus, no video.

Also, by moving exclusively to GL_TEXTURE_2D and the npot extension
we also remove a difference between the Desktop GL and GLES2 code.

https://bugzilla.gnome.org/show_bug.cgi?id=712287
2017-12-09 19:31:32 +00:00
..
android [824/906] android: Build fixes 2017-12-09 19:31:31 +00:00
cocoa [837/906] cocoa: resize OpenGL view size each time the window is resized 2017-12-09 19:31:32 +00:00
dispmanx [818/906] window: add send_message_async vmethod 2017-12-09 19:31:31 +00:00
egl [824/906] android: Build fixes 2017-12-09 19:31:31 +00:00
glprototypes [798/906] build: install needed header 2017-12-09 19:31:31 +00:00
wayland [823/906] wayland_egl: make the wayland backend actually work on Raspberry Pi 2017-12-09 19:31:31 +00:00
win32 [818/906] window: add send_message_async vmethod 2017-12-09 19:31:31 +00:00
x11 [832/906] x11: ignore Expose events not initiated by gst_gl_window_draw 2017-12-09 19:31:32 +00:00
.gitignore [644/906] update .gitignore for some new files 2017-12-09 19:31:27 +00:00
gl.h [793/906] add a GstGLContext object that will be the basis of OpenGL contexts 2017-12-09 19:31:30 +00:00
gstgl_fwd.h [793/906] add a GstGLContext object that will be the basis of OpenGL contexts 2017-12-09 19:31:30 +00:00
gstglapi.c [729/906] gl: Include config.h everywhere 2017-12-09 19:31:29 +00:00
gstglapi.h [775/906] configure: Check for GLeglImageOES and others again 2017-12-09 19:31:30 +00:00
gstglbufferpool.c [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2017-12-09 19:31:31 +00:00
gstglbufferpool.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2017-12-09 19:31:31 +00:00
gstglcontext.c [833/906] gstglcontext: initialize window to NULL 2017-12-09 19:31:32 +00:00
gstglcontext.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2017-12-09 19:31:31 +00:00
gstgldisplay.c [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2017-12-09 19:31:31 +00:00
gstgldisplay.h [824/906] android: Build fixes 2017-12-09 19:31:31 +00:00
gstgldownload.c [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE 2017-12-09 19:31:32 +00:00
gstgldownload.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2017-12-09 19:31:31 +00:00
gstgles2.h [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE 2017-12-09 19:31:32 +00:00
gstglfeature.c [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2017-12-09 19:31:31 +00:00
gstglfeature.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2017-12-09 19:31:31 +00:00
gstglfilter.c [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE 2017-12-09 19:31:32 +00:00
gstglfilter.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2017-12-09 19:31:31 +00:00
gstglframebuffer.c [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE 2017-12-09 19:31:32 +00:00
gstglframebuffer.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2017-12-09 19:31:31 +00:00
gstglmemory.c [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE 2017-12-09 19:31:32 +00:00
gstglmemory.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2017-12-09 19:31:31 +00:00
gstglmixer.c [829/906] mixer: error out properly on flushing 2017-12-09 19:31:32 +00:00
gstglmixer.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2017-12-09 19:31:31 +00:00
gstglmixerpad.h [733/906] gl: Major header and include cleanup 2017-12-09 19:31:29 +00:00
gstglshader.c [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2017-12-09 19:31:31 +00:00
gstglshader.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2017-12-09 19:31:31 +00:00
gstglshadervariables.c [824/906] android: Build fixes 2017-12-09 19:31:31 +00:00
gstglshadervariables.h [733/906] gl: Major header and include cleanup 2017-12-09 19:31:29 +00:00
gstglupload.c [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE 2017-12-09 19:31:32 +00:00
gstglupload.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2017-12-09 19:31:31 +00:00
gstglutils.c [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE 2017-12-09 19:31:32 +00:00
gstglutils.h [819/906] make gen_texture/del_texture threadsafe 2017-12-09 19:31:31 +00:00
gstglwindow.c [835/906] gstglwindow: remove unused fields 2017-12-09 19:31:32 +00:00
gstglwindow.h [831/906] glimagesink: avoid to overload the drawer if already drawing 2017-12-09 19:31:32 +00:00
Makefile.am [803/906] raspberrypi: add support for dispmanx 2017-12-09 19:31:31 +00:00