log libvo/vo_gl.c @ 15793:3103ab829fc2

age author description
Sat, 18 Jun 2005 18:32:29 +0000 reimar support -wid
Mon, 13 Jun 2005 20:09:05 +0000 reimar Fix OSD handling, DVD subtitles work now. Will be a bit slower though.
Mon, 30 May 2005 08:45:21 +0000 reimar -geometry support for gl2 under win, default window pos centered for gl, gl2
Sun, 29 May 2005 17:04:51 +0000 reimar Implement -geometry for vo gl and gl2.
Mon, 18 Apr 2005 15:52:38 +0000 henry replace VO and VF numeric flags with #defined identifiers
Sun, 10 Apr 2005 13:12:55 +0000 henry revert the previous commit, gl needs to reload the font immediately
Sat, 09 Apr 2005 22:45:47 +0000 henry remove force_load_font stuff moved to sub.c
Mon, 21 Feb 2005 14:44:39 +0000 reimar Remove a lot of duplicate code
Sat, 19 Feb 2005 20:14:00 +0000 al Move generic tests to a common place.
Sat, 08 Jan 2005 17:58:56 +0000 reimar set sub_bg_alpha only to 255 when using hardware OSD.
Fri, 31 Dec 2004 14:58:49 +0000 reimar Use subopt helper to parse arguments
Wed, 29 Dec 2004 14:33:40 +0000 reimar Doxygen comments improved
Wed, 01 Dec 2004 17:05:58 +0000 reimar More similar code from gl and gl2 moved to gl_common
Sat, 20 Nov 2004 10:57:39 +0000 reimar 4 and 8 bit formats use a palette, so we cannot really support them (atm).
Thu, 11 Nov 2004 19:39:23 +0000 reimar missing return for InitGl function
Thu, 04 Nov 2004 18:31:55 +0000 reimar more fullscreen fixes and gl2 uses setGlWindow.
Mon, 01 Nov 2004 20:24:37 +0000 reimar fullscreen fixes and GUI support for vo_gl
Sun, 17 Oct 2004 19:32:47 +0000 reimar OSD variant for vo_gl.c that behaves more like the one of other vos.
Sun, 17 Oct 2004 13:28:22 +0000 reimar added gl_common for code used by both vo_gl.c and vo_gl2.c.
Sun, 10 Oct 2004 14:05:29 +0000 reimar aspect scaling and panscan support for vo_gl.c
Sun, 10 Oct 2004 12:26:58 +0000 reimar Variables for OSD support should be static
Fri, 08 Oct 2004 19:53:11 +0000 reimar OpenGL OSD rendering for vo_gl
Wed, 06 Oct 2004 19:53:16 +0000 reimar 10l compilation fix
Wed, 06 Oct 2004 16:48:19 +0000 reimar fixed UNPACK_ALIGNMENT setting.
Fri, 03 Sep 2004 12:12:17 +0000 reimar improved suboption parsing, fixes also compiler warnings
Mon, 30 Aug 2004 21:06:52 +0000 reimar Using updated colorspace specifications from colorspaces.txt.
Sat, 28 Aug 2004 20:59:49 +0000 rathann small gcc warning fixes
Sun, 25 Jul 2004 12:49:01 +0000 reimar removed saver_on, saver_off calls, they are already in x11_common.c
Sat, 17 Jul 2004 14:32:22 +0000 reimar changed misleading TEXTUREFORMAT_32BPP (was 24bpp!) to vo_gl2 style TEXTUREFORMAT_ALWAYS
Fri, 02 Jul 2004 16:16:46 +0000 reimar removed XFlush() before XSync()