log

age author description
Wed, 12 Jun 2013 18:54:23 +0000 reimar Merge the 3 different drawing steps.
Wed, 12 Jun 2013 18:54:22 +0000 reimar Remove array that always contains only 0.
Wed, 12 Jun 2013 18:54:20 +0000 reimar Remove a special-case that doesn't really make much
Wed, 12 Jun 2013 18:54:19 +0000 reimar Use only one single texture.
Wed, 12 Jun 2013 18:54:18 +0000 reimar Fix texture coordinates and number of characters.
Wed, 12 Jun 2013 18:54:16 +0000 reimar Simplify blend function used.
Wed, 12 Jun 2013 18:54:15 +0000 reimar Remove unused depth test code.
Wed, 12 Jun 2013 18:54:14 +0000 reimar Remove code related to unused lighting.
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.
Tue, 11 Jun 2013 19:23:12 +0000 reimar vo_aa: Specifying a single option should only change the
Tue, 11 Jun 2013 18:38:56 +0000 reimar Ensure that the allocated surface is always large enough.
Mon, 10 Jun 2013 21:33:28 +0000 reimar vo_gl: Fix chroma with rectangle=1.
Mon, 10 Jun 2013 21:19:38 +0000 reimar Fix compilation, remove assignment of variable that was removed due
Sun, 09 Jun 2013 22:52:16 +0000 jrash sync with en/mplayer.1 rev. 36297
Sun, 09 Jun 2013 22:35:47 +0000 reimar Remove some unused code that has no effect.
Sun, 09 Jun 2013 22:30:25 +0000 reimar Remove some now unused code.
Sun, 09 Jun 2013 22:27:59 +0000 reimar Redraw on expose even if not paused.
Sun, 09 Jun 2013 22:26:52 +0000 reimar matrixview: redraw image while scaling on OSX.
Sun, 09 Jun 2013 22:25:47 +0000 reimar Remove unnecessary wrapper function.
Sun, 09 Jun 2013 22:16:15 +0000 reimar Remove unused arguments, add "const"
Sun, 09 Jun 2013 22:05:43 +0000 reimar Matrixview: fix getting only blank screen on OSX.
Sun, 09 Jun 2013 22:03:50 +0000 reimar Change hack to use a solution that will work more generally.
Sun, 09 Jun 2013 21:34:24 +0000 reimar OpenGL OSX: Do not set up aspect etc. for a hidden window.
Sun, 09 Jun 2013 21:26:09 +0000 reimar gl_tiled vo can be compiled and work on OSX as well.
Sun, 09 Jun 2013 18:33:24 +0000 reimar vo_gl_tiled: ensure variables are always initialized.
Sun, 09 Jun 2013 18:33:23 +0000 reimar vo_gl_tiled: fix YUV conversion.
Sun, 09 Jun 2013 18:33:22 +0000 reimar Remove unused arguments.
Sun, 09 Jun 2013 18:33:21 +0000 reimar Extract window creation code to common file.