summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/egl
Commit message (Expand)AuthorAgeFilesLines
* glcontext: fix display leakVincent Penquerc'h2017-04-091-0/+1
* gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters2017-03-133-12/+10
* gl: Fix backwards compat GST_GL_TYPE_* functions/macrosSebastian Dröge2017-03-041-2/+3
* gl/docs: add symbols from -unused.txtMatthew Waters2017-01-132-8/+6
* gl/egl: remove use of texture orientationMatthew Waters2017-01-104-49/+6
* glcontext/egl: don't overwrite set GErrorMatthew Waters2017-01-101-6/+8
* gst: Don't declare variables inside the for loop headerSebastian Dröge2016-12-131-1/+2
* glmemoryegl: remove spurious #if GST_GL_HAVE_DMABUF conditionsMatthew Waters2016-11-301-5/+0
* gl: add necessary context_egl.h #includes to the source filesMatthew Waters2016-11-231-0/+1
* gl/memoryegl: remove access to private header gstglcontext_egl.hMatthew Waters2016-11-231-1/+0
* gl/egl: remove EGLImage functions from egl contextMatthew Waters2016-11-175-120/+194
* glcontext: add vfunc to retrieve the OpenGL platform versionMatthew Waters2016-11-171-0/+14
* gl/egl: move get_error_string() into gsteglMatthew Waters2016-11-175-48/+73
* display/egl: implement getting the EGLDisplay of a specific platformMatthew Waters2016-11-174-23/+198
* gl/egl: check the feature in the extensions listVíctor Manuel Jáquez Leal2016-11-161-1/+1
* gl: add padding to all exposed winsys/platform-specific structsMatthew Waters2016-11-083-0/+12
* gl/egl: don't install the gstglcontext_egl.h headerMatthew Waters2016-11-081-2/+2
* gl: GST_GL_TYPE -> GST_TYPE_GLMatthew Waters2016-11-032-13/+18
* gl/docs: massive updateMatthew Waters2016-11-033-7/+28
* gl/docs: document new API added in 1.10Matthew Waters2016-11-034-7/+96
* meson: gl: add support for building with dispmanx on the rpiMatthew Waters2016-10-191-2/+2
* gl/eglimage: Fix passing the destroy function to gst_egl_image_new_wrappedMatthew Waters2016-10-182-2/+2
* gl/egl: fix inverted typedefMatthew Waters2016-08-161-1/+1
* gl/build: add configure check for possibly missing EGLAttribMatthew Waters2016-08-161-0/+5
* gl/egl/dmabuf: Wrong attribute list type for EGL 1.5Song Bing2016-08-164-43/+84
* glmemory: add the texture type to allocate to parametersMatthew Waters2016-06-291-17/+6
* eglimage: Only register debug category if dmabuf support is enabledSebastian Dröge2016-06-231-0/+3
* qml: Enable qmlglsink for eglfsSergey Borovkov2016-06-161-0/+2
* gst-libs: gl, video: use MAY_BE_LEAKED flagGuillaume Desmottes2016-06-031-0/+4
* eglimage: Re-add accidentially removed GST_DEFINE_MINI_OBJECT_TYPE()Sebastian Dröge2016-05-251-0/+2
* eglimage: Ensure that the debug category is always initalizedSebastian Dröge2016-05-251-13/+13
* gl/egl: replace gsteglimagememory with an EGLImage wrapperMatthew Waters2016-05-048-882/+449
* gl: implement GstGLMemoryEGLGwang Yoon Hwang2016-05-044-0/+355
* eglimage: perform eglCreateImage in the gl threadMatthew Waters2016-04-011-5/+34
* eglimagememory: add compatibility definitions for EGL dmabufMatthew Waters2016-02-261-0/+20
* gl: Fix compiler warning about unused const variable with gcc 6Sebastian Dröge2016-02-181-0/+1
* glcontext: back out unintended lost_context changesMatthew Waters2016-01-291-7/+1
* egl: implement selecting opengl3 contextsMatthew Waters2016-01-292-53/+196
* gl/egl: pass the error value to get_error_string()Matthew Waters2016-01-293-16/+16
* eglimagememory: Also import BGR16, ABGR, xBGR, AYUV, GRAY16_LE/BE and Y444Nicolas Dufresne2015-12-181-1/+8
* eglimagememory: Add RGB/BGR DMABuf importation supportNicolas Dufresne2015-12-181-0/+6
* eglimagememory: Methods to create GstGLMemory from dmabufsLubosz Sarnecki2015-12-182-0/+137
* gstglcontext_egl: Expose gst_gl_context_egl_get_error_string.Lubosz Sarnecki2015-12-182-1/+4
* gl: fix usage of string.h and stdio.h functions without including the headersMatthew Waters2015-10-212-1/+2
* gl: be consistent in gobject boilerpateMatthew Waters2015-10-192-7/+7
* glcontext: pass display to implentation's _new()Matthew Waters2015-07-272-6/+6
* gl: support cgl, egl and glx within a same buildJulien Isorce2015-07-271-1/+29
* glcontext: consolidate get_proc_address function definitionMatthew Waters2015-07-182-3/+2
* download: only start a download transfer for sysmem caps featuresMatthew Waters2015-07-071-6/+6
* gl: consolidate egl header includes to egl-only headersMatthew Waters2015-07-075-1/+52