xf86-video-s3: Changes to 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Mon Jul 7 11:32:07 PDT 2008


 ChangeLog          |   24 ++
 src/Makefile.am    |    5 
 src/newmmio.h      |    6 
 src/s3.h           |   14 +
 src/s3_Trio64DAC.c |   72 +++-----
 src/s3_accel.c     |   16 +
 src/s3_driver.c    |  340 ++++++++++++++++++++++++++++-----------
 src/s3_reg.h       |   21 ++
 src/s3_video.c     |  459 +++++++++++++++++++++++++++++------------------------
 9 files changed, 604 insertions(+), 353 deletions(-)

New commits:
commit 2128de2ad9fa67537d8ed56ff173b8a7b0422e0e
Author: Evgeny M. Zubok <evgeny.zubok at tochka.ru>
Date:   Mon Jul 7 14:31:10 2008 -0400

    S3: various fixes
    
            * 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 TRIO64V2. 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.



More information about the xorg-commit mailing list