summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/hwdec_dxva2.c
Commit message (Collapse)AuthorAgeFilesLines
* client API: rename GL_MP_D3D_interfaceswm42015-09-241-2/+2
| | | | | | | | | | | | | This is a pseudo-OpenGL extension for letting libmpv query native windowing system handles from the API user. (It uses the OpenGL extension mechanism because I'm lazy. In theory it would be nicer to let the user pass them with mpv_opengl_cb_init_gl(), but this would require a more intrusive API change to extend its argument list.) The naming of the extension and associated function was unnecessarily Windows specific (using "D3D"), even though it would work just fine for other platforms. So deprecate the old names and introduce new ones. The old ones still work.
* vo_opengl: remove gl_ prefixes from files in video/out/openglNiklas Haas2015-09-091-0/+64
This is a bit redundant with the name of the directory itself, and not in line with existing naming conventions.