[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-tseng: Changes to 'upstream-unstable'



New branch 'upstream-unstable' available with the following commits:
commit 3c7520088ea9d78e453122e28d52274465c25b58
Author: Adam Jackson <ajax@benzedrine.nwnk.net>
Date:   Fri Oct 13 18:47:09 2006 -0400

    Bump to 1.1.1

commit d34146a8daf51385e5b344b3b4e6c68ab6e81974
Author: Luc Verhaegen <libv@skynet.be>
Date:   Tue Apr 11 21:43:00 2006 +0000

    Tseng: Fix dotclock breakage on ET6000. The fish crawled out of the swamp,
        but still had gills and fins. The internal ramdac still has multiple
        dotclock registers, and the previous change only fixed up the external
        ramdacs of ET4000W32ps. (Reported by the other tseng owner: Adam
        Jackson)

commit d4bc751fa622616601a7d3213852d7a4f634be0b
Author: Adam Jackson <ajax@nwnk.net>
Date:   Fri Apr 7 21:43:55 2006 +0000

    Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit 3176982fbe4304beb43100db6b8756d2617abcb8
Author: Luc Verhaegen <libv@skynet.be>
Date:   Wed Mar 8 16:51:00 2006 +0000

    Remove daft dependance on mode->ClockIndex. We used it to tell vgaHWInit to
        use clock 2, while ClockIndex = -1 is clock 3. So just use clock 3 for
        the ramdacs and be done with.

commit 9111778901526b8d7f9a5c3977f51746bc4ffbd0
Author: Luc Verhaegen <libv@skynet.be>
Date:   Tue Jan 31 10:05:33 2006 +0000

    Remove dual clockranges. ET4000W32p now always uses the dac bus as
    16bits wide.

commit 58d6be9da00da4f6e2fa3cf3d78118012fcca436
Author: Luc Verhaegen <libv@skynet.be>
Date:   Sun Jan 29 20:07:23 2006 +0000

    Fully implement the Chrontel CH8398. This has the exact same 24bpp
        weirdness, so i guess this is an fb issue.

commit 24564dc891ba42395b5c8db63dd65f9f3fad5417
Author: Luc Verhaegen <libv@skynet.be>
Date:   Sat Jan 28 18:10:03 2006 +0000

    Fully implement the SGS-Thomson STG-1703. This is working great except for
        24bpp, where there seems to be an offset issue. Red is blue, green is
        red, blue is green. Will dig that one out later on. 8bpp and 16bpp
        (both with 8 and 16bit dac bus) and 32bpp are great.

commit 0fa3293187969cacd3368b6c2f13564d7ee63d44
Author: Luc Verhaegen <libv@skynet.be>
Date:   Sat Jan 28 13:38:32 2006 +0000

    - Remove pTseng->ModeReg
    - Split ET6000 bpp, dotclock and ram clock handling from the ET4000s ramdac
        code.

commit 9b03a1959d4266fda1cccaf77d9f11e23f81cce1
Author: Luc Verhaegen <libv@skynet.be>
Date:   Fri Jan 27 10:25:46 2006 +0000

    Tseng: Clear duplicate PrivFlag.

commit 50a68825a098d8c244dcbb88e80e30790c0d1901
Author: Luc Verhaegen <libv@skynet.be>
Date:   Thu Jan 26 11:25:22 2006 +0000

    Improve tseng driver transparency.
    - move all VGA inbs/outbs to vgahw calls, provide our own when relevant
        callbacks are missing.
    - move ET4000 sprite accesses to ET4000CursorRead/Write.
    - move ET6000 IO accesses to ET6000IORead/Write.
    - fix regression with CH8398, introduced with the ramdac cleanup.

commit 8035fb04c5aa448bcd67251de4e0284101969dee
Author: Luc Verhaegen <libv@skynet.be>
Date:   Mon Jan 23 10:45:43 2006 +0000

    tseng: Reorganise code:
    - move tseng_ramdac.c, tseng_clock.c, tseng_dpms.c, and TsengAdjustFrame,
        TsengValidMode, TsengSave, TsengRestore, TsengModeInit from
        tseng_driver.c into tseng_mode.c.
    - move tseng_acl.c and tseng_colexp.c into tseng_accel.c
    - move tseng_acl.h and tseng_inline.g into tseng_accel.h
    - move all accel functions except for 2 to static, ifdef out unused ones.

commit 9b9458dd325154ae6753db656d7198c3645e5fda
Author: Luc Verhaegen <libv@skynet.be>
Date:   Sun Jan 22 13:12:31 2006 +0000

    tseng: Clean up ramdac handling.
    - Remove all ramdacs except STG1703 and CH8398. Both are in my possession,
        both are currently broken and have been for ages, but both will be
        fixed. ICS5341 is out there somewhere too, will be added when i get my
        hands on it.
    - Cleanly split up ET4000 handling and ET6000 code, both for dotclock,
        memory clocking and ramdac.
    - Limit driver to either 8, 16, 24 or 32bpp.

commit 500a6368d375482cb14eb5fcf119bcc63a8326af
Author: Luc Verhaegen <libv@skynet.be>
Date:   Sun Jan 22 09:48:15 2006 +0000

    Tseng in the PCI era: Remove banked memory.

commit c2e3645e67580fc465e3b06322d85d14ea5cccc5
Author: Luc Verhaegen <libv@skynet.be>
Date:   Sun Jan 22 08:33:37 2006 +0000

    Further tseng changes.
    - -Wall and -pedantic are gccisms (Alan Coopersmith).
    - Remove ET4000, ET4000W32 and ET4000W32I devices.
    - Rework handling of remaining devices.
    - Clean up Probe and PreInit to only handle pci devices.

commit 85397a4ef7a3a13f7e2940cb0e5c2fdbfea4c695
Author: Luc Verhaegen <libv@skynet.be>
Date:   Sat Jan 21 11:30:44 2006 +0000

    It's 2006, maybe it's time to inform the tseng driver that humankind
        survived the millenium bug.
    First phase of changes:
    - Fix a glaring problem that's been there since 1998: RegRec arrays used
        beyond their boundaries.
    - Add -Wall and -pedantic to CFLAGS.
    - Fix VERSION redefinition.

commit 9c6c1ba8c71b805cc850e4f2e858b849b321becb
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:30:04 2005 +0000

    Update package version for X11R7 release.

commit f3af75f8a15fc8642a2445ab0399a1035c6f775c
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:25:56 2005 +0000

    Stub COPYING files

commit 8ddbdb7acf64c1c191c69ed93d969d55529fcd4b
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:20 2005 +0000

    Update package version number for final X11R7 release candidate.

commit 3a28a2af1aeae52a0ba501e83418a73f0e9b8083
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Dec 6 22:48:40 2005 +0000

    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit a5e7061284a3d6c235e17527824c151eab4a500c
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:36 2005 +0000

    Update package version number for X11R7 RC3 release.

commit 80f07603a74f9cdae8e78630ff1616432a0184ff
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Dec 2 02:16:11 2005 +0000

    Remove extraneous AC_MSG_RESULT.

commit 167226536dd62c5928791a5531ffb359420789a9
Author: Adam Jackson <ajax@nwnk.net>
Date:   Tue Nov 29 23:30:05 2005 +0000

    Only build dlloader modules by default.

commit 03cd84412f72adb7e107ed1b5cdb5cce42157f40
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:04:14 2005 +0000

    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 622f53b0e18d9497798ffa031749787e280cc212
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:49:21 2005 +0000

    Add .cvsignores for drivers.

commit 0e89a5ef18103630bf8eedbbf8571b2eba09e931
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Nov 9 21:15:22 2005 +0000

    Update package version number for X11R7 RC2 release.

commit 43c7cf3c3e7aba4c88abfb58fdcf39c1a5f3721c
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Nov 1 15:08:56 2005 +0000

    Update pkgcheck depedencies to work with separate build roots.

commit d5715dd298ce195e8e7b6a45ecb40d84227b6dad
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:48:05 2005 +0000

    Update package version number for RC1 release.

commit d45ce8aebeb350941b1a715da8122ae71448876f
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Oct 18 00:01:55 2005 +0000

    Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
        substitutions to work better with BSD make

commit 498d6aaeac8c2de97c5e4f4f1ded434ad983a534
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Oct 17 22:57:37 2005 +0000

    More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
        of indirectly

commit 37b3af373d7cbbd1e37c4295acaee05ee2e718ae
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 00:09:07 2005 +0000

    Use sed & cpp to substitute variables in driver man pages

commit c8438067e1fca1f43779129e54604fbe68cd8f5c
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Thu Aug 18 09:03:54 2005 +0000

    Update autogen.sh to one that does objdir != srcdir.

commit 0060b45acde484363c5066fdbbc24ba9302029cf
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:46 2005 +0000

    Various changes preparing packages for RC0:
    - Verify and update package version numbers as needed
    - Implement versioning scheme
    - Change bug address to point to bugzilla bug entry form
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
        reenable it)
    - Fix makedepend to use pkgconfig and pass distcheck
    - Update build script to build macros first
    - Update modular Xorg version

commit c2d898c265670c74f8d0aa43d9a3538692f94060
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Tue Jul 26 23:51:03 2005 +0000

    Build system for tseng

commit 34821cefd17fa78ca6ef1e42f0e5614c9c1e95eb
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Jul 11 02:30:06 2005 +0000

    Prep for modular builds by adding guarded #include "config.h" everywhere.

commit 088f5a28df6b82b127e5ca67f8a6b567e61229b7
Author: Adam Jackson <ajax@nwnk.net>
Date:   Sat Jun 25 21:16:59 2005 +0000

    Bug #3626: _X_EXPORT tags for video and input drivers.

commit 158c29da25a3b31c31a5f962eae4b7d243533fc1
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Wed Apr 20 12:25:32 2005 +0000

    Fix includes right throughout the Xserver tree:
    change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
    change "foo.h", "extensions/foo.h" and "X11/foo.h" to
        <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
    change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.

commit 260b04232cc68431633aef0842bac3fdf94880aa
Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
Date:   Sat Dec 4 00:43:10 2004 +0000

    Encoding of numerous files changed to UTF-8

commit 9349d469fda7c1bf2ada01ac17e83da4f4b83fd0
Author: Eric Anholt <anholt@freebsd.org>
Date:   Wed Jun 16 09:24:09 2004 +0000

    DRI XFree86-4_3_99_12-merge import

commit e43ddda495ed5ff4a39966fa2249125214a8e17e
Author: Egbert Eich <eich@suse.de>
Date:   Wed May 26 16:24:09 2004 +0000

    Fixing setting of physical framebuffer base for several drivers. C&T
        driver: Fixed setting of minimal clocks for HiQV chipsets. Neomagic
        driver: improved support for lowres double scan modes.

commit 4ba842dddc8c6bb10a626bc01bc11f64a45be9fa
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 19:52:24 2004 +0000

    Merging XORG-CURRENT into trunk

commit 9da00669ac5ceb1e8eefbc98689da9e3015bf59a
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:33:41 2004 +0000

    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

commit 5a84a3f014543554b43037f9b39479d05c8dee5e
Author: Egbert Eich <eich@suse.de>
Date:   Wed Mar 3 12:12:28 2004 +0000

    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

commit 0dc3b939140595cd0fc190a6920a9b204cd9c557
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 13:35:55 2004 +0000

    readding XFree86's cvs IDs

commit 946579498b6b02bdb271e6ead1ee6b7c8f375432
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:23:28 2004 +0000

    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

commit 6145158569721959d6adb98eb2a26e8f850088da
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Tue Nov 25 19:28:43 2003 +0000

    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

commit 795dc7c87de581d0b70926845620186e1a2e1a1f
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:55 2003 +0000

    XFree86 4.3.0.1

commit f8465308152c64c6e05ebf814794aec1022046c5
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:55 2003 +0000

    Initial revision



Reply to: