Edit

IABSD.fr/xenocara/driver/xf86-video-s3/ChangeLog

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2009-11-22 17:37:38
    Hash : 9f1b635e
    Message : Update to xf86-video-s3 0.6.3

  • driver/xf86-video-s3/ChangeLog
  • 2009-06-25  Evgeny M. zubok <evgeny.zubok@tochka.ru>
    
    	* src/s3_driver.c:
    	Revert the old behaviour when the BIOS settings are used for
    	intialization of DRAM/VRAM timings, i. e. we don't touch the
    	timings during initialization phase until any memory option (like
    	slow_edodram) is specified.
    	
    	Add manual page.	
    
    2009-05-25  Evgeny M. Zubok <evgeny.zubok@tochka.ru>
    	
    	* src/s3_driver.c:
    	* src/s3_video.c:
    	
    	Enable Xv extension for Trio64V+ (thanks to Egor Ivanov for 
    	testing on real hardware) and Trio64UV+ (Tested only on Trio64V2 by
    	overriding Chipset with "Trio64UV+" but not on real hardware).
    
    	S3 Trio64V+ now using NewMMIO. Trio64V+ chips have the same ChipId
    	as Trio32/64 but only with chip revision greater or eq 0x40. So if 
    	you have problems with NewMMIO, you may override ChipRev in "Device" 
     	section of your xorg.conf: "ChipRev" 0x00. Note: disabling the NewMMIO 
    	also disables overlay video (Xv) because it isn't implemented for
    	Old MMIO yet.
    	
    2009-05-04  Evgeny M. Zubok <evgeny.zubok@tochka.ru>
    
    	* src/s3_driver.c:
    	* src/s3_shadow.c:
    
    	Add shadowFB option. It can be used to speedup drawing when
    	hardware acceleration is undesirable or unavailable (for colour depth
    	24 with 24 bpp framebuffer, for example). shadowFB is disabled by
    	default. Enabling shadowFB option disables HW acceleration. Thanks
    	to Egor Ivanov for initial porting of shadowFB from s3virge.
    
    	Interlace mode support.
    
    	Close bug #14999.
    	
    2008-07-06  Evgeny M. Zubok <evgeny.zubok@tochka.ru>
    
    	* src/s3_video.c: 
    
    	Streams Processor initialization.
    
    	XVideo support for 16, 24 and 32 bpp (only for TRIO64V2).
    
    	* src/s3_driver.c: 
    
    	Add XVideo option (enabled by default).
    
    	Replace "swcursor" by "hwcursor" option (HW cursor 
    	not implemented yet for all chipsets).
    
    	Close bug #5527: 24-bit colour depth support (24bpp and 
    	32bpp framebuffer) for TRIOs. Acceleration doesn't work
    	with packed colour mode (24 bpp FB) but works with 32bpp 
    	framebuffer mode (hardware limitation? -- need data).
    
    	Fix system hang-up when switching between console and X session.
    
    	Some minor changes of driver messages.
    
    2008-02-23  Evgeny M. Zubok <evgeny.zubok@tochka.ru>
    
    	* src/s3_driver.c: Add DPMS support for S3 Trio64V2 and possibly
    	others (need testing): S3 Trio64UV+. S3 Aurora64V+ and S3 Trio32/64
    	* src/s3_Trio64DAC: Change clocks for S3 Trio64V2 to make
    	the 1024x768@16bpp mode work.
    	Thanks to Richard Driscoll for these patches.
    	
    2006-04-07  Adam Jackson  <ajax@freedesktop.org>
    
    	* configure.ac:
    	* src/s3.h:
    	Bump to 0.4.1 for Xv changes.
    
    2006-04-07  Aaron Plattner  <aplattner@nvidia.com>
    
    	* src/s3_video.c: (S3PutImage):
    	Add a DrawablePtr argument to the XV functions to pave the way for
    	redirected video.
    
    2006-04-07  Adam Jackson  <ajax@freedesktop.org>
    
    	* configure.ac:
    	* src/s3.h:
    	* src/s3_IBMRGB.c:
    	* src/s3_Ti.c:
    	* src/s3_Trio64DAC.c:
    	* src/s3_bios.c:
    	* src/s3_cursor.c:
    	* src/s3_dga.c:
    	* src/s3_driver.c:
    	* src/s3_video.c:
    	Unlibcwrap.  Bump server version requirement.  Bump to 0.4.0.
    
    2005-12-20  Kevin E. Martin  <kem-at-freedesktop-dot-org>
    
    	* configure.ac:
    	Update package version for X11R7 release.
    
    2005-12-14  Kevin E. Martin  <kem-at-freedesktop-dot-org>
    
    	* configure.ac:
    	Update package version number for final X11R7 release candidate.
    
    2005-12-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>
    
    	* configure.ac:
    	Update package version number for X11R7 RC3 release.
    
    2005-12-01  Kevin E. Martin  <kem-at-freedesktop-dot-org>
    
    	* configure.ac:
    	Remove extraneous AC_MSG_RESULT.
    
    2005-11-29  Adam Jackson  <ajax@freedesktop.org>
    
    	* configure.ac:
    	Only build dlloader modules by default.
    
    2005-11-09  Kevin E. Martin  <kem-at-freedesktop-dot-org>
    
    	* configure.ac:
    	Update package version number for X11R7 RC2 release.
    
    2005-11-01  Kevin E. Martin  <kem-at-freedesktop-dot-org>
    
    	* configure.ac:
    	Update pkgcheck dependencies to work with separate build roots.