log libvo/vo_dga.c @ 6849:91d6e1365427

age author description
Mon, 27 May 2002 17:14:13 +0000 alex revised query_format. added support for native/conversion detection
Sun, 17 Feb 2002 08:24:43 +0000 nick I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'
Fri, 15 Feb 2002 01:00:26 +0000 michael use mem2agpcpy_pic()
Tue, 12 Feb 2002 23:19:37 +0000 michael use mem2agpcpy() instead of fast_memcpy()
Sat, 09 Feb 2002 01:21:48 +0000 arpi 10000hl to Holm... control MUST BE static...
Sat, 09 Feb 2002 00:47:26 +0000 arpi query_ stuff replaced by new control() - patch by David Holm
Thu, 31 Jan 2002 11:45:25 +0000 alex removed obsoleted Terminate_Display_Process
Thu, 31 Jan 2002 09:57:13 +0000 nick new info for tuning
Sat, 26 Jan 2002 16:01:26 +0000 nick Extensions for video accelerated architecture
Tue, 08 Jan 2002 20:58:53 +0000 atmos4 SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by me
Fri, 28 Dec 2001 20:52:54 +0000 alex use XF86VidMode later in init (at line 1031) only if we've got support (if have_vm==1)
Tue, 04 Dec 2001 17:24:25 +0000 alex do not crash if can't get modelines (dga2.0)
Tue, 06 Nov 2001 11:22:40 +0000 nick Move yuv2rgb to postprocess
Fri, 02 Nov 2001 15:27:38 +0000 nick *** empty log message ***
Tue, 30 Oct 2001 17:04:31 +0000 nick Using new stuff of rgb15to16
Mon, 13 Aug 2001 11:08:18 +0000 atlka changes according to -utf8 option, draw_osd() function added
Mon, 16 Jul 2001 18:41:52 +0000 jkeil vo_dga doesn't compile on non-x86 architecture due to x86 asm usage.
Tue, 03 Jul 2001 23:45:49 +0000 arpi extern vo_doublebuffering cleanup
Fri, 22 Jun 2001 19:51:25 +0000 atmosfear Fixed pointer->integer cast warning.
Mon, 18 Jun 2001 16:38:06 +0000 acki2 - just modified an error message
Sun, 17 Jun 2001 22:21:47 +0000 acki2 - if DGA fails to report some valid modes, vo_dga now exits gracefully
Sun, 17 Jun 2001 20:59:39 +0000 acki2 - doublebuffering now can be switched on and off with the -(no)double switch.
Thu, 24 May 2001 20:48:45 +0000 arpi_esp removed redundant osd.h includes
Mon, 07 May 2001 19:16:04 +0000 acki2 - now chooses mode with highest ymax (enables doublebuffering in some cases
Thu, 03 May 2001 22:39:38 +0000 acki2 - finally: 15to16 conversion included!!!
Wed, 02 May 2001 23:21:27 +0000 acki2 - now we use fastmemcpy() for copying. Saves about 25% of copying time on K6-2+
Tue, 01 May 2001 22:37:37 +0000 acki2 - now features 24->32 conversion (this is actually faster than letting the
Tue, 01 May 2001 20:24:31 +0000 acki2 - now mpeg is fast again (no more offscreen buffer rubbish) But is it really ok?
Tue, 24 Apr 2001 11:42:04 +0000 pontscho clean up
Tue, 24 Apr 2001 10:21:12 +0000 szabii some warnings killed
Thu, 19 Apr 2001 21:39:10 +0000 arpi_esp driver info now depends on detected DGA version
Tue, 17 Apr 2001 22:28:09 +0000 acki2 - now also supports OSD for YV12 (big speed penalty by having to build image
Tue, 17 Apr 2001 20:51:58 +0000 acki2 - query_format() now uses new return value concept
Fri, 13 Apr 2001 22:11:08 +0000 acki2 - fixed bug with depth and mpg when current bpp of XServer was != 32
Fri, 13 Apr 2001 18:49:59 +0000 acki2 - completely rewrote depth switching
Sun, 01 Apr 2001 22:01:28 +0000 acki2 - still more debug output to be able to fix 15/16 bpp problem
Sun, 01 Apr 2001 08:07:14 +0000 acki2 - added detection of memsize of graphics card to check if double buffering is possible
Sat, 31 Mar 2001 09:16:08 +0000 acki2 - added VidMode changing support for DGA1.0 (used code from Michael Graffam (mgraffam@idsi.net))
Fri, 30 Mar 2001 23:12:31 +0000 acki2 - added double buffering :-)
Fri, 30 Mar 2001 22:09:38 +0000 acki2 - 32/16 bit mode swtiching with DGA2.0
Fri, 30 Mar 2001 17:16:56 +0000 acki2 Source cleanup. Improved resolution selection (I think :-)).
Wed, 28 Mar 2001 19:58:45 +0000 mgraffam Changes to configure to autodetect DGA 2.0 functionality, and to only use
Tue, 27 Mar 2001 04:29:22 +0000 mgraffam Added support to vo_dga to change the video mode to the lowest resolution
Sat, 03 Mar 2001 21:46:39 +0000 arpi_esp added check_events() interface
Tue, 27 Feb 2001 01:08:44 +0000 arpi_esp initial version