summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-19Use unsigned long rather than deprecated IOADDRESSJeremy Huddleston1-1/+1
2011-10-09Fix compiler warnings about signednessJeremy Huddleston1-2/+3
2011-10-09gettimeofday is in <sys/time.h>Jeremy Huddleston1-0/+2
2011-10-09Use malloc/calloc/realloc/free directlyJeremy Huddleston6-51/+51
2010-10-06Purge cvs tags.Jesse Adkins1-1/+0
2010-07-22config: add comments for main statementsGaetan Nadon1-6/+6
2010-07-21config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-4/+5
2010-07-21config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-2/+2
2010-07-21config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2010-07-21config: complete AC_INIT m4 quotingGaetan Nadon1-2/+2
2010-07-20config: remove unrequired AC_SUBST([DRI_CFLAGS])Gaetan Nadon1-1/+0
2010-07-20config: remove unrequired AC_SUBST([XORG_CFLAGS])Gaetan Nadon1-1/+0
2010-07-20config: remove unrequired AC_HEADER_STDCGaetan Nadon1-2/+0
2010-07-20config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
2010-07-20config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-07-20config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2-21/+7
2010-06-13COPYING: replace stub file with actual Copyright notices.Gaetan Nadon1-8/+19
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith1-22/+19
2009-12-28configure.ac: use backticks rather than $() for cmd subsGaetan Nadon1-1/+1
2009-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon1-1/+0
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2-3/+6
2009-10-26Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon3-79/+12
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon2-8/+0
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-6/+64
2009-07-30tdfx: bump for release 1.4.3xf86-video-tdfx-1.4.3Dave Airlie1-1/+1
2009-07-28tdfx: change to using ABI version checkDave Airlie1-1/+1
2009-07-28tdfx: update for resources/RAC API removalDave Airlie1-1/+5
2009-07-02tdfx 1.4.2xf86-video-tdfx-1.4.2Adam Jackson1-1/+1
2009-05-28Remove useless loader symbol lists.Adam Jackson1-117/+1
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-22tdfx 1.4.1xf86-video-tdfx-1.4.1Dave Airlie1-1/+1
2008-10-17Bug #17557: Fix device initialization.Jakub Bogusz1-0/+1
2008-07-07Fix my bad typo in last commit.Tiago Vignatti1-17/+19
2008-07-04Remove libc wrapper functions.Tiago Vignatti1-6/+6
2008-03-19tdfx 1.4.0xf86-video-tdfx-1.4.0Adam Jackson1-1/+1
2008-03-19Death to RCS tags.Adam Jackson14-14/+0
2008-03-09Makefile.am: nuke RCS IdMatthieu Herrb1-1/+0
2008-02-27update tdfx to use proper pciaccess detectionDave Airlie4-32/+34
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2007-08-23Rename .cvsignore to .gitignoreJames Cloos3-0/+0
2007-08-07TDFX_*_VERSION using PACKAGE_VERSION_*Brice Goglin1-3/+3
2007-03-30Initial pass at porting driver to pci-rework. DOES NOT WORK.Ian Romanick4-11/+247
2007-03-14White-space police in TDFXInitChips.Ian Romanick1-43/+52
2007-03-14Minor code cleaning in TDFXMapMem.Ian Romanick1-5/+3
2007-03-14Make TDFXGetRec return the pointer instead of a bool.Ian Romanick1-7/+9
2007-03-14Wrap pciReadLong / pciWriteLong with macros.Ian Romanick3-494/+513
2007-03-09Supply NULL driverFunc pointer in DriverRec.Ian Romanick1-2/+3
2007-02-27Add DDC2/I2C support to the tdfx driverMichael Lorenz3-36/+156