aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/gl_video.c
Commit message (Expand)AuthorAge
* add a way to resize window contents without VO resizeGravatar wm42013-05-12
* vo_opengl: XYZ input supportGravatar wm42013-05-04
* gl_video: use GL_SRGB only if it's really RGBGravatar wm42013-05-04
* gl_video: remove double const qualifierGravatar Stefano Pigozzi2013-03-30
* gl_video: add some missing includesGravatar wm42013-03-30
* gl_video: actually fix shader compilation on OSXGravatar wm42013-03-28
* gl_video: fix OSX by not using undefined name in GLSL "#if"Gravatar wm42013-03-28
* gl_video: use choice option type for dither-depth suboptionGravatar wm42013-03-28
* gl_video: add some alpha FBO formatsGravatar wm42013-03-28
* vo_opengl: add alpha outputGravatar wm42013-03-28
* gl_video: always upload all planesGravatar wm42013-03-28
* gl_video: support NV21 tooGravatar wm42013-03-28
* gl_video: add support for NV12Gravatar wm42013-03-28
* gl_video: make it possible for planes to have different formatsGravatar wm42013-03-28
* gl_video: move video image fields into a structGravatar wm42013-03-28
* vo_opengl: split into multiple files, convert to new option APIGravatar wm42013-03-28