aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/opengl/formats.c
Commit message (Expand)AuthorAge
* vo_opengl: remove some dead codeGravatar wm42017-08-11
* vo_opengl: add a hack for Apple's broken iOS hwdec stuffGravatar wm42017-08-08
* vo_opengl: give special Apple name a more appropriate nameGravatar wm42017-08-03
* vo_opengl: start work on rendering API abstractionGravatar wm42017-07-26
* video: get rid of swapped packed YUVGravatar wm42017-06-30
* vo_opengl: remove mp_imgfmt_desc and IMGFLAG_ usageGravatar wm42017-06-30
* vo_opengl: restructure format setupGravatar wm42017-06-30
* vo_opengl: rely on FFmpeg pixdesc a bit moreGravatar wm42017-06-29
* vo_opengl: minor cosmeticsGravatar wm42017-04-14
* vo_opengl: don't crash on unsupported formatsGravatar wm42017-02-17
* vo_opengl: hwdec_vaegl: use new format setup functionGravatar wm42017-02-17
* vo_opengl: hwdec_osx: use new format setup functionGravatar wm42017-02-17
* vo_opengl: move texture mapping of pixel formats to helper functionGravatar wm42017-02-17
* vo_opengl: handle GL_LUMINANCE_ALPHA and integer textures differentlyGravatar wm42017-02-17
* vo_opengl: make ES float texture format checks stricterGravatar wm42016-05-23
* vo_opengl: require at least ES 3.0 for float texturesGravatar wm42016-05-19
* vo_opengl: restrict ES2 FBO formatsGravatar wm42016-05-13
* vo_opengl: reorganize texture format handlingGravatar wm42016-05-12