log libvo/gl_common.c @ 36678:61a9df2e25d0

age author description
Sat, 01 Feb 2014 15:13:00 +0000 reimar Use glMapBufferRange by default.
Wed, 12 Jun 2013 18:54:12 +0000 reimar gl: Ensure gpu_def_sl_program is correctly initialized.
Wed, 12 Jun 2013 14:26:15 +0000 ib Revert r36287.
Tue, 11 Jun 2013 20:48:43 +0000 reimar vo_gl: Make yuv=8 compatible with OpenGL in addition to OpenGL ES.
Mon, 10 Jun 2013 21:33:28 +0000 reimar vo_gl: Fix chroma with rectangle=1.
Sun, 09 Jun 2013 18:33:21 +0000 reimar Extract window creation code to common file.
Sun, 09 Jun 2013 10:13:08 +0000 reimar Fully uninitialize EGL.
Sun, 09 Jun 2013 10:09:41 +0000 reimar Set GL_UNPACK_ROW_LENGTH even for GLES.
Sun, 09 Jun 2013 09:46:20 +0000 reimar SwapInterval support for GLES/EGL.
Sun, 09 Jun 2013 09:40:27 +0000 reimar Cosmetics: remove tabs that slipped in by accident.
Sun, 09 Jun 2013 09:16:11 +0000 reimar Add support for printing available egl configs.
Fri, 07 Jun 2013 19:18:16 +0000 reimar vo_gl: some Android fixes.
Sun, 26 May 2013 12:41:09 +0000 ib Define new_gpu_program() conditionally.
Thu, 16 May 2013 19:20:31 +0000 reimar Support 16-bit YUV on OpenGL ES.
Mon, 13 May 2013 19:34:40 +0000 reimar Add NV12/NV21 support to some helper functions.
Thu, 09 May 2013 07:18:48 +0000 reimar Support -wid on Android.
Sat, 04 May 2013 20:01:40 +0000 reimar gl: support advanced processing for GLES2.
Sat, 04 May 2013 20:01:38 +0000 reimar Add a const.
Sat, 04 May 2013 15:20:47 +0000 reimar Provide dummy glColor4ub glTexEnvi functions.
Sat, 04 May 2013 15:20:46 +0000 reimar Remove unused mpglTexEnvf.
Sat, 04 May 2013 15:20:45 +0000 reimar Remove glMatrixMode and glLoadIdentity functions.
Sat, 04 May 2013 15:20:43 +0000 reimar Add hack to support strides with GLES.
Sat, 04 May 2013 15:20:42 +0000 reimar Avoid glColor4f, use glColor4ub instead.
Sat, 04 May 2013 13:28:14 +0000 reimar Switch OpenGL ES renderer to 2.0.
Sat, 04 May 2013 11:15:19 +0000 reimar Remove now unused function pointers.
Sat, 04 May 2013 10:30:07 +0000 reimar Simplify drawing OpenGL vertices.
Sat, 04 May 2013 09:44:44 +0000 reimar Search GLES library in more locations.
Sat, 04 May 2013 09:44:42 +0000 reimar Minor simplification.
Thu, 02 May 2013 19:44:29 +0000 reimar Avoid 3D texture with border.
Wed, 01 May 2013 19:06:51 +0000 reimar Use better default for YUV mode autodetection.
Wed, 01 May 2013 18:52:42 +0000 reimar Add xyz support for -vo gl.
Wed, 01 May 2013 18:52:40 +0000 reimar Support determining texture format for XYZ format.
Wed, 01 May 2013 18:27:38 +0000 reimar Enable/disable extra instructions for gamma correction
Thu, 11 Apr 2013 19:23:50 +0000 reimar Remove some nonsense code, align with X11 implementation.
Sat, 16 Mar 2013 19:19:40 +0000 reimar Switch back to glClearDepth.
Sat, 16 Mar 2013 19:15:42 +0000 reimar Add (hackish) support for OpenGL on Android.
Sat, 16 Mar 2013 15:18:15 +0000 reimar Better compatibility with more restricted GL headers.
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.
Thu, 11 Aug 2011 17:45:38 +0000 diego doxygen: drop filename from @file directive
Tue, 21 Jun 2011 19:44:24 +0000 reimar Second GL_YCBCR_MESA format is YVYU, not YUY2.
Wed, 11 May 2011 06:59:51 +0000 reimar Request GL_LUMINANCE16 as internal format for > 8 bit YUV formats.
Tue, 10 May 2011 17:51:39 +0000 reimar Make mp_get_chroma_shift simpler/more generic and add an argument
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Mon, 18 Oct 2010 20:44:04 +0000 cigaes Move the read_pnm function into a separate file.
Sun, 10 Oct 2010 11:20:57 +0000 reimar Extract code to read a pnm file into a separate function.
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
Sun, 09 May 2010 00:16:46 +0000 reimar Handle chroma texture size becoming 0, e.g. due to bad rounding.
Sun, 25 Apr 2010 10:53:01 +0000 reimar Support for auto-selecting the OpenGL backend.
Sun, 25 Apr 2010 10:44:53 +0000 reimar Add reinitialization support. Necessary for fullscreen on OSX.
Sun, 25 Apr 2010 10:12:39 +0000 reimar Missing space in error message.
Sun, 25 Apr 2010 09:52:01 +0000 reimar Share SDL initialization code.
Sun, 25 Apr 2010 09:24:30 +0000 reimar Fullscreen support for -vo gl using SDL.
Sun, 25 Apr 2010 08:35:35 +0000 reimar Window resizing support for -vo gl with SDL backend.
Sun, 25 Apr 2010 08:17:23 +0000 reimar Add sdl_common file and use it to share the input handling between -vo gl
Sun, 25 Apr 2010 07:32:42 +0000 reimar Use SDL_GL_ProcAddress to work around conflicts between -lGL
Sun, 25 Apr 2010 06:52:13 +0000 reimar Update copyright and email address.
Sun, 25 Apr 2010 06:14:25 +0000 reimar Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX,
Sat, 24 Apr 2010 22:13:57 +0000 reimar Add workaroound for yuv=7 mode - does hurt speed but not much
Sat, 24 Apr 2010 17:02:50 +0000 reimar Try harder to find linked OpenGL functions.
Sat, 24 Apr 2010 16:49:46 +0000 reimar Some crash-resilience fixes.
Sat, 24 Apr 2010 16:46:47 +0000 reimar First steps to support -vo gl with SDL-based Window handling.
Sun, 04 Apr 2010 16:56:30 +0000 reimar Factor out the YUV->RGB conversion auto-selection and also
Sun, 04 Apr 2010 11:45:05 +0000 reimar Share more code between the two ATI fragment shader YUV to RGB
Sat, 03 Apr 2010 20:31:03 +0000 reimar Try to detect and work around broken glXGetProcAddress on at
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:12:32 +0000 reimar Indentation fix.
Sat, 03 Apr 2010 07:08:07 +0000 reimar Add mpgl prefix to all OpenGL-related function pointers.
Fri, 12 Mar 2010 17:21:05 +0000 reimar Add newlines to generated fragment program to make both fragment program dump
Thu, 28 Jan 2010 18:06:47 +0000 reimar Try the more specific names first for the SwapInterval function to make it less
Thu, 28 Jan 2010 18:01:19 +0000 reimar glXSwapIntervalEXT is defined to take different arguments from glXSwapIntervalSGI,
Sun, 03 Jan 2010 12:55:09 +0000 reimar Add pointers to a few more standard OpenGL functions to ease future extensions.
Thu, 31 Dec 2009 22:53:25 +0000 reimar Add support for 16-bit per component YUV formats.
Thu, 31 Dec 2009 18:25:35 +0000 reimar Extract functions to generate yuv->rgb matrices and lookup tables into a
Thu, 31 Dec 2009 18:07:37 +0000 reimar Put the colourspace-related variables into a separate struct to ease
Wed, 30 Dec 2009 11:32:24 +0000 reimar Support all planar YUV formats in OpenGL vos.
Sun, 20 Dec 2009 14:32:34 +0000 reimar Change %f to %e in generated fragment programs to avoid losing precision unnecessarily.
Sat, 19 Dec 2009 20:45:34 +0000 reimar Fix a broken indentation.
Sat, 19 Dec 2009 20:44:55 +0000 reimar Enable running fragment programs with YUV_CONVERSION_NONE
Sat, 19 Dec 2009 13:49:44 +0000 reimar Rename GL_* defines to CONFIG_GL_*
Sat, 19 Dec 2009 10:52:32 +0000 reimar Make the check for X11 and WIN32 backends for OpenGL separate.
Wed, 09 Dec 2009 17:50:07 +0000 reimar Use a fallback to make sure the basic OpenGL functions are available instead of
Wed, 09 Dec 2009 17:36:55 +0000 reimar Prefer GLAPIENTRY over APIENTRY, it is the better name and used more by OpenGL headers.
Tue, 08 Dec 2009 23:32:51 +0000 reimar Pass all OpenGL functions through a function pointer indirection.
Tue, 08 Dec 2009 06:42:46 +0000 reimar Very preliminary code to allow selecting the OpenGL backend at runtime.
Sat, 21 Nov 2009 22:30:33 +0000 reimar Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.
Sat, 21 Nov 2009 22:27:40 +0000 reimar Add support for Windows OpenGL rendering onto a device instead of into a window.
Sat, 21 Nov 2009 18:59:52 +0000 reimar Support RGB48NE format in OpenGL vos (only really useful once they are modified
Fri, 20 Nov 2009 23:36:16 +0000 reimar Use calloc to allocate a rather large (currently 32k) array instead of
Sun, 27 Sep 2009 14:24:15 +0000 reimar Also check GLX client and server strings for extensions
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.