Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-30 | Add README with pointers to mailing list, bugzilla & git repos | Alan Coopersmith | 1 | -0/+20 | |
2009-01-09 | Remove xorgconfig & xorgcfg from See Also list in man page | Alan Coopersmith | 1 | -1/+1 | |
2008-12-22 | tseng 1.2.1xf86-video-tseng-1.2.1 | Dave Airlie | 1 | -1/+1 | |
2008-08-15 | Uninclude xf86Version.h | Adam Jackson | 1 | -3/+0 | |
2008-07-28 | Remove dependency on xf1bpp and xf4bpp | Paulo Cesar Pereira de Andrade | 1 | -0/+6 | |
Not just don't include the header files. | |||||
2008-03-19 | tseng 1.2.0xf86-video-tseng-1.2.0 | Adam Jackson | 1 | -1/+1 | |
2008-03-19 | Finish making xf1bpp/xf4bpp optional. | Adam Jackson | 1 | -2/+6 | |
2008-03-19 | Fix distcheck | Adam Jackson | 1 | -1/+2 | |
2008-03-19 | Death to RCS tags. | Adam Jackson | 5 | -6/+0 | |
2008-03-09 | Makefile.am: nuke RCS Id | Matthieu Herrb | 1 | -1/+0 | |
2008-02-27 | oops forgot pcirename file | Dave Airlie | 1 | -0/+122 | |
2008-02-27 | blind pciaccess conversion | Dave Airlie | 3 | -7/+51 | |
2007-02-27 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | 1 | -0/+1 | |
2007-02-27 | Replace XFree86 references in man page | Alan Coopersmith | 1 | -3/+3 | |
2006-10-13 | Bump to 1.1.1xf86-video-tseng-1.1.1 | Adam Jackson | 1 | -1/+1 | |
2006-04-11 | Tseng: Fix dotclock breakage on ET6000. The fish crawled out of the swamp, | Luc Verhaegen | 2 | -2/+12 | |
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) | |||||
2006-04-07 | Unlibcwrap. Bump server version requirement. Bump to 1.1.0.tseng-1_1_0XORG-7_1 | Adam Jackson | 3 | -4/+5 | |
2006-03-08 | Remove daft dependance on mode->ClockIndex. We used it to tell vgaHWInit to | Luc Verhaegen | 2 | -5/+11 | |
use clock 2, while ClockIndex = -1 is clock 3. So just use clock 3 for the ramdacs and be done with. | |||||
2006-01-31 | Remove dual clockranges. ET4000W32p now always uses the dac bus as | Luc Verhaegen | 4 | -181/+109 | |
16bits wide. | |||||
2006-01-29 | Fully implement the Chrontel CH8398. This has the exact same 24bpp | Luc Verhaegen | 3 | -231/+292 | |
weirdness, so i guess this is an fb issue. | |||||
2006-01-28 | Fully implement the SGS-Thomson STG-1703. This is working great except for | Luc Verhaegen | 4 | -132/+395 | |
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. | |||||
2006-01-28 | - Remove pTseng->ModeReg | Luc Verhaegen | 3 | -133/+145 | |
- Split ET6000 bpp, dotclock and ram clock handling from the ET4000s ramdac code. | |||||
2006-01-27 | Tseng: Clear duplicate PrivFlag. | Luc Verhaegen | 3 | -188/+149 | |
2006-01-26 | Improve tseng driver transparency. | Luc Verhaegen | 5 | -435/+593 | |
- 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. | |||||
2006-01-23 | tseng: Reorganise code: | Luc Verhaegen | 13 | -2924/+2683 | |
- 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. | |||||
2006-01-22 | tseng: Clean up ramdac handling. | Luc Verhaegen | 7 | -1396/+547 | |
- 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. | |||||
2006-01-22 | Tseng in the PCI era: Remove banked memory. | Luc Verhaegen | 10 | -381/+99 | |
2006-01-22 | Further tseng changes. | Luc Verhaegen | 12 | -913/+378 | |
- -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. | |||||
2006-01-21 | It's 2006, maybe it's time to inform the tseng driver that humankind | Luc Verhaegen | 5 | -92/+114 | |
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. | |||||
2005-12-21 | Update package version for X11R7 release.XORG-7_0 | Kevin E Martin | 2 | -1/+6 | |
2005-12-19 | Stub COPYING files | Adam Jackson | 1 | -0/+12 | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | 2 | -1/+6 | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | 2 | -2/+7 | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | 2 | -1/+6 | |
2005-12-02 | Remove extraneous AC_MSG_RESULT. | Kevin E Martin | 2 | -1/+5 | |
2005-11-29 | Only build dlloader modules by default. | Adam Jackson | 2 | -0/+6 | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | 1 | -1/+1 | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||||
2005-11-21 | Add .cvsignores for drivers. | Eric Anholt | 3 | -0/+27 | |
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_902 | Kevin E Martin | 2 | -1/+6 | |
2005-11-01 | Update pkgcheck depedencies to work with separate build roots. | Kevin E Martin | 2 | -1/+13 | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | 1 | -1/+1 | |
2005-10-18 | Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro | Alan Coopersmith | 1 | -1/+1 | |
substitutions to work better with BSD make | |||||
2005-10-17 | More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead | Adam Jackson | 1 | -1/+1 | |
of indirectly | |||||
2005-10-17 | Use sed & cpp to substitute variables in driver man pages | Alan Coopersmith | 2 | -21/+62 | |
2005-08-18 | Update autogen.sh to one that does objdir != srcdir. | Daniel Stone | 1 | -1/+0 | |
2005-07-29 | Various changes preparing packages for RC0:XORG-6_99_99_900 | Kevin E Martin | 1 | -2/+4 | |
- 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 | |||||
2005-07-26 | Build system for tseng | Søren Sandmann Pedersen | 5 | -0/+165 | |
2005-07-11 | Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15 | Adam Jackson | 10 | -39/+47 | |
2005-06-25 | Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_14XORG-6_8_99_13 | Adam Jackson | 1 | -2/+2 | |
2005-04-20 | Fix includes right throughout the Xserver tree:sco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10 | Daniel Stone | 1 | -17/+19 | |
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. |