]> git.sesse.net Git - vlc/history - modules/video_output/egl.c
decoder: fix data race in input_DecoderFrameNext()
[vlc] / modules / video_output / egl.c
2014-11-03 Rémi Denis-Courmontopengl: remove lock/unlock callbacks
2014-10-16 Rémi Denis-Courmontegl: add Wayland extended platform support
2014-10-16 Rémi Denis-Courmontgl: add resize callback
2014-09-13 Rémi Denis-Courmontegl: reorder to avoid forward declarations
2014-08-27 Rémi Denis-Courmontegl: revector
2013-11-08 Adrien MagloEGL: add the OpenGL ES 2.0 support for android
2013-11-05 Adrien MagloEGL: destroy the created EGLSurface on Close()
2013-11-03 Rémi Denis-CourmontEGL: add support for EGL_EXT_platform_base and EGL_EXT_...
2013-11-03 Rémi Denis-CourmontEGL: add CheckClientExt() helper
2013-11-03 Rémi Denis-CourmontEGL: support non-default X11 display
2013-11-03 Rémi Denis-CourmontEGL: check window type and revector
2013-11-03 Rémi Denis-CourmontEGL: build separate plugins for each windowing system
2013-11-03 Rémi Denis-CourmontEGL: resync platforms with Khronos registry and rationa...
2013-06-04 Rémi Denis-Courmontopengl: add missing callback to release the (current...
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-23 Rémi Denis-CourmontEGL: print error when configuration is not usable ...
2012-05-05 Rémi Denis-CourmontEGL: update and unify the platforms list
2011-10-04 Jean-Baptiste KempfModules: correct LGPL header
2011-06-02 Laurent AimarFixed a potential infinite loop in CheckAPI() (egl).
2011-06-01 Rémi Denis-CourmontEGL: avoid clash with Win32 API
2011-05-25 Rémi Denis-CourmontEGL: implement GetProcAddress
2011-05-25 Laurent AimarAdded vlc_gl_t::getProcAddress() declaration.
2011-02-20 Rémi Denis-CourmontEGL: remove the dlopen() hack
2011-02-19 Rémi Denis-CourmontEGL: convert to OpenGL provider
2011-02-19 Rémi Denis-CourmontEGL: need to load libGL too...
2011-02-19 Rémi Denis-CourmontReplace vout_opengl_t with vlc_gl_t
2011-01-11 Rémi Denis-CourmontEGL: compile fix
2011-01-09 Laurent AimarRemoved useless empty vout_display_t::manage functions...
2011-01-09 Laurent AimarAllowed a vout_display_t module to do the OSD/subtitles...
2010-11-09 Rémi Denis-CourmontEGL: initialize Xlib
2010-11-08 Rémi Denis-CourmontEGL: superb hack around Mesa EGL damaged linking
2010-11-08 Rémi Denis-CourmontEGL: initial video output plugin