summaryrefslogtreecommitdiffstats
path: root/video/out/gl_common.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-02 00:56:54 +0100
committerwm4 <wm4@nowhere>2015-01-02 00:59:27 +0100
commit7873301be8a0ed3b6a70c5a32a36e4fa52284ffb (patch)
tree33003e434facf17bbfb1595ee118357cbb877024 /video/out/gl_common.c
parent4ed0907f2d596ba66652ca6d739cc12dae7dc2a0 (diff)
downloadmpv-7873301be8a0ed3b6a70c5a32a36e4fa52284ffb.tar.bz2
mpv-7873301be8a0ed3b6a70c5a32a36e4fa52284ffb.tar.xz
vo_opengl_old: remove ancient ATI-specific YUV conversions
While there's no actual need to get rid of these, I want to make sure nobody actually needs this stuff, and removing it is the best way to get to know this. We still can revert this commit if it turns out there is a significant need for this stuff. The final goal is removing vo_opengl_old entirely. Add a warning, which basically announces this intention.
Diffstat (limited to 'video/out/gl_common.c')
-rw-r--r--video/out/gl_common.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/video/out/gl_common.c b/video/out/gl_common.c
index 23de622dd1..dcfaf32398 100644
--- a/video/out/gl_common.c
+++ b/video/out/gl_common.c
@@ -435,21 +435,6 @@ static const struct gl_functions gl_functions[] = {
{0}
},
},
- // Ancient ATI extensions.
- {
- .extension = "ATI_fragment_shader",
- .ver_removed = 300,
- .ver_es_removed = 100,
- .functions = (const struct gl_function[]) {
- DEF_FN_NAMES(BeginFragmentShader, "glBeginFragmentShaderATI"),
- DEF_FN_NAMES(EndFragmentShader, "glEndFragmentShaderATI"),
- DEF_FN_NAMES(SampleMap, "glSampleMapATI"),
- DEF_FN_NAMES(ColorFragmentOp2, "glColorFragmentOp2ATI"),
- DEF_FN_NAMES(ColorFragmentOp3, "glColorFragmentOp3ATI"),
- DEF_FN_NAMES(SetFragmentShaderConstant, "glSetFragmentShaderConstantATI"),
- {0}
- },
- },
// For gl_hwdec_vdpau.c
// http://www.opengl.org/registry/specs/NV/vdpau_interop.txt
{