summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/hwdec_d3d11egl.c
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu: hwdec_d3d11egl: add missing P010 format to supported listwm42019-10-171-1/+1
* vo_gpu: hwdec_d3d11egl: adapt to newer ANGLE APIwm42019-10-161-24/+33
* video: rewrite filtering glue codewm42018-01-301-1/+4
* video: remove some more hwdec legacy stuffwm42017-12-021-4/+1
* video: move d3d.c out of decode sub directorywm42017-12-011-1/+1
* vo_gpu: hwdec: remove redundant fieldswm42017-12-011-1/+0
* video: drop old D3D11/DXVA2 supportwm42017-09-261-1/+0
* vo_gpu: convert windows/osx hwdecs/contexts to new APIJames Ross-Gowan2017-09-211-1/+1
* vo_opengl: separate hwdec context and mapping, port it to use rawm42017-08-101-89/+96
* d3d: add support for new libavcodec hwaccel APIwm42017-06-081-0/+1
* d3d11: change mp_image plane pointer semanticswm42017-05-041-2/+2
* vo_opengl: hwdec_d3d11egl: make it work with some ANGLE DLL versionswm42017-02-271-1/+7
* vo_opengl: hwdec_d3d11egl: fix ANGLE fallback definewm42016-11-231-1/+1
* win32: build with -DINITGUIDJames Ross-Gowan2016-09-281-1/+0
* vo_opengl: hwdec: reset hw_subfmt fieldwm42016-07-151-0/+1
* d3d: implement screenshots for --hwdec=d3d11vawm42016-06-281-0/+1
* d3d: merge angle_common.h into d3d.hwm42016-06-281-1/+1
* vo_opengl: hwdec_d3d11egl: remove ES2 swizzle special-casewm42016-06-131-2/+2
* vo_opengl: fix d3d11 hardware decoding probing on Windows 7wm42016-06-091-0/+6
* vo_opengl: hwdec_d3d11egl: remove broken code on error pathwm42016-06-081-1/+0
* video: remove d3d11 video processor use from OpenGL interopwm42016-05-291-407/+64
* hwdec_d3d11egl: call ID3D11DeviceContext::Flushwm42016-05-241-5/+13
* vo_opengl: d3d11egl: enable "required" GLSL extensionswm42016-05-191-0/+5
* vo_opengl: d3d11egl: enable direct nv12 sampling on ES 3.xwm42016-05-191-3/+3
* vo_opengl: d3d11egl: support full range YUVwm42016-05-111-3/+3
* vo_opengl: d3d11egl: don't require EGL_EXT_device_querywm42016-05-111-23/+46
* vo_opengl: angle: dynamically load ANGLEwm42016-05-111-0/+5
* vo_opengl: d3d11egl: native NV12 sampling supportwm42016-05-101-19/+220
* vo_opengl: refactor how hwdec interop exports textureswm42016-05-101-8/+14
* video: refactor how VO exports hwdec device handleswm42016-05-091-9/+9
* vo_opengl: EGL: fix hwdec probingwm42016-05-051-0/+3
* win32: replace libuuid.a usage with initguid.hJames Ross-Gowan2016-05-011-0/+1
* vo_opengl: d3d11egl: minor simplificationwm42016-04-271-5/+1
* vo_opengl: d3d11egl: print warning on unsupported colorspaceswm42016-04-271-0/+11
* d3d11va: store texture/subindex in IMGFMT_D3D11VA plane pointerswm42016-04-271-3/+4
* vo_opengl: D3D11VA + ANGLE interopwm42016-04-271-0/+413