From 5d60ac11b58308fd7d1d828fa9cfd9acd3ea0a96 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 29 Sep 2012 18:40:54 +0200 Subject: vo_opengl: use PBOs by default with opengl-hq It's not really known whether PBO use causes problems of any kind (most likely not). They should slightly increase performance. Use them by default with "opengl-hq". Even though PBOs don't have anything to do with rendering quality, "opengl-hq" provides a test bed for features that should be enabled by default, but aren't out of fear for regressions. --- DOCS/man/en/vo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man') diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst index 32c6077cb3..fcaa6b0210 100644 --- a/DOCS/man/en/vo.rst +++ b/DOCS/man/en/vo.rst @@ -446,7 +446,7 @@ opengl-hq This is equivalent to: - | --vo=opengl:lscale=lanczos2:fancy-downscaling:dither-depth=0 + | --vo=opengl:lscale=lanczos2:fancy-downscaling:dither-depth=0:pbo Note that some cheaper LCDs do dithering that gravely interferes with vo_opengl's dithering. Disabling dithering with ``dither-depth=-1`` helps. -- cgit v1.2.3