From 6c79888f7d2b820043c342030e1a7c7112a00ed8 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 4 Jan 2013 17:43:37 +0100 Subject: vo_sdl: add a "sw" flag like in opengl Also, rework the renderer creation for the flag being generally effective even if the "SW renderer" is detected only after creating a context. --- DOCS/man/en/vo.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst index 941a7a7283..0af4d6bd03 100644 --- a/DOCS/man/en/vo.rst +++ b/DOCS/man/en/vo.rst @@ -665,6 +665,9 @@ sdl hardware acceleration. Should work everywhere where SDL 2.0 builds. For tuning, refer to your copy of the file SDL_hints.h. + sw + Continue even if a software renderer is detected. + null Produces no video output. Useful for benchmarking. -- cgit v1.2.3