summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-23gl: fallback to glGetString if GL_NUM_EXTENSIONS failsJulien Isorce1-9/+23
2014-03-23gl: and update the MakefileMatthew Waters2-18/+15
2014-03-23gl: reorganize the extension headers by function rather than apiMatthew Waters15-466/+396
2014-03-23gl/win32: use the correct include and gst-indentMatthew Waters1-5/+5
2014-03-21check: fix make checkWim Taymans1-4/+14
2014-03-20gl: use wglCreateContextAttribsARB to create share contextWang Xin-yu (王昕宇)1-6/+28
2014-03-20gl/mixer: fix download check for failureMatthew Waters1-1/+1
2014-03-20gl: silence a critical if upstream does not provide us with meta paramsMatthew Waters3-78/+84
2014-03-19gl: silence warnings building for RPI related to 'vcos_*'Julien Isorce2-5/+21
2014-03-19gl: keep only one occurence of '#include <EGL/egl.h>'Julien Isorce9-20/+8
2014-03-18dvbsuboverlay: Don't forward text gap events downstreamEdward Hervey1-0/+4
2014-03-18gl: don't default to GST_GL_HAVE_WINDOW_DISPMANX=1Руслан Ижбулатов1-1/+1
2014-03-18gl: fix the use of always-defined macrosРуслан Ижбулатов3-12/+12
2014-03-18gl: check for X unconditionallyРуслан Ижбулатов1-1/+1
2014-03-17gl: set default value to 0 for all definitions that go to gstglconfig.hJulien Isorce1-32/+69
2014-03-17gl: allow not building the gl library pluginsMatthew Waters1-16/+28
2014-03-17gl: add GModule libs for win32Matthew Waters1-0/+1
2014-03-17gl: only link against gstegl if we are using eglMatthew Waters1-2/+1
2014-03-17gl: add the option of disabling cocoa on OS X using --disable-cocoaMatthew Waters1-5/+8
2014-03-17gl: add path of the gstegl libraryMatthew Waters1-0/+1
2014-03-17Revert "gl: add dep on gstegl"Matthew Waters1-1/+0
2014-03-17gl: add dep on gsteglMatthew Waters1-0/+1
2014-03-17gl/cocoa: Fix debug statements and platformEdward Hervey2-3/+3
2014-03-17gl: set HAVE_EGL_RPI to yes if HAVE_GL and RPIJulien Isorce1-1/+5
2014-03-17gl: Fix static build with objective-CEdward Hervey1-0/+2
2014-03-17make: whitespace cleanupsThijs Vermeir2-7/+7
2014-03-17gl: Add EGLDisplay display subclassMatthew Waters6-50/+286
2014-03-17gl/window: add a dummy window classMatthew Waters1-3/+189
2014-03-17gl: fix undeclared symbol when building without GST_DEBUGMatthew Waters1-0/+2
2014-03-17gl: fix a double unref of the query when building without XMatthew Waters1-2/+1
2014-03-16dvbsuboverlay: handle video/x-raw(ANY) if downstream supports the GstVideoOve...Matthieu Bouron1-25/+241
2014-03-16gl: silence a compiler warning about missing prototypesMatthew Waters1-1/+1
2014-03-16gl/utils: add x11 GstContext handlingMatthew Waters1-14/+90
2014-03-16gl: define GL_NUM_EXTENSIONS if not definedMatthew Waters1-0/+4
2014-03-16Move gst-plugins-gl to badMatthew Waters9-4/+1281
2014-03-16gl: silence all the compiler warningsMatthew Waters39-108/+84
2014-03-16move gl elements to ext subdirectoryMatthew Waters59-0/+0
2014-03-15[906/906] filter: warn about trying to share with multiple contexts at onceMatthew Waters1-0/+4
2014-03-15[905/906] Add GL context sharing support for non-gstgl elementsMatthew Waters4-6/+117
2014-03-15[904/906] mixer: ask for display handles on pad activationMatthew Waters1-0/+38
2014-03-15[903/906] api: add GstGLPlatform to/from stringMatthew Waters2-1/+91
2014-03-15[902/906] context: implement glGetStringi handling for GL core contexts/GLES3Matthew Waters2-3/+36
2014-03-15[901/906] glx: use the display handle from the global displayMatthew Waters1-5/+5
2014-03-15[900/906] tests/gstglcontext: reduce the number of frames displayedMatthew Waters1-1/+1
2014-03-15[899/906] egl: warn if we resort to display handles from the windowMatthew Waters1-0/+2
2014-03-15[898/906] glimagesink: add an other-context propertyMatthew Waters2-5/+26
2014-03-15[897/906] api: plugin a small memory leakMatthew Waters1-3/+6
2014-03-15[896/906] utils: use the vtable for deleting the textureMatthew Waters1-1/+1
2014-03-15[895/906] context: call window_class->close lastMatthew Waters1-4/+6
2014-03-15[894/906] gl: add missing G_BEGIN_DECLS/G_END_DECLSWang Xin-yu (王昕宇)1-0/+4