]> git.sesse.net Git - vlc/history - modules/video_output/xcb/glx.c
fingerprinter: don't hardcode acoustid module selection
[vlc] / modules / video_output / xcb / glx.c
2013-06-13 Rémi Denis-CourmontXCB: split picture (X11/XV) and events (all) header
2013-06-08 Rémi Denis-Courmontglx: do not pretend that the video window was resized...
2013-06-08 Rémi Denis-Courmontxcb: remove unused parameter
2013-06-08 Rémi Denis-CourmontGLX: create window with same depth and visual as root
2013-06-08 Rémi Denis-Courmontxcb: clean up non-static function names
2013-01-22 Rémi Denis-CourmontXCB/GLX: reuse windowing code from other XCB plugins
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-28 Rémi Denis-CourmontXCB/GLX: simplification
2012-10-25 Rémi Denis-CourmontGLX: drop support for GLX version 1.2
2012-08-09 Rémi Denis-CourmontSpelling fix
2012-03-17 Rémi Denis-CourmontGLX: glXSwapIntervalEXT() returns void so ignore return...
2012-02-06 Rémi Denis-CourmontGLX: use separate XCB and Xlib connections (close ...
2012-02-06 Rémi Denis-CourmontGLX: cache XCB connection pointer (no functional changes)
2011-11-05 Rémi Denis-CourmontXCB/GLX: add OpenGL in the plugin name
2011-06-12 Laurent AimarRevert "OpenGL: fix compilation / missing glXGetProcAdd...
2011-06-12 Francois CartegnieOpenGL: fix compilation / missing glXGetProcAddressARB
2011-06-02 Laurent AimarUsed opengl.h HasExtension() when applicable.
2011-06-02 Laurent AimarUsed glXGetProcAddressARB() when possible otherwise...
2011-06-02 Laurent AimarSet swap interval to 1 in glx when possible.
2011-05-30 Laurent AimarMade vout_display_opengl_New return a list of chroma...
2011-05-29 Rémi Denis-CourmontXCB: flush when changing the cursor
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-25 Laurent AimarImplemented vlc_gl_t::getProcAddress() for glx.
2011-05-25 Laurent AimarAdded vlc_gl_t::getProcAddress() declaration.
2011-02-19 Rémi Denis-CourmontReplace vout_opengl_t with vlc_gl_t
2011-02-17 Rémi Denis-CourmontRationalize video output priorities
2011-01-09 Laurent AimarAllowed a vout_display_t module to do the OSD/subtitles...
2010-10-17 Rémi Denis-CourmontRevert "XCB: reset the X11 screen saver when displaying...
2010-08-23 Rémi Denis-CourmontXCB: reset the X11 screen saver when displaying a picture
2010-07-11 Rémi Denis-CourmontCosmetic
2010-07-08 Rémi Denis-CourmontForce the X11 video outputs when libvlc_*_set_xwindow...
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-03 Rémi Denis-CourmontProtect XInitThreads() with a global lock
2010-06-02 Rémi Denis-Courmont--no-xlib: prevent use of XInitThreads() and hence...
2010-05-30 Laurent AimarSet vout_display_info_t::has_event_thread for msw and...
2010-05-20 Laurent AimarFixed initial fullscreen support in XCB vout display...
2010-05-01 Rémi Denis-CourmontXCB/GLX: higher priority than Frame Buffer
2010-05-01 Rémi Denis-CourmontGLX: destroy context before window
2010-03-06 Rémi Denis-CourmontXCB: set window provider requested position from video...
2010-03-03 Rémi Denis-CourmontGLX: uses Xlib, needs XInitThreads()
2010-02-08 Gildas BazinRestore cursor when closing vout since the window doesn...
2010-01-30 Rémi Denis-CourmontName another anonynous union
2010-01-30 Rémi Denis-CourmontRevert "vout_window_t: simplify via anynomous union"
2009-12-26 Rémi Denis-CourmontPass full window state to window providers
2009-12-26 Rémi Denis-Courmontvout: expand stacking mode from boolean to unsigned
2009-12-26 Rémi Denis-CourmontVOUT_WINDOW_SET_ON_TOP -> VOUT_WINDOW_SET_STATE
2009-12-13 Laurent AimarUpdated vout display modules after ::get -> ::pool...
2009-12-13 Laurent AimarImplemented VOUT_DISPLAY_GET_OPENGL in XCB/glx.
2009-12-12 Rémi Denis-CourmontGLX 1.3: pick a frame buffer configuration with matchin...
2009-12-12 Rémi Denis-CourmontGLX: inverted if
2009-12-12 Rémi Denis-CourmontGLX: udpate view port after the X server resized the...
2009-12-12 Rémi Denis-CourmontXCB/GLX: resize
2009-12-12 Rémi Denis-CourmontXCB: GLX 1.3
2009-12-12 Rémi Denis-CourmontXCB/GLX: check that GLX >= 1.2 is available on the...
2009-12-12 Rémi Denis-CourmontXCB/GLX: initial GLX 1.2 support