log libvo/vo_gl.c @ 29648:74f94f407c31

age author description
Fri, 18 Sep 2009 18:46:12 +0000 reimar Re-add some ifdefs, partially reverting r29688, since mDisplay and
Fri, 18 Sep 2009 16:51:19 +0000 reimar Get rid of several (probably) pointless ifdefs
Tue, 01 Sep 2009 15:20:05 +0000 reimar Check setGlWindow return value to fail properly instead of crashing if e.g.
Thu, 27 Aug 2009 18:36:51 +0000 reimar Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.
Thu, 27 Aug 2009 14:07:15 +0000 reimar Simplify -vo gl ass border etc. dimension calculation one bit more.
Thu, 27 Aug 2009 13:54:53 +0000 reimar Simplify and fix ass border calculations for -vo gl and -wid -fs mode.
Thu, 27 Aug 2009 12:03:02 +0000 reimar First attempts at supporting -fs with -wid, -vo gl on X11 only so far
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 16 Mar 2009 14:25:03 +0000 reimar Check mpi type before returning an DR buffer in get_image, fixes jerkiness
Sat, 07 Mar 2009 08:51:40 +0000 reimar Make data related to suboption parsing const in libvo
Fri, 06 Mar 2009 12:56:13 +0000 reimar Refactor smalltex/tinytex EOSD optimization in vo_gl
Fri, 06 Mar 2009 10:53:30 +0000 reimar Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD,
Fri, 06 Mar 2009 10:33:35 +0000 reimar Do not rely on draw_osd to render the EOSD, instead draw it already at the
Tue, 17 Feb 2009 08:05:14 +0000 reimar 100l, reset ass_border when switching out of fullscreen mode.
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Tue, 03 Feb 2009 11:47:07 +0000 reimar Add [gl] in front of vo_gl message
Tue, 03 Feb 2009 11:46:31 +0000 reimar Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are much
Sat, 10 Jan 2009 13:47:41 +0000 reimar Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigation
Sat, 27 Dec 2008 13:00:03 +0000 reimar Fix ugly borders problem with ati-hack
Tue, 23 Dec 2008 20:56:45 +0000 reimar Warn when using features that are broken due to ATI driver bugs.
Tue, 23 Dec 2008 19:31:56 +0000 reimar Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 drivers 20% slower at HD resolutions
Wed, 10 Dec 2008 16:39:45 +0000 reimar Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).
Sat, 06 Dec 2008 12:13:14 +0000 reimar ati_hack only makes sense when PBOs are used, not with mesa_buffer.
Sat, 06 Dec 2008 06:44:54 +0000 reimar More possible fixes for mesa-buffer mode.
Sat, 06 Dec 2008 06:41:36 +0000 reimar Move one ati_hack check to a better place.
Sat, 06 Dec 2008 06:40:47 +0000 reimar Reindent
Sat, 06 Dec 2008 06:18:57 +0000 reimar 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode.
Fri, 05 Dec 2008 23:35:32 +0000 reimar 10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds.
Fri, 05 Dec 2008 22:35:24 +0000 reimar Fix indentation
Fri, 05 Dec 2008 22:16:45 +0000 reimar Add experimental support for glXAllocateMemoryMESA