summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/formats.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: remove some dead codewm42017-08-111-155/+0
* vo_opengl: add a hack for Apple's broken iOS hwdec stuffwm42017-08-081-0/+7
* vo_opengl: give special Apple name a more appropriate namewm42017-08-031-1/+1
* vo_opengl: start work on rendering API abstractionwm42017-07-261-51/+51
* video: get rid of swapped packed YUVwm42017-06-301-6/+2
* vo_opengl: remove mp_imgfmt_desc and IMGFLAG_ usagewm42017-06-301-0/+4
* vo_opengl: restructure format setupwm42017-06-301-70/+38
* vo_opengl: rely on FFmpeg pixdesc a bit morewm42017-06-291-80/+27
* vo_opengl: minor cosmeticswm42017-04-141-6/+10
* vo_opengl: don't crash on unsupported formatswm42017-02-171-1/+2
* vo_opengl: hwdec_vaegl: use new format setup functionwm42017-02-171-1/+8
* vo_opengl: hwdec_osx: use new format setup functionwm42017-02-171-2/+2
* vo_opengl: move texture mapping of pixel formats to helper functionwm42017-02-171-0/+140
* vo_opengl: handle GL_LUMINANCE_ALPHA and integer textures differentlywm42017-02-171-0/+5
* vo_opengl: make ES float texture format checks stricterwm42016-05-231-3/+1
* vo_opengl: require at least ES 3.0 for float textureswm42016-05-191-1/+1
* vo_opengl: restrict ES2 FBO formatswm42016-05-131-4/+4
* vo_opengl: reorganize texture format handlingwm42016-05-121-0/+274