summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-01-30Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith1-0/+20
2009-01-09Remove xorgconfig & xorgcfg from See Also list in man pageAlan Coopersmith1-1/+1
2008-12-22tseng 1.2.1xf86-video-tseng-1.2.1Dave Airlie1-1/+1
2008-08-15Uninclude xf86Version.hAdam Jackson1-3/+0
2008-07-28Remove dependency on xf1bpp and xf4bppPaulo Cesar Pereira de Andrade1-0/+6
Not just don't include the header files.
2008-03-19tseng 1.2.0xf86-video-tseng-1.2.0Adam Jackson1-1/+1
2008-03-19Finish making xf1bpp/xf4bpp optional.Adam Jackson1-2/+6
2008-03-19Fix distcheckAdam Jackson1-1/+2
2008-03-19Death to RCS tags.Adam Jackson5-6/+0
2008-03-09Makefile.am: nuke RCS IdMatthieu Herrb1-1/+0
2008-02-27oops forgot pcirename fileDave Airlie1-0/+122
2008-02-27blind pciaccess conversionDave Airlie3-7/+51
2007-02-27renamed: .cvsignore -> .gitignoreAlan Coopersmith1-0/+1
2007-02-27Replace XFree86 references in man pageAlan Coopersmith1-3/+3
2006-10-13Bump to 1.1.1xf86-video-tseng-1.1.1Adam Jackson1-1/+1
2006-04-11Tseng: Fix dotclock breakage on ET6000. The fish crawled out of the swamp,Luc Verhaegen2-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-07Unlibcwrap. Bump server version requirement. Bump to 1.1.0.tseng-1_1_0XORG-7_1Adam Jackson3-4/+5
2006-03-08Remove daft dependance on mode->ClockIndex. We used it to tell vgaHWInit toLuc Verhaegen2-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-31Remove dual clockranges. ET4000W32p now always uses the dac bus asLuc Verhaegen4-181/+109
16bits wide.
2006-01-29Fully implement the Chrontel CH8398. This has the exact same 24bppLuc Verhaegen3-231/+292
weirdness, so i guess this is an fb issue.
2006-01-28Fully implement the SGS-Thomson STG-1703. This is working great except forLuc Verhaegen4-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->ModeRegLuc Verhaegen3-133/+145
- Split ET6000 bpp, dotclock and ram clock handling from the ET4000s ramdac code.
2006-01-27Tseng: Clear duplicate PrivFlag.Luc Verhaegen3-188/+149
2006-01-26Improve tseng driver transparency.Luc Verhaegen5-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-23tseng: Reorganise code:Luc Verhaegen13-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-22tseng: Clean up ramdac handling.Luc Verhaegen7-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-22Tseng in the PCI era: Remove banked memory.Luc Verhaegen10-381/+99
2006-01-22Further tseng changes.Luc Verhaegen12-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-21It's 2006, maybe it's time to inform the tseng driver that humankindLuc Verhaegen5-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-21Update package version for X11R7 release.XORG-7_0Kevin E Martin2-1/+6
2005-12-19Stub COPYING filesAdam Jackson1-0/+12
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2-1/+6
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2-2/+7
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2-1/+6
2005-12-02Remove extraneous AC_MSG_RESULT.Kevin E Martin2-1/+5
2005-11-29Only build dlloader modules by default.Adam Jackson2-0/+6
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-21Add .cvsignores for drivers.Eric Anholt3-0/+27
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2-1/+6
2005-11-01Update pkgcheck depedencies to work with separate build roots.Kevin E Martin2-1/+13
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin1-1/+1
2005-10-18Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macroAlan Coopersmith1-1/+1
substitutions to work better with BSD make
2005-10-17More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ insteadAdam Jackson1-1/+1
of indirectly
2005-10-17Use sed & cpp to substitute variables in driver man pagesAlan Coopersmith2-21/+62
2005-08-18Update autogen.sh to one that does objdir != srcdir.Daniel Stone1-1/+0
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin1-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-26Build system for tsengSøren Sandmann Pedersen5-0/+165
2005-07-11Prep 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_15Adam Jackson10-39/+47
2005-06-25Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_14XORG-6_8_99_13Adam Jackson1-2/+2
2005-04-20Fix 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_10Daniel Stone1-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.