From 7873301be8a0ed3b6a70c5a32a36e4fa52284ffb Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 2 Jan 2015 00:56:54 +0100 Subject: 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. --- DOCS/man/vo.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index c6158b6a10..cee765f1c8 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -687,11 +687,7 @@ Available video output drivers are: control. Gamma can also be set independently for red, green and blue. 5 - Use ATI-specific method (for older cards). This uses an - ATI-specific extension (``GL_ATI_fragment_shader`` - not - ``GL_ARB_fragment_shader``!). At least three texture units are - needed. Provides saturation and hue control. This method is fast - but inexact. + Removed. Used ATI-specific method (for older cards). 6 Use a 3D texture to do conversion via lookup. Needs the ``GL_ARB_fragment_program extension`` and at least four texture -- cgit v1.2.3