aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_dga.c
Commit message (Expand)AuthorAge
...
* - just modified an error messageGravatar acki22001-06-18
* - if DGA fails to report some valid modes, vo_dga now exits gracefullyGravatar acki22001-06-17
* - doublebuffering now can be switched on and off with the -(no)double switch.Gravatar acki22001-06-17
* removed redundant osd.h includesGravatar arpi_esp2001-05-24
* - now chooses mode with highest ymax (enables doublebuffering in some casesGravatar acki22001-05-07
* - finally: 15to16 conversion included!!!Gravatar acki22001-05-03
* - now we use fastmemcpy() for copying. Saves about 25% of copying time on K6-2+Gravatar acki22001-05-02
* - now features 24->32 conversion (this is actually faster than letting theGravatar acki22001-05-01
* - now mpeg is fast again (no more offscreen buffer rubbish) But is it really ok?Gravatar acki22001-05-01
* clean upGravatar pontscho2001-04-24
* some warnings killedGravatar szabii2001-04-24
* driver info now depends on detected DGA versionGravatar arpi_esp2001-04-19
* - now also supports OSD for YV12 (big speed penalty by having to build imageGravatar acki22001-04-17
* - query_format() now uses new return value conceptGravatar acki22001-04-17
* - fixed bug with depth and mpg when current bpp of XServer was != 32Gravatar acki22001-04-13
* - completely rewrote depth switchingGravatar acki22001-04-13
* - still more debug output to be able to fix 15/16 bpp problemGravatar acki22001-04-01
* - added detection of memsize of graphics card to check if double buffering is...Gravatar acki22001-04-01
* - added VidMode changing support for DGA1.0 (used code from Michael Graffam (...Gravatar acki22001-03-31
* - added double buffering :-)Gravatar acki22001-03-30
* - 32/16 bit mode swtiching with DGA2.0Gravatar acki22001-03-30
* Source cleanup. Improved resolution selection (I think :-)).Gravatar acki22001-03-30
* Changes to configure to autodetect DGA 2.0 functionality, and to only useGravatar mgraffam2001-03-28
* Added support to vo_dga to change the video mode to the lowest resolutionGravatar mgraffam2001-03-27
* added check_events() interfaceGravatar arpi_esp2001-03-03
* initial versionGravatar arpi_esp2001-02-27