summaryrefslogtreecommitdiff
path: root/ext/eglgles
AgeCommit message (Expand)AuthorFilesLines
2014-04-15egl/eglglessink: remove since EGLImage and iOS support have been added in gli...Julien Isorce11-5491/+0
2014-03-28eglglessink: unref last buffer on DRAINJulien Isorce1-0/+14
2014-03-27eglglessink: fix wrong doc block for create_windowReynaldo H. Verdejo Pinochet1-2/+2
2014-02-25eglglessink: move GstEGLImageBufferPool to gstegl libJulien Isorce1-270/+17
2013-12-24eglglessink: Properly clean up renderbuffers and EAGL contextSebastian Dröge1-2/+7
2013-12-19eglglessink: Don't set the EAGLContext of the main thread and don't reuse it ...Sebastian Dröge1-12/+7
2013-11-13eglglessink: fix non-egl display context queryMatthieu Bouron1-1/+1
2013-11-04eglglessink: Query upstream first to get a EGLDisplaySebastian Dröge1-4/+20
2013-10-30eglglessink: remove unused functions in the eagl backendAndoni Morales Alastruey1-18/+0
2013-09-28eglglessink: Port iOS part to 1.0Sebastian Dröge7-53/+89
2013-09-19eglglessink: Fix static linking for Android by passing --tag=CC to libtoolSebastian Dröge1-1/+1
2013-09-18eglglessink: Update for new GstContext APISebastian Dröge3-97/+22
2013-09-04eglglessink: change pool->sink->last_buffer to pool->last_bufferJulien Isorce1-20/+30
2013-09-04eglglessink: buffer pool does not need to maintain a ref on the displayJulien Isorce1-11/+2
2013-09-04eglglessink: add GstEGLImageBufferPoolSendBlockingAllocate callbackJulien Isorce1-31/+93
2013-09-04eglglessink: prepare gst_egl_adaptation_allocate_eglimage to be movedJulien Isorce3-32/+54
2013-07-29all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2-3/+8
2013-06-08eglglessink: Remove workaround for a bug in the RPi EGL implementationSebastian Dröge1-9/+0
2013-05-16eagl: fix handling of surface dimension changesThiago Santos2-21/+50
2013-05-10egl: Add destroy notify instead of always calling eglTerminate() on the displaySebastian Dröge1-1/+1
2013-04-24eglglessink: Use gst_egl_display_get() instead of passing a GstEGLDisplay to ...Sebastian Dröge1-3/+3
2013-04-19eglglessink: eagl: fix eagl reuse by not releasing the contextThiago Santos1-1/+2
2013-04-18eglglessink: Give only SECONDARY rankSebastian Dröge1-1/+1
2013-04-18eglglessink: fixes 'makes integer from pointer without a cast' warningJosep Torra1-1/+1
2013-04-18eglglessink: silence warnings building for RPI related to 'vcos_*'Josep Torra3-9/+34
2013-04-18eglglessink: fix warnings building on the RPIJosep Torra1-2/+1
2013-04-17eglglessink: Fix GstContext refcounting some moreSebastian Dröge1-1/+5
2013-04-17eglglessink: Fix GstContext refcountingSebastian Dröge1-0/+3
2013-04-17eglglessink: Update for GLTextureUploadMeta and EGL API changesSebastian Dröge5-128/+81
2013-04-16eglglessink: Reorder surface queriesSebastian Dröge1-5/+5
2013-04-16eglglessink: Properly set a debug category for the adaption layersSebastian Dröge5-0/+19
2013-04-16eglglessink: Get the EGL/GLES extensions at the right positionSebastian Dröge1-2/+2
2013-04-16eglglessink: Fix compiler warningSebastian Dröge1-1/+1
2013-04-16eglglessink: refactor to allow eagl supportThiago Santos7-1319/+1836
2013-04-16eglglessink: refactor egl functions/data to a separate fileThiago Santos5-1272/+1427
2013-04-16eglglessink: Print EGL/GLES extensions after we are actually initialized enoughSebastian Dröge1-4/+2
2013-04-15eglglessink: Fix compiler warningsSebastian Dröge1-2/+2
2013-04-01eglglessink: Use the EGLImage and GstVideoGLTextureUploadMeta caps featuresSebastian Dröge1-2/+33
2013-03-31eglglessink: Use gst_element_get_context() wherever possibleSebastian Dröge1-4/+23
2013-03-29eglglessink: Implement GstContext handlingSebastian Dröge2-6/+132
2013-03-29eglglessink: Use a separate texture for the custom texturesSebastian Dröge1-7/+7
2013-03-29eglglessink: Add support for GstVideoGLTextureUploadMetaSebastian Dröge3-39/+127
2013-03-13eglglessink: Add support for different EGLImage orientationsSebastian Dröge2-53/+106
2013-03-13eglglessink: Add RGBA to the caps againSebastian Dröge1-0/+2
2013-03-12eglglessink: Make sure the buffer is released to the pool if it's the last us...Sebastian Dröge1-0/+1
2013-03-07eglglessink: There are only two GLSL programs, not threeSebastian Dröge1-1/+1
2013-03-07eglglessink: gst_buffer_pool_config_get_allocator() does *not* return a new r...Sebastian Dröge1-0/+2
2013-03-06eglglessink: Fix allocation of RGBA texturesSebastian Dröge1-1/+1
2013-03-06eglglessink: Make sure to set the NO_SHARE flag on the EGLImage memoriesSebastian Dröge1-22/+28
2013-03-05eglglessink: Always use an RGBA configurationSebastian Dröge2-455/+318