]> git.sesse.net Git - vlc/history - modules/video_output/gl.c
decoder: fix data race in input_DecoderFrameNext()
[vlc] / modules / video_output / gl.c
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2014-12-12 Rémi Denis-Courmontvout: update priority rules to account for SPU blending
2014-10-26 Rémi Denis-Courmontvout: simplify vout_display_NewWindow() parameters
2014-10-16 Rémi Denis-Courmontgl: add resize callback
2014-10-16 Rémi Denis-Courmontgl: do not specify a type for the requested window
2014-10-16 Rémi Denis-Courmontvout: remove no longer used VOUT_DISPLAY_GET_OPENGL
2014-10-16 Rémi Denis-Courmontvout: remove redundant fullscreen initialization
2014-10-16 Rémi Denis-Courmontvout: remove unreachable GET_OPENGL controls
2014-10-16 Rémi Denis-Courmontvout: remove dead fullscreen code in display plugins
2014-10-16 Rémi Denis-Courmontvout: eliminate dead window state code
2014-10-16 Rémi Denis-Courmontvout: remove is_forced parameter in display size change...
2014-10-16 Rémi Denis-Courmontvout: remove unused x/y settings in window configuration
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...