log libvo/vo_dga.c @ 7952:be43106d6329

age author description
2002-10-27 arpi mode detection && vo_init() moved to preinit()
2002-10-07 arpi DGA1 trivial fix by Fredrik Noring <noring@nocrew.org>
2002-10-01 arpi flickering fix, patch by Fredrik Noring <noring@nocrew.org>
2002-09-28 arpi -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>
2002-09-28 arpi another dga v1 fix by Fredrik Noring <noring@nocrew.org>
2002-09-27 arpi DGA1 fix by Fredrik Noring <noring@nocrew.org>
2002-09-25 arpi fixes problem with video image alignment.
2002-09-25 arpi cosmetics...
2002-09-25 arpi Attached patch improves the vertical retrace synchronisation (vsync)
2002-08-28 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
2002-05-27 alex revised query_format. added support for native/conversion detection
2002-02-17 nick I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'
2002-02-15 michael use mem2agpcpy_pic()
2002-02-12 michael use mem2agpcpy() instead of fast_memcpy()
2002-02-09 arpi 10000hl to Holm... control MUST BE static...
2002-02-09 arpi query_ stuff replaced by new control() - patch by David Holm
2002-01-31 alex removed obsoleted Terminate_Display_Process
2002-01-31 nick new info for tuning
2002-01-26 nick Extensions for video accelerated architecture
2002-01-08 atmos4 SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by me
2001-12-28 alex use XF86VidMode later in init (at line 1031) only if we've got support (if have_vm==1)
2001-12-04 alex do not crash if can't get modelines (dga2.0)
2001-11-06 nick Move yuv2rgb to postprocess
2001-11-02 nick *** empty log message ***
2001-10-30 nick Using new stuff of rgb15to16
2001-08-13 atlka changes according to -utf8 option, draw_osd() function added
2001-07-16 jkeil vo_dga doesn't compile on non-x86 architecture due to x86 asm usage.
2001-07-03 arpi extern vo_doublebuffering cleanup
2001-06-22 atmosfear Fixed pointer->integer cast warning.
2001-06-18 acki2 - just modified an error message
2001-06-17 acki2 - if DGA fails to report some valid modes, vo_dga now exits gracefully
2001-06-17 acki2 - doublebuffering now can be switched on and off with the -(no)double switch.
2001-05-24 arpi_esp removed redundant osd.h includes
2001-05-07 acki2 - now chooses mode with highest ymax (enables doublebuffering in some cases
2001-05-03 acki2 - finally: 15to16 conversion included!!!
2001-05-02 acki2 - now we use fastmemcpy() for copying. Saves about 25% of copying time on K6-2+
2001-05-01 acki2 - now features 24->32 conversion (this is actually faster than letting the
2001-05-01 acki2 - now mpeg is fast again (no more offscreen buffer rubbish) But is it really ok?
2001-04-24 pontscho clean up
2001-04-24 szabii some warnings killed
2001-04-19 arpi_esp driver info now depends on detected DGA version
2001-04-17 acki2 - now also supports OSD for YV12 (big speed penalty by having to build image
2001-04-17 acki2 - query_format() now uses new return value concept
2001-04-13 acki2 - fixed bug with depth and mpg when current bpp of XServer was != 32
2001-04-13 acki2 - completely rewrote depth switching
2001-04-01 acki2 - still more debug output to be able to fix 15/16 bpp problem
2001-04-01 acki2 - added detection of memsize of graphics card to check if double buffering is possible
2001-03-31 acki2 - added VidMode changing support for DGA1.0 (used code from Michael Graffam (mgraffam@idsi.net))
2001-03-30 acki2 - added double buffering :-)
2001-03-30 acki2 - 32/16 bit mode swtiching with DGA2.0
2001-03-30 acki2 Source cleanup. Improved resolution selection (I think :-)).
2001-03-28 mgraffam Changes to configure to autodetect DGA 2.0 functionality, and to only use
2001-03-27 mgraffam Added support to vo_dga to change the video mode to the lowest resolution
2001-03-03 arpi_esp added check_events() interface
2001-02-27 arpi_esp initial version