]> git.sesse.net Git - vlc/history - modules/video_output/gl.c
gl: initialize fullscreen state correctly
[vlc] / modules / video_output / gl.c
2014-09-14 Rémi Denis-Courmontgl: initialize fullscreen state correctly
2014-09-14 Rémi Denis-Courmontgl: fix changing window size
2014-09-13 Rémi Denis-Courmontgl: remove redundant pointer
2014-03-09 Rémi Denis-Courmontopengl: correct view port position
2014-03-06 Rémi Denis-Courmontgl: make/release current context as appropriate
2013-11-08 Adrien MagloEGL: add the OpenGL ES 2.0 support for android
2013-11-06 Rémi Denis-Courmontgl: remove hard-coded platform to window type mappings
2013-06-04 Rémi Denis-Courmontopengl: release current context before destroying it
2013-03-13 Martin Storsjöopengl: Make the ES1/ES2 video output work
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-28 Rémi Denis-CourmontRemove VOUT_WINDOW_TYPE_NATIVE (close #7666)
2012-10-28 Rémi Denis-CourmontOpenGL: enable SPU blending
2011-11-05 Rémi Denis-CourmontGL: mark the OpenGL (EGL) plugin experimental
2011-10-04 Jean-Baptiste KempfModules: correct LGPL header
2011-09-07 Jean-Baptiste KempfDon't show 'Open Graphic Library' to users
2011-07-20 Rémi Denis-CourmontClearly mark GLES2 as broken
2011-05-30 Laurent AimarMade vout_display_opengl_New return a list of chroma...
2011-05-29 Laurent AimarExtended vout_display_opengl_Prepare() with a subpictur...
2011-05-29 Laurent AimarExtended vout_display_opengl_GetPool() to take the...
2011-05-25 Laurent AimarMade vout_display_opengl_t private.
2011-05-13 Rémi Denis-CourmontRemove dummy plugin config item parameter
2011-02-19 Rémi Denis-CourmontGL: create one plugin per API since we link different...
2011-02-19 Rémi Denis-CourmontGL: OpenGL/ES/ES2 video output using the generic OpenGL...