summaryrefslogtreecommitdiffstats
path: root/libvo/vo_opengl.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: fix compatibility with OpenGL 2.1wm42012-11-121-0/+8
* vo_opengl: fix srgb for subtitlesnand2012-11-111-1/+4
* vo_opengl: disable extended downscaling by defaultwm42012-11-111-1/+0
* vo_opengl: add manual sRGB companding to not artifact when ditheringnand2012-11-111-14/+2
* VO: remove code duplication for setting up mp_osd_reswm42012-11-011-41/+29
* vo_opengl, vo_opengl_old: remove -wid/viewport special casewm42012-11-011-6/+0
* screenshot: remove hack for passing anamorphic image sizewm42012-11-011-5/+4
* screenshot: let VOs pass colorspace information via mp_imagewm42012-11-011-0/+2
* Merge branch 'master' into osd_changeswm42012-10-241-1/+11
|\
| * vo_opengl: fix help output typowm42012-10-231-1/+1
| * cocoa_common: use IOKit to perform power managementStefano Pigozzi2012-10-161-0/+10
* | vo_corevideo: add screenshot capabilityStefano Pigozzi2012-10-241-18/+1
* | VO, sub: refactorwm42012-10-241-26/+26
* | Remove things related to old OSDwm42012-10-241-1/+0
* | Merge branch 'master' into osd_changeswm42012-10-161-235/+84
|/
* manpage: improvements to vo_opengl documentationwm42012-10-151-7/+7
* vo_opengl: fix filter reinitializationwm42012-10-141-4/+4
* Rename to "mpv"wm42012-10-121-3/+3
* vo_opengl: don't try to map an empty bufferwm42012-10-031-1/+1
* vo_opengl: change default FBO formatwm42012-10-031-1/+1
* vo_opengl: use PBOs by default with opengl-hqwm42012-10-031-1/+1
* vo_opengl: use low quality default settings, add opengl-hq aliaswm42012-10-031-6/+26
* VO: add mechanism to replace old VO names, use it with "gl" and "gl3"wm42012-10-031-19/+0
* vo_opengl: always check GL errors in first 5 frameswm42012-10-031-1/+5
* VO: actually rename VOs gl -> opengl-old, gl3 -> openglwm42012-10-031-5/+24
* VO: rename file: vo_gl3_shaders.glsl -> vo_opengl_shaders.glslwm42012-10-031-2/+2
* VO: rename file: vo_gl3.c -> vo_opengl.cwm42012-10-031-0/+2573