From 9f27ebbe6392fa5fd14b685d9f0a20c59b3a4535 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 23 Dec 2012 12:46:20 +0100 Subject: vo_direct3d: remove 2ch hack for 10 bit playback This was an awkward hack that attempted to avoid the use of 16 bit textures, while still allowing rendering 10-16 bit YUV formats. The idea was that even if the hardware doesn't support 16 bit textures, an A8L8 textures could be used to convert 10 bit (etc.) to 8 bit in the shader, instead of doing this on the CPU. This was an experiment, disabled by default, and was (probably) rarely used. I've never heard of this being used successfully. Remove it. --- DOCS/man/en/vo.rst | 9 --------- 1 file changed, 9 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst index 0af4d6bd03..824342b279 100644 --- a/DOCS/man/en/vo.rst +++ b/DOCS/man/en/vo.rst @@ -212,15 +212,6 @@ direct3d_shaders (Windows only) exact-backbuffer Always resize the backbuffer to window size. - no16bit-textures - Don't use textures with a 16 bit color channel for YUV formats that - use more than 8 bits per component. Instead, use D3DFMT_A8L8 textures - and compute the values sampled from the 2 channels back into one. - Might be slower, since the shader becomes slightly more complicated. - Might work better, if your drivers either don't support D3DFMT_L16, - or if either the texture unit or the shaders don't operate in at least - 16 bit precision. - direct3d (Windows only) Same as ``direct3d_shaders``, but with the options ``disable-textures`` and ``disable-shaders`` forced. -- cgit v1.2.3