log libvo/gl_common.c @ 35189:33e13b4ddfcb

age author description
Fri, 14 Sep 2012 14:18:14 +0000 cehoyos gl_common: fix wrong gl_type for uyvy and yuy2 in little endian
Thu, 13 Sep 2012 21:58:38 +0000 reimar gl: Prefer OSX backend over SDL.
Thu, 13 Sep 2012 21:46:59 +0000 reimar Provide a swap buffer function for OS X.
Thu, 13 Sep 2012 19:57:24 +0000 reimar Allow compiling -vo gl with OSX backend even if X11 and SDL are not available.
Thu, 13 Sep 2012 19:22:31 +0000 reimar Use OSX common layer in -vo gl.
Sat, 18 Aug 2012 18:44:13 +0000 reimar Hack to make BGRA work both in GL and GLES.
Sat, 18 Aug 2012 18:19:57 +0000 reimar Internal format for BGRA must be BGRA, not RGBA.
Sat, 18 Aug 2012 15:54:34 +0000 reimar Replace MESA YCBCR support by the Apple variant.
Sun, 12 Aug 2012 17:15:35 +0000 reimar Support interleaving the two frame halves from a 3D video
Fri, 10 Aug 2012 21:12:02 +0000 reimar Use depth textures only if available (MESA + r200 crash otherwise)
Thu, 09 Aug 2012 18:49:45 +0000 reimar Query correct component to get luminance texture bit depth
Wed, 08 Aug 2012 19:18:02 +0000 reimar When the LUMINANCE16 format is less than 14 bit try to use
Tue, 07 Aug 2012 21:39:47 +0000 reimar Add support for depth textures to simplify some experiments.
Tue, 07 Aug 2012 17:46:36 +0000 reimar Work around IMG drivers not being able to parse our shaders.
Sun, 20 May 2012 16:09:56 +0000 reimar Change some texture formats to synonyms that Mesa GLES accepts.
Sun, 20 May 2012 15:41:41 +0000 reimar Make a glGetError function pointer available.
Sat, 31 Mar 2012 21:03:45 +0000 reimar Small fixes to make it easier to compiler for OpenGL ES
Sun, 12 Feb 2012 18:49:07 +0000 reimar vo_sdl: reuse some more sdl_common code.
Tue, 07 Feb 2012 23:04:30 +0000 cehoyos Support displaying 64bit RGB via OpenGL.
Sat, 14 Jan 2012 15:49:54 +0000 reimar Fix vo_gl unsharp filter for chroma.
Fri, 23 Dec 2011 22:34:42 +0000 reimar vo_gl stereo: allow swapping left and right view.
Sat, 10 Dec 2011 20:55:31 +0000 reimar Add highly experimental support for OpenGL ES.
Sat, 10 Dec 2011 20:21:50 +0000 reimar Use glLoadMatrixf. This makes it easier to support OpenGL ES.
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
Wed, 28 Sep 2011 18:52:11 +0000 reimar Remove usage of glColor3f, there is not really a point in it.
Fri, 26 Aug 2011 19:35:46 +0000 reimar Remove pointless pointer indirection for shader program strings.
Fri, 26 Aug 2011 19:24:12 +0000 reimar Hook up -vo gl noise support.
Fri, 26 Aug 2011 18:51:51 +0000 reimar Add disabled feature: noise filter for vo_gl.
Sat, 20 Aug 2011 11:36:30 +0000 reimar Fix disabled code.
Sat, 20 Aug 2011 11:29:23 +0000 reimar Fix spelling.