aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_gl.c
Commit message (Expand)AuthorAge
* osd: remove FAST_OSD codeGravatar wm42012-08-07
* VO: remove VO direct renderingGravatar wm42012-08-02
* osd: minor simplification of vo_osd_changed()Gravatar wm42012-08-01
* vo_gl, vo_gl3: honor global --vsync optionGravatar wm42012-07-30
* osd: use libass for OSD renderingGravatar wm42012-07-28
* libvo, libao: remove useless video and audio output driversGravatar wm42012-07-28
* vo_gl: reject MS Windows native OpenGL as software rasterizerGravatar wm42012-04-24
* vo_gl: refuse to use software renderer, unless explicitly requestedGravatar wm42012-04-24
* Merge remote-tracking branch 'origin/master' into my_masterGravatar wm42012-03-16
|\
| * vo_gl: improve 10-bit YUV->RGB conversion accuracy slightlyGravatar Uoti Urpala2012-03-09
* | mpcodecs: remove mp_image_t.x/yGravatar wm42012-02-24
* | vo_gl: add "backend" suboption to allow selecting the GUI backendGravatar wm42012-02-09
* | vo_gl: minor cleanupsGravatar reimar2012-02-09
* | vo_gl: add noise filterGravatar reimar2012-02-09
* | vo_gl: use generic eosd codeGravatar wm42011-12-25
|/
* Merge remote-tracking branch 'wm4/window_title'Gravatar Uoti Urpala2011-12-07
|\
| * libvo: remove title argument from struct vo_driver.configGravatar wm42011-12-06
* | core, vo: new window refresh logic, add slow-video OSD redrawGravatar Uoti Urpala2011-12-06
* | core, vo: modify OSD redraw architecture, support EOSDGravatar Uoti Urpala2011-12-06
|/
* vo_gl: fix 10 bit with Mesa drivers (Intel/Nouveau on Linux)Gravatar wm42011-11-25
* vo_gl: implement screenshotsGravatar wm42011-11-25
* vo_gl: fix crash with backends lacking control() featuresGravatar wm42011-10-24
* vo_gl: remove support for nvidia register combiners (yuv=1)Gravatar wm42011-10-24
* vo_gl: fix crash with ati-hack after 20256a8a64c9679bc9136bbGravatar wm42011-10-24
* vo_gl: remove mesa-buffer suboptionGravatar wm42011-10-24
* vo_gl: move window creation functions from vo_gl.c into gl_common.cGravatar wm42011-10-24
* vo_gl: add new vo name "gl_sdl" to make SDL+GL mode availableGravatar wm42011-10-24
* vo_gl: remove "noaspect" suboptionGravatar wm42011-10-24
* vo_gl: convert to new API, clean up codeGravatar wm42011-10-24
* video, options: implement better YUV->RGB conversion controlGravatar wm42011-10-16
* vo_gl: fix image corruption with PBOs when playing 10 bit videoGravatar wm42011-10-06
* vo_gl: fix YUY2/YVYU colorspace mixupGravatar reimar2011-07-06
* vo_gl: Support 9- and 10-bit YUV input for OpenGL VOsGravatar reimar2011-07-06
* vo_gl: don't accept 9/10-bit formats as inputGravatar reimar2011-06-29
* vo_gl: fix "gamma" equalizer settingGravatar reimar2011-04-12
* vo_gl: mark llvmpipe as a software rendererGravatar reimar2011-01-29
* sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* vo_gl: create stereo-capable window when using Quadbuffer 3DGravatar reimar2010-11-14
* vo_gl.c: Use early return instead of large if blockGravatar reimar2010-11-02
* vo_gl: Make OSD rendering code more readableGravatar reimar2010-11-02
* vo_gl: Make it possible to select GL_NEAREST scalingGravatar reimar2010-11-02
* vo_gl: add helper macros to build the yuv conversion type numberGravatar reimar2010-11-02
* vo_gl: Cosmetics: create luma texture firstGravatar reimar2010-11-02
* vo_gl: remove unused labelGravatar Uoti Urpala2010-11-02
* vo_gl: remove "broken" comment from quadbuffer stereoGravatar cehoyos2010-11-02
* vo_gl: Some small whitespace and {} cosmeticsGravatar reimar2010-11-02
* vo_gl: Try to get a quadbuffered visual for corresponding 3D modeGravatar reimar2010-11-02
* vo_gl: cleanupGravatar reimar2010-11-02
* vo_gl: Add initial stereo supportGravatar reimar2010-11-02