summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/common.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: add dxinterop backendJames Ross-Gowan2015-12-111-0/+20
* vo_opengl: enable NNEDI3 prescaler on OpenGL ES 3.0Bin Jin2015-12-021-0/+1
* vo_opengl: use ANGLE by default if available (except for "hq" preset)wm42015-11-211-5/+5
* vo_opengl: support 3D textures on ANGLEwm42015-11-191-2/+10
* vo_opengl: better check for float texture supportwm42015-11-191-7/+8
* vo_opengl: check shader string before sscanfing itKevin Mitchell2015-11-191-1/+1
* vo_opengl: fix ANGLE GLES3 modeJames Ross-Gowan2015-11-191-1/+8
* vo_opengl: add initial ANGLE supportJames Ross-Gowan2015-11-181-0/+4
* vo_opengl: attempt to improve GLX vs. EGL backend detectionwm42015-11-161-3/+7
* vo_opengl: fix backend autoprobingwm42015-11-161-0/+9
* vo_opengl: use glBlitFramebuffer to draw repeated frameswm42015-11-151-0/+1
* vo_opengl: limit GLSL to version 3.3wm42015-11-101-0/+2
* vo_opengl: fix extension namewm42015-11-091-1/+1
* vo_opengl: simplify GLSL version detectionwm42015-11-091-10/+4
* vo_opengl: add DRM EGL backendrr-2015-11-081-0/+4
* vo_opengl: simplify function loader slightlywm42015-11-061-6/+0
* vo_opengl: glBindBufferBase is not part of GL 2.1/GLES 2.0wm42015-11-061-1/+1
* vo_opengl: implement NNEDI3 prescalerBin Jin2015-11-051-2/+13
* vo_opengl: add vsync-fences optionwm42015-10-301-0/+10
* video/out: remove an unused parameterwm42015-10-031-3/+2
* vo_opengl: drop old backend APIwm42015-10-021-70/+25
* vo_opengl: rpi: switch to new internal APIwm42015-10-021-1/+2
* vo_opengl: w32: switch to new internal APIwm42015-10-021-1/+2
* vo_opengl: wayland: switch to new internal APIwm42015-10-011-1/+2
* vo_opengl: cocoa: switch to new internal APIwm42015-10-011-1/+2
* vo_opengl: make sw suboption work without explicit backend selectionwm42015-10-011-1/+1
* vo_opengl: refactor EGL context information callbackwm42015-09-271-0/+26
* vo_opengl: vaapi: redo how EGL extensions are loadedwm42015-09-271-17/+0
* vo_opengl: probe for EGL by defaultwm42015-09-261-3/+3
* vo_opengl: load certain EGL extensions needed for VAAPI EGL interopwm42015-09-251-0/+17
* client API: rename GL_MP_D3D_interfaceswm42015-09-241-1/+9
* vo_opengl: remove gl_ prefixes from files in video/out/openglNiklas Haas2015-09-091-0/+661