log libvo/gl_common.c @ 25885:fa24feceb3f9

age author description
Tue, 29 Jan 2008 18:00:20 +0000 reimar Allow for larger fragment programs.
Sat, 19 Jan 2008 14:20:56 +0000 reimar Fix a coefficient for lscale=5 OpenGL mode
Sat, 19 Jan 2008 11:09:33 +0000 reimar Simplify and silence lots of warnings
Sat, 19 Jan 2008 10:10:05 +0000 reimar Fix using both lscale and cscale 4
Fri, 18 Jan 2008 19:05:29 +0000 reimar Add a fragment program for 5x5 unsharp masking
Fri, 18 Jan 2008 18:38:02 +0000 reimar Remove leftover backslash
Fri, 18 Jan 2008 18:37:18 +0000 reimar Simplify
Fri, 18 Jan 2008 18:34:10 +0000 reimar Use the same unsharp filter template for 2D and RECT textures
Wed, 16 Jan 2008 20:36:01 +0000 reimar Fix OpenGL unsharp filter
Tue, 15 Jan 2008 18:14:00 +0000 reimar Create/allocate conversion textures before scaler textures.
Tue, 15 Jan 2008 17:59:20 +0000 reimar Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.
Tue, 15 Jan 2008 17:51:21 +0000 reimar Add a forgotten case to create_scaler_textures, avoids an incorrect warning.
Thu, 18 Oct 2007 12:39:59 +0000 reimar Fix typo in comment
Tue, 04 Sep 2007 10:46:31 +0000 reimar Add a bicubic scaler that needs a lot more instruction but no
Mon, 03 Sep 2007 13:18:26 +0000 reimar Fix compilation after patch to remove global vo_hdc
Mon, 03 Sep 2007 08:44:36 +0000 reimar Remove global vo_hdc, since it is recommended to release a DC as soon as possible.
Sun, 11 Mar 2007 14:59:08 +0000 reimar Add a new GPU-based scaling method to vo gl
Sun, 25 Feb 2007 16:07:51 +0000 reimar The fragment program functions are and most likely always will be ARB-only,
Sun, 17 Dec 2006 12:33:09 +0000 reimar Fix compilation under MinGW with X11 enabled
Sat, 25 Nov 2006 13:34:55 +0000 reimar Avoid void * arithmetic
Fri, 17 Nov 2006 10:03:33 +0000 reimar Put files fully owned by my under GPL v2 "or later"
Fri, 28 Jul 2006 19:37:49 +0000 reimar Some more documentation
Thu, 27 Jul 2006 17:35:06 +0000 reynaldo marks some read-only char* inside structs as const, patch by Stefan Huehner, stefan At huehner-org
Sun, 23 Jul 2006 15:19:59 +0000 reimar Simplify and and speedup generation of yuv2rgb and gamma map tables
Mon, 10 Jul 2006 12:06:41 +0000 reimar Fix off-by-one error for negative strides (flipped image)
Sat, 08 Jul 2006 19:23:26 +0000 reimar Support for 16 bit ppms
Sun, 02 Jul 2006 03:59:36 +0000 reynaldo rm unnecesary casts from void* - part 2
Thu, 22 Jun 2006 17:02:42 +0000 reimar reduce number of texture indirections to support older cards
Tue, 13 Jun 2006 19:55:20 +0000 reimar Do not use border for bicubic filter helper texture, since it will cause ATI
Mon, 12 Jun 2006 16:25:05 +0000 reimar Optimize bicubic filtering