summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-19Clear surface to black by defaultandroidReynaldo H. Verdejo Pinochet1-1/+1
2012-09-19Make sure we get a config we can use with GLES2Reynaldo H. Verdejo Pinochet1-0/+3
2012-09-19set_window_handle() has been tested to work nowReynaldo H. Verdejo Pinochet1-1/+0
2012-09-19Avoid autoscaling by defaultReynaldo H. Verdejo Pinochet1-2/+7
2012-09-19Avoid repeatedly setting 2D resizing paramsReynaldo H. Verdejo Pinochet1-8/+8
2012-09-19Avoid initializing EGL at _set_window_handle()Reynaldo H. Verdejo Pinochet1-8/+0
2012-09-19Don't ask for a window if we already have oneReynaldo H. Verdejo Pinochet1-1/+2
2012-09-19Fix EGL attribs var namingReynaldo H. Verdejo Pinochet2-14/+15
2012-09-18Fix slow path rendering on AndroidReynaldo H. Verdejo Pinochet1-6/+9
2012-09-18Add test on usable eglconfigs returnedReynaldo H. Verdejo Pinochet1-4/+14
2012-09-17Drop stale error_locked labelReynaldo H. Verdejo Pinochet1-2/+0
2012-09-17Cleanup stale code commentsReynaldo H. Verdejo Pinochet1-15/+0
2012-09-17GlViewPort() should use actual surface sizeReynaldo H. Verdejo Pinochet2-1/+13
2012-09-17Avoid reiniting EGL after the first timeReynaldo H. Verdejo Pinochet1-4/+5
2012-09-17Use correct template capsReynaldo H. Verdejo Pinochet1-14/+7
2012-09-17Fix missing texture setup bitsReynaldo H. Verdejo Pinochet1-1/+6
2012-09-17Add error checking on eglSwapBuffersReynaldo H. Verdejo Pinochet1-1/+5
2012-09-17Fix stale&wrong 0.5 alpha blendReynaldo H. Verdejo Pinochet1-1/+1
2012-09-17Add float precision specifier to fragment shaderReynaldo H. Verdejo Pinochet1-1/+2
2012-09-17Add log reporting at shader compilation failureReynaldo H. Verdejo Pinochet1-0/+11
2012-09-16Add some missing checks on shader opsReynaldo H. Verdejo Pinochet1-2/+25
2012-09-14Fix setup chain logicReynaldo H. Verdejo Pinochet2-16/+53
2012-09-14WIP: Reorder lockingReynaldo H. Verdejo Pinochet1-6/+6
2012-09-13Fix xOverlay logicReynaldo H. Verdejo Pinochet1-32/+26
2012-09-13Actually test EGL configs before claiming supportReynaldo H. Verdejo Pinochet1-24/+57
2012-09-13Caps nego EGL fixesReynaldo H. Verdejo Pinochet1-14/+27
2012-09-12Caps nego. Start extending RGB support to a set.Reynaldo H. Verdejo Pinochet2-41/+115
2012-09-12Drop wrong format test on _setcaps (draft leftover)Reynaldo H. Verdejo Pinochet1-5/+0
2012-09-11Support RGB24 by defaultReynaldo H. Verdejo Pinochet2-9/+9
2012-09-11Instrument EGL error reportingReynaldo H. Verdejo Pinochet1-9/+25
2012-09-11Correctly return GstFlowReturn from render_and_display()Reynaldo H. Verdejo Pinochet1-11/+6
2012-09-11Move VBO setup to it's own functionReynaldo H. Verdejo Pinochet1-57/+80
2012-09-11Fix render_and_display logicReynaldo H. Verdejo Pinochet1-103/+106
2012-09-10Fix sample launch line with disabled window creationReynaldo H. Verdejo Pinochet1-1/+1
2012-09-10Rename stale android leftoverReynaldo H. Verdejo Pinochet2-3/+3
2012-09-10Move eglgles Sink to ext/ #2Reynaldo H. Verdejo Pinochet5-4/+5
2012-09-10[DO NOT MERGE] Move eglgles Sink to ext/Reynaldo H. Verdejo Pinochet9-15/+16
2012-09-10[DO NOT MERGE] Start naming de-androidificationReynaldo H. Verdejo Pinochet5-477/+477
2012-09-10Start removing Android-specific commentsReynaldo H. Verdejo Pinochet2-20/+35
2012-09-10Delay rendering path selectionReynaldo H. Verdejo Pinochet1-11/+9
2012-09-10Message reorderingReynaldo H. Verdejo Pinochet1-8/+12
2012-09-10Init default for force_rendering_slowReynaldo H. Verdejo Pinochet1-0/+1
2012-09-10Actually set and use can_create_window propReynaldo H. Verdejo Pinochet1-4/+11
2012-09-10Drop ext reporting from init_egl_surface()Reynaldo H. Verdejo Pinochet1-5/+0
2012-09-10Add property to force slow rendering pathReynaldo H. Verdejo Pinochet2-5/+23
2012-09-10Drop win availability check from init_egl_surfaceReynaldo H. Verdejo Pinochet1-7/+1
2012-09-10Unlock and destroy surface at setup failureReynaldo H. Verdejo Pinochet1-2/+8
2012-09-10Move ext reporting to gst_vidroidsink_init_egl_exts()Reynaldo H. Verdejo Pinochet1-10/+11
2012-09-10CosmeticsReynaldo H. Verdejo Pinochet1-18/+19
2012-09-07Debork EGL/GL rendering logicReynaldo H. Verdejo Pinochet3-107/+164