log libvo/vo_gl.c @ 36705:5697842046d2

age author description
2014-02-01 reimar Use glMapBufferRange by default.
2014-01-18 reimar Remove empty draw_slice and draw_frame stubs.
2013-08-05 reimar Make fallback for failing context creation actually work.
2013-08-05 reimar On X11 use root window as "hidden" window instead of
2013-06-09 reimar Remove unnecessary wrapper function.
2013-06-09 reimar Change hack to use a solution that will work more generally.
2013-06-09 reimar Extract window creation code to common file.
2013-06-09 reimar Fix inverted condition caused by a last-minute change from strcmp to strstr.
2013-06-09 reimar Detect one more case of software OpenGL implementation.
2013-05-28 reimar Fix border-pos handling.
2013-05-25 reimar Apply forgotten move of apply_border_pos function.
2013-05-25 reimar Add options to determine where borders will be added when adjusting for aspect.
2013-05-16 reimar vo_gl: Extract some code into separate function.
2013-05-13 reimar Add support for rotating the video via OpenGL.
2013-05-09 reimar Remove pointless function arguments.
2013-05-04 reimar Remove glMatrixMode and glLoadIdentity functions.
2013-05-04 reimar Add hack to support strides with GLES.
2013-05-04 reimar Avoid glColor4f, use glColor4ub instead.
2013-05-04 reimar Avoid PushMatrix/PopMatrix.
2013-05-03 reimar Add documentation about Android -vo gl mode.
2013-05-01 reimar Add forgotten switch back to texture unit 0.
2013-05-01 reimar Add xyz support for -vo gl.
2013-05-01 reimar Fix define value.
2013-05-01 reimar Enable/disable extra instructions for gamma correction
2013-03-17 reimar Try to fix performance for -vo gl on OSX with planar YUV.
2013-03-16 reimar Add (hackish) support for OpenGL on Android.
2013-03-16 reimar Better compatibility with more restricted GL headers.
2013-02-25 reimar Fix setting gamma.
2012-12-24 reimar Fix missing screen clear with -nodouble.
2012-11-30 reimar Fix alpha for ASS subtitles.
2012-11-26 reimar Fix vo_gl sometimes drawing a black image instead of the video.
2012-11-25 reimar vo_gl: react to expose events even when not paused.
2012-09-13 reimar Document new OSX backend for -vo gl.
2012-09-13 reimar Remove duplicate redraw call, resize already calls it.
2012-09-13 reimar gl: Disable double-buffering on OS X, it does not work currently an
2012-09-13 reimar gl: support screen redraw on OSX.
2012-09-13 reimar Allow compiling -vo gl with OSX backend even if X11 and SDL are not available.
2012-09-13 reimar Use OSX common layer in -vo gl.
2012-08-18 reimar Avoid display lists for OSD.
2012-08-18 reimar Add autodetection of ycbcr option.
2012-08-18 reimar Cosmetics: replace tab.
2012-08-18 reimar Missed documentation update.
2012-08-18 reimar Replace MESA YCBCR support by the Apple variant.
2012-08-12 reimar Support interleaving the two frame halves from a 3D video
2012-05-22 reimar SDL swap interval fixes.
2012-05-21 reimar Do not give out the same buffer to multiple mp_images.
2012-05-20 reimar SDL OpenGL: add support for swapinterval option.
2012-05-20 reimar Remove commented-out nonsense code.
2012-05-20 reimar Do not needlessly modulate the texture color with the vertex color.
2012-05-16 reimar vo_gl: collect some frame statistics for DR.
2012-05-15 reimar Never default to force-pbo on non-x86.
2012-05-14 reimar Fix -fs with SDL-based vo gl.
2012-05-14 reimar Align glMapBuffer result.
2012-03-13 reimar Fix PBO handling with > 8 bit YUV formats.
2011-12-23 reimar vo_gl stereo: allow swapping left and right view.
2011-12-11 reimar Add a suboption to allow forcing use of e.g. OpenGL ES to -vo gl.
2011-12-10 reimar Add highly experimental support for OpenGL ES.
2011-12-10 reimar Use glLoadMatrixf. This makes it easier to support OpenGL ES.
2011-09-28 reimar Remove usage of glColor3f, there is not really a point in it.
2011-08-26 reimar Hook up -vo gl noise support.