aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_opengl.c
Commit message (Expand)AuthorAge
* vo_opengl: don't crash win32 backend with NULL eventsGravatar wm42015-01-08
* vo_opengl: gl_lcms: implement change detection for memory profilesGravatar wm42015-01-08
* vo_opengl: add support for in memory icc profilesGravatar Stefano Pigozzi2015-01-07
* vo_opengl_cb: implement equalizer controlsGravatar wm42015-01-06
* vo_opengl: make use of newer OpenGL logging APIGravatar wm42014-12-23
* vo_opengl, vo_opengl_cb: check GL version in rendererGravatar wm42014-12-22
* vo_opengl: better probe handlingGravatar wm42014-12-19
* vo_opengl: remove icc profile options from runtime-settable optionsGravatar wm42014-12-16
* vo_opengl: remove requirement for RG texturesGravatar wm42014-12-16
* vo_opengl: remove quadbuffer/anaglyph stereo 3D renderingGravatar wm42014-12-15
* client API: expose OpenGL rendererGravatar wm42014-12-09
* vo_opengl: make uninit idempotentGravatar wm42014-12-03
* vo_opengl: move hwdec parts into their own filesGravatar wm42014-12-03
* vdpau/GLX: don't access VO backendGravatar wm42014-12-03
* vda: make independent from cocoa backendGravatar wm42014-12-03
* vo_opengl: minor changesGravatar wm42014-12-02
* gl_common: factor context creationGravatar wm42014-11-26
* vo_opengl: initialize renderer after setting sizeGravatar wm42014-11-07
* command: make window-scale property observableGravatar wm42014-11-02
* cocoa: reintroduce async resizeGravatar Stefano Pigozzi2014-10-18
* cocoa: move to a simpler threading modelGravatar Stefano Pigozzi2014-10-04
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* vo_opengl: add check-pattern suboption for testingGravatar wm42014-08-18
* vo_opengl: optional support for using GLX_SGI_video_syncGravatar wm42014-08-15
* vo_opengl: if glfinish is used, also call it after swapppingGravatar wm42014-08-15
* video: move display and timing to a separate threadGravatar wm42014-08-12
* video: don't keep multiple pointers to hwdec info structGravatar wm42014-08-11
* vo_opengl: simplify redraw callback OSD handlingGravatar wm42014-06-16
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* video/out: remove unused config() parametersGravatar wm42014-05-07
* vo_opengl: support rotationGravatar wm42014-04-21
* vo_opengl, cocoa: allow to autoselect a color profileGravatar Stefano Pigozzi2014-03-31
* video/out: remove legacy colorspace stuffGravatar wm42014-03-29
* vo_opengl: runtime icc profile switchingGravatar wm42014-03-24
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* video/out: pass along global contextGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* video: remove --flipGravatar wm42013-12-05
* vo_opengl: add support for rectangle texturesGravatar wm42013-12-01
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* video: move struct mp_hwdec_info into its own header fileGravatar wm42013-11-23
* vo_opengl: fix compilationGravatar wm42013-11-22
* vo_opengl: initialize all fields for VFCTRL_GET_HWDEC_INFOGravatar wm42013-11-22
* vo_opengl: add infrastructure for hardware decoding OpenGL interopGravatar wm42013-11-04
* m_config: refactor option defaults handlingGravatar wm42013-10-24
* video/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* vo_opengl: don't enable PBOs with opengl-hqGravatar wm42013-10-23
* vo_opengl: blend alpha components by defaultGravatar wm42013-09-19
* gl_lcms: mp_msg conversionGravatar wm42013-09-12