log libvo/vo_gl.c @ 31538:09e7a988ab93

age author description
Thu, 01 Jul 2010 19:43:38 +0000 reimar Fix -geometry with -wid behaviour (y position was flipped).
Tue, 15 Jun 2010 19:32:22 +0000 reimar More sensible behaviour for -geometry with -wid and -vo gl.
Sun, 13 Jun 2010 12:04:13 +0000 reimar For vos that support the new libvo API (provide UPDATE_SCREENINFO),
Sun, 13 Jun 2010 10:42:32 +0000 reimar Dual-license gl_common and vo_gl under the LGPL v2.1 or later as
Sun, 06 Jun 2010 18:59:19 +0000 reimar Remove nonsense commented-out function header.
Sun, 30 May 2010 13:51:24 +0000 reimar Treat a NULL renderer string as indication for software renderer.
Mon, 24 May 2010 17:36:23 +0000 reimar Fix OpenGL autodetection to not leave values at -1.
Sun, 09 May 2010 21:36:10 +0000 reimar Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.
Sun, 09 May 2010 21:29:21 +0000 reimar Minor code cleanup.
Sun, 09 May 2010 21:25:38 +0000 reimar yuv=5 supports brightness and contrast adjustment.
Sat, 01 May 2010 22:49:05 +0000 reimar Also print OpenGL renderer string with vendor and version with -v
Fri, 30 Apr 2010 17:12:52 +0000 reimar 100l, open the customtex also in binary mode, not just the program.
Sun, 25 Apr 2010 10:53:01 +0000 reimar Support for auto-selecting the OpenGL backend.
Sun, 25 Apr 2010 10:44:53 +0000 reimar Add reinitialization support. Necessary for fullscreen on OSX.
Sun, 25 Apr 2010 09:25:23 +0000 reimar Remove unnecessary check.
Sun, 25 Apr 2010 08:40:28 +0000 reimar Set SDL window title.
Sun, 25 Apr 2010 08:35:35 +0000 reimar Window resizing support for -vo gl with SDL backend.
Sat, 24 Apr 2010 16:58:24 +0000 reimar Disable OSD support by default if the necessary OpenGL functionality is missing.
Sat, 24 Apr 2010 16:52:06 +0000 reimar SDL support with related crash-resilience fixes.
Tue, 13 Apr 2010 05:54:44 +0000 reimar Open cutomtex file in binary mode to avoid potential issues on
Sun, 04 Apr 2010 16:56:30 +0000 reimar Factor out the YUV->RGB conversion auto-selection and also
Sat, 03 Apr 2010 07:08:07 +0000 reimar Add mpgl prefix to all OpenGL-related function pointers.
Sat, 27 Feb 2010 18:20:22 +0000 reimar Update -vo gl info structs, it isn't X11-only since ages and there's basically
Sat, 27 Feb 2010 18:17:33 +0000 reimar 100l, remove forgotten debugging code.
Sat, 27 Feb 2010 18:16:41 +0000 reimar Only prefer -vo gl over -vo x11 if hardware acceleration is available.
Fri, 05 Feb 2010 07:12:05 +0000 reimar Print messages only after we are sure preinit will not fail anymore.
Thu, 04 Feb 2010 22:08:23 +0000 reimar Create the OpenGL probe window as a hidden Window on X11.
Tue, 02 Feb 2010 20:37:48 +0000 reimar Add support for autodetection during preinit and use that to detect a default
Tue, 02 Feb 2010 20:20:48 +0000 reimar Avoid using options before autodetectGlExtensions to allow it to change them properly.
Tue, 02 Feb 2010 20:16:57 +0000 reimar Remove vo_config_count check from uninit, it should always be safe to run.