log libvo/gl_common.c @ 28067:7511f7328d93

age author description
Fri, 05 Dec 2008 22:16:45 +0000 reimar Add experimental support for glXAllocateMemoryMESA
Fri, 05 Dec 2008 15:36:54 +0000 reimar Add support for YCBCR MESA texture format to vo_gl.
Wed, 03 Dec 2008 09:58:11 +0000 reimar Cosmetics, whitespace and "... == NULL" to "!..."
Sat, 15 Nov 2008 17:45:55 +0000 reimar Replace some of the different inconsistent XGetGeometry uses by a
Thu, 06 Nov 2008 18:39:37 +0000 reimar For fragment programs, check GL_MAX_TEXTURE_IMAGE_UNITS instead of GL_MAX_TEXTURE_UNITS.
Sat, 20 Sep 2008 19:41:13 +0000 reimar Fix glAdjustAlignment parameter in glCreateClearTex
Sat, 20 Sep 2008 17:48:01 +0000 reimar Change glCreateClearTex to use the same host data format as later uploads.
Sun, 07 Sep 2008 14:09:51 +0000 diego Replace casual GPL notices by proper license headers.
Sat, 24 May 2008 12:10:08 +0000 reimar Simplify yuv to rgb conversion matrix stuff.
Sat, 24 May 2008 11:31:49 +0000 reimar Cosmetics: align
Sat, 24 May 2008 11:25:57 +0000 reimar update doxygen comments
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.
Wed, 12 Mar 2008 15:17:06 +0000 reimar Fix and simplify lscale=2 (bicub_x) scaler, produced funny
Mon, 11 Feb 2008 19:37:47 +0000 reimar Try harder to find OpenGL functions on Windows.
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