gstreamer/gst-libs/gst/gl
Sebastian Dröge c4cc2dfabf gl/cocoa: Always update our viewport if Cocoa tells us something has changed
The visible rect and bounds might be the same as before, but Cocoa
might've changed our viewport without us nothing. This happens if
you hide the view and show it again.
2014-10-01 16:04:36 +03:00
..
android gl/android: Notify the window's resize callback about surface dimension changes 2014-04-13 16:55:26 +02:00
cocoa gl/cocoa: Always update our viewport if Cocoa tells us something has changed 2014-10-01 16:04:36 +03:00
dispmanx gl/rpi: do not scale to full screen 2014-04-24 15:26:17 +01:00
eagl gl/eagl: Fix compilation 2014-04-13 19:20:32 +02:00
egl egl: Wrap KHR_create_context flags in an ifdef 2014-08-26 12:41:35 +10:00
glprototypes gl/debug: desktop GL does not have the KHR suffixes 2014-09-22 12:21:22 +10:00
wayland gl: fix out-of-source builds. 2014-03-24 17:56:13 +01:00
win32 gl/win32: make send_message reentrant 2014-05-28 00:57:25 +10:00
x11 GstGLWindow: Introduce navigation thread 2014-09-09 21:47:02 +10:00
.gitignore [644/906] update .gitignore for some new files 2014-03-15 18:36:52 +01:00
gl.h gl: Move GstGLMixer to the plugin for now 2014-07-11 09:41:05 +02:00
gstgl_fwd.h gl/upload: add GstGLUploadMeta object 2014-05-28 14:41:35 +10:00
gstglapi.c glfeature: remove GST_GL_API_GLES3 2014-05-30 10:29:37 +10:00
gstglapi.h gl: add prototypes for KHR_debug/ARB_debug_output 2014-08-20 23:26:26 +10:00
gstglbufferpool.c glbufferpool: fix allocator leak in some cases 2014-08-13 18:05:40 +03:00
gstglbufferpool.h glbufferpool: provide a consistent API regardless of platform 2014-06-22 09:48:22 +10:00
gstglcolorconvert.c glcolorconvert: convert xRGB into ARGB properly 2014-09-30 14:46:14 +10:00
gstglcolorconvert.h gl/colorconvert: use GstObject's lock instead of our own 2014-05-29 17:29:41 +10:00
gstglcontext.c glcontext: Initialize variable 2014-09-29 08:54:29 +02:00
gstglcontext.h glcontext: add gst_gl_context_can_share 2014-09-23 12:01:04 +10:00
gstgldisplay.c gl/docs: remove superflous 'the' 2014-08-01 17:51:08 +10:00
gstgldisplay.h gl/display: clean up pre gstglcontext api and struct fields 2014-05-06 21:08:30 +10:00
gstgldownload.c glmemory: use GstVideoInfo everywhere 2014-07-31 15:19:54 +10:00
gstgldownload.h gl/download: use GstObject's lock instead of out own 2014-05-29 16:30:13 +10:00
gstglfeature.c glfeature: remove GST_GL_API_GLES3 2014-05-30 10:29:37 +10:00
gstglfeature.h glfeature: remove GST_GL_API_GLES3 2014-05-30 10:29:37 +10:00
gstglfilter.c glfilter: silence a warning with empty input caps 2014-09-28 21:18:32 +10:00
gstglfilter.h gl: download whenever we have sysmem capsfeatures 2014-09-24 13:16:30 +10:00
gstglframebuffer.c gl: fix multi gl object leaks 2014-07-24 11:46:56 +10:00
gstglframebuffer.h [812/906] move the GL vtable from GstGLDisplay to GstGLContext 2014-03-15 18:37:02 +01:00
gstglmemory.c glmemory: unset the opposite corresponding transfer flags when mapped with write 2014-09-30 01:49:05 +10:00
gstglmemory.h glmemory: use GstVideoInfo everywhere 2014-07-31 15:19:54 +10:00
gstglshader.c glshader: expose opengl handle in getter 2014-08-21 17:38:36 +10:00
gstglshader.h glshader: expose opengl handle in getter 2014-08-21 17:38:36 +10:00
gstglshadervariables.c gl: Fix memory leak 2014-05-09 15:42:08 +02:00
gstglshadervariables.h [733/906] gl: Major header and include cleanup 2014-03-15 18:36:57 +01:00
gstglupload.c glupload: fallback to upload if contexts cannot share GL resources 2014-09-23 12:02:18 +10:00
gstglupload.h glupload: provide the output buffer that is rendered into 2014-09-21 21:36:49 +10:00
gstgluploadmeta.c glmemory: use GstVideoInfo everywhere 2014-07-31 15:19:54 +10:00
gstgluploadmeta.h gl/upload: add GstGLUploadMeta object 2014-05-28 14:41:35 +10:00
gstglutils.c gl: check null before unref GstGLDisplay 2014-08-21 14:59:45 +10:00
gstglutils.h glfilterapp: remove the reshape/draw properties 2014-06-12 12:49:42 +10:00
gstglwindow.c GstGLWindow: Introduce navigation thread 2014-09-09 21:47:02 +10:00
gstglwindow.h GstGLWindow: Introduce navigation thread 2014-09-09 21:47:02 +10:00
Makefile.am gstopengl: add introspection support 2014-08-21 18:41:38 +10:00