gstreamer/gst-libs/gst/gl
Matthew Waters b90d824626 [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
2014-03-15 18:37:03 +01:00
..
android [824/906] android: Build fixes 2014-03-15 18:37:03 +01:00
cocoa [837/906] cocoa: resize OpenGL view size each time the window is resized 2014-03-15 18:37:03 +01:00
dispmanx [818/906] window: add send_message_async vmethod 2014-03-15 18:37:02 +01:00
egl [824/906] android: Build fixes 2014-03-15 18:37:03 +01:00
glprototypes [798/906] build: install needed header 2014-03-15 18:37:01 +01:00
wayland [823/906] wayland_egl: make the wayland backend actually work on Raspberry Pi 2014-03-15 18:37:03 +01:00
win32 [818/906] window: add send_message_async vmethod 2014-03-15 18:37:02 +01:00
x11 [832/906] x11: ignore Expose events not initiated by gst_gl_window_draw 2014-03-15 18:37:03 +01:00
.gitignore [644/906] update .gitignore for some new files 2014-03-15 18:36:52 +01:00
gl.h [793/906] add a GstGLContext object that will be the basis of OpenGL contexts 2014-03-15 18:37:01 +01:00
gstgl_fwd.h [793/906] add a GstGLContext object that will be the basis of OpenGL contexts 2014-03-15 18:37:01 +01:00
gstglapi.c [729/906] gl: Include config.h everywhere 2014-03-15 18:36:57 +01:00
gstglapi.h [775/906] configure: Check for GLeglImageOES and others again 2014-03-15 18:37:00 +01:00
gstglbufferpool.c [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2014-03-15 18:37:02 +01:00
gstglbufferpool.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2014-03-15 18:37:02 +01:00
gstglcontext.c [833/906] gstglcontext: initialize window to NULL 2014-03-15 18:37:03 +01:00
gstglcontext.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2014-03-15 18:37:02 +01:00
gstgldisplay.c [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2014-03-15 18:37:02 +01:00
gstgldisplay.h [824/906] android: Build fixes 2014-03-15 18:37:03 +01:00
gstgldownload.c [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE 2014-03-15 18:37:03 +01:00
gstgldownload.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2014-03-15 18:37:02 +01:00
gstgles2.h [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE 2014-03-15 18:37:03 +01:00
gstglfeature.c [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2014-03-15 18:37:02 +01:00
gstglfeature.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2014-03-15 18:37:02 +01:00
gstglfilter.c [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE 2014-03-15 18:37:03 +01:00
gstglfilter.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2014-03-15 18:37:02 +01:00
gstglframebuffer.c [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE 2014-03-15 18:37:03 +01:00
gstglframebuffer.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2014-03-15 18:37:02 +01:00
gstglmemory.c [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE 2014-03-15 18:37:03 +01:00
gstglmemory.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2014-03-15 18:37:02 +01:00
gstglmixer.c [829/906] mixer: error out properly on flushing 2014-03-15 18:37:03 +01:00
gstglmixer.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2014-03-15 18:37:02 +01:00
gstglmixerpad.h [733/906] gl: Major header and include cleanup 2014-03-15 18:36:57 +01:00
gstglshader.c [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2014-03-15 18:37:02 +01:00
gstglshader.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2014-03-15 18:37:02 +01:00
gstglshadervariables.c [824/906] android: Build fixes 2014-03-15 18:37:03 +01:00
gstglshadervariables.h [733/906] gl: Major header and include cleanup 2014-03-15 18:36:57 +01:00
gstglupload.c [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE 2014-03-15 18:37:03 +01:00
gstglupload.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2014-03-15 18:37:02 +01:00
gstglutils.c [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE 2014-03-15 18:37:03 +01:00
gstglutils.h [819/906] make gen_texture/del_texture threadsafe 2014-03-15 18:37:02 +01:00
gstglwindow.c [835/906] gstglwindow: remove unused fields 2014-03-15 18:37:03 +01:00
gstglwindow.h [831/906] glimagesink: avoid to overload the drawer if already drawing 2014-03-15 18:37:03 +01:00
Makefile.am [803/906] raspberrypi: add support for dispmanx 2014-03-15 18:37:01 +01:00