log libvo/gl_common.h @ 35501:7bb176fac55c

age author description
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 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
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
Wed, 08 Aug 2012 05:38:30 +0000 reimar Add fallback defines for GL_DEPTH_TEXTURE_MODE and GL_TEXTURE_COMPARE_MODE.
Tue, 07 Aug 2012 21:39:47 +0000 reimar Add support for depth textures to simplify some experiments.
Sun, 20 May 2012 15:41:41 +0000 reimar Make a glGetError function pointer available.
Fri, 23 Dec 2011 22:34:42 +0000 reimar vo_gl stereo: allow swapping left and right view.
Sun, 11 Dec 2011 17:52:20 +0000 reimar Add a suboption to allow forcing use of e.g. OpenGL ES to -vo gl.
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:24:12 +0000 reimar Hook up -vo gl noise support.
Tue, 24 May 2011 20:52:27 +0000 reimar Support 9- and 10-bit YUV input for OpenGL vos.
Wed, 11 May 2011 06:59:51 +0000 reimar Request GL_LUMINANCE16 as internal format for > 8 bit YUV formats.
Thu, 15 Jul 2010 18:50:57 +0000 reimar Helper macros to build the yuv conversion type number.
Thu, 15 Jul 2010 18:46:49 +0000 reimar Add () around macro arguments.
Mon, 05 Jul 2010 19:19:56 +0000 reimar Add initial stereo support to -vo gl.
Sun, 13 Jun 2010 10:42:32 +0000 reimar Dual-license gl_common and vo_gl under the LGPL v2.1 or later as
Fri, 30 Apr 2010 19:03:13 +0000 reimar Avoid duplicating the GL/gl.h include.
Sun, 25 Apr 2010 10:53:01 +0000 reimar Support for auto-selecting the OpenGL backend.
Sat, 24 Apr 2010 22:35:39 +0000 reimar Missing gl.h include for SDL backend.
Sat, 24 Apr 2010 16:46:47 +0000 reimar First steps to support -vo gl with SDL-based Window handling.
Wed, 07 Apr 2010 19:36:23 +0000 reimar Add some fallback OpenGL defines to fix compilation on Windows.
Sun, 04 Apr 2010 16:56:30 +0000 reimar Factor out the YUV->RGB conversion auto-selection and also
Sat, 03 Apr 2010 19:58:06 +0000 reimar Implement OpenGL-based YUV to RGB version for Radeon 9200 class
Sat, 03 Apr 2010 07:08:07 +0000 reimar Add mpgl prefix to all OpenGL-related function pointers.