log libvo/vo_gl.c @ 28059:8f43ff543dc6

age author description
Fri, 05 Dec 2008 15:36:54 +0000 reimar Add support for YCBCR MESA texture format to vo_gl.
Wed, 03 Dec 2008 09:27:19 +0000 reimar Some whitespace and () cosmetics
Tue, 25 Nov 2008 18:24:23 +0000 reimar 100l, OSD alpha textures were cleared to the wrong value.
Mon, 24 Nov 2008 11:04:50 +0000 reimar More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer offsets.
Wed, 19 Nov 2008 20:19:25 +0000 reimar Factor common code like -wid handling, vo_gc creation etc. out into
Fri, 14 Nov 2008 10:31:15 +0000 reimar Fix ati-hack to work again with ATI 8.9 and later drivers.
Sat, 20 Sep 2008 17:48:01 +0000 reimar Change glCreateClearTex to use the same host data format as later uploads.
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
Wed, 30 Jul 2008 13:44:59 +0000 diego Rename two GUI-related preprocessor directives:
Tue, 22 Jul 2008 18:46:07 +0000 reimar Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.
Sun, 06 Jul 2008 07:59:19 +0000 reimar One more hack for PBOs on ATI cards.
Sun, 06 Jul 2008 07:53:36 +0000 reimar Move at-hack code a bit up for further changes
Fri, 04 Jul 2008 21:19:27 +0000 reimar 100l: finally understood ATI PBO problem: width must be a power of two.
Fri, 04 Jul 2008 21:16:14 +0000 reimar More stride alignment is needed to work reliably on ATI cards :-(
Sun, 22 Jun 2008 07:25:48 +0000 reimar 100l, bpp is bits per pixel, not bytes
Sun, 25 May 2008 11:26:09 +0000 reimar Render everything as early as possible, doing as little as possible in
Sun, 25 May 2008 11:11:32 +0000 reimar Reorder flip_page to make moving around do_render call easier
Sun, 25 May 2008 11:06:51 +0000 reimar Split flip_page function
Sat, 24 May 2008 11:19:38 +0000 reimar Add a filter strength parameter for blurring/sharpening scalers.
Sat, 24 May 2008 11:03:00 +0000 reimar Use a struct instead of a huge and further growing argument list.
Thu, 22 May 2008 20:21:19 +0000 reimar Saner handling of VOCTRL_PAUSE/VOCTRL_RESUME
Thu, 22 May 2008 20:09:44 +0000 reimar Simplify equalizer handling for vo gl
Fri, 16 May 2008 08:33:27 +0000 diego cosmetics: Remove useless parentheses from from return statements.
Sat, 10 May 2008 12:21:37 +0000 reimar Add force-pbo suboption for faster OpenGL output.
Sat, 10 May 2008 11:48:17 +0000 reimar Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfers
Sat, 03 May 2008 14:40:42 +0000 reimar vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_IPB.
Sat, 03 May 2008 14:11:19 +0000 reimar Fix 100l: mpi->height must be used to calculate required memory, not mpi->h.
Mon, 11 Feb 2008 19:01:34 +0000 reimar Slightly document alpha for OSD color
Mon, 11 Feb 2008 19:00:01 +0000 reimar Support alpha for vo gl osdcolor
Fri, 01 Feb 2008 12:22:12 +0000 reimar Redraw display on toggling border