xserver-xorg-video-tdfx: Changes to 'refs/tags/xserver-xorg-video-tdfx-1_1.4.0-1'
Tag 'xserver-xorg-video-tdfx-1_1.4.0-1' created by Julien Cristau <jcristau@debian.org> at 2008-06-06 11:06 +0000
Tagging upload of xserver-xorg-video-tdfx 1:1.4.0-1 to unstable.
Changes since xserver-xorg-video-tdfx-1_1.3.0-6:
Adam Jackson (2):
Death to RCS tags.
tdfx 1.4.0
Brice Goglin (8):
Fix displaying of patches applied by quilt.
Minor fixes in the patching system.
Fix "display the output of quilt push/pop".
TDFX_*_VERSION using PACKAGE_VERSION_*
Do not call laptop-detect, let the only user call it directly
Add upstream URL to debian/copyright
Merge branch 'debian-experimental' into debian-unstable
Update xsfbs/quilt patching rules to be compatible with the
Dave Airlie (1):
update tdfx to use proper pciaccess detection
David Nusinow (3):
Remove make-orig-tar-gz target
* Add 05_request_16bpp_depth.diff
Kill the manifest code.
Ian Romanick (6):
Supply NULL driverFunc pointer in DriverRec.
Wrap pciReadLong / pciWriteLong with macros.
Make TDFXGetRec return the pointer instead of a bool.
Minor code cleaning in TDFXMapMem.
White-space police in TDFXInitChips.
Initial pass at porting driver to pci-rework. DOES NOT WORK.
James Cloos (2):
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Julien Cristau (15):
xsfbs.mk: make 'serverabi' depend on 'install'
Merge git.debian.org:/git/pkg-xorg/xsfbs into debian-experimental
Merge tag 'xf86-video-tdfx-1.4.0' into debian-experimental
autoreconf
Update changelogs and refresh patches
debian/control updates
Drop obsolete patch 03_tdfx_includes.patch.
Remove xsfbs-autoreconf.mk
Remove the .pc directory properly
xsfbs.sh: add remove_conffile_lookup
xsfbs.sh: use 'local' now that policy allows it
Revert to building against xserver 1.4
Merge git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable
Run dpkg-shlibdeps with --warnings=6.
Prepare changelog for upload
Matthieu Herrb (1):
Makefile.am: nuke RCS Id
Michael Lorenz (1):
Add DDC2/I2C support to the tdfx driver
---
.cvsignore | 19
.gitignore | 20
ChangeLog | 100 +
Makefile.in | 31
aclocal.m4 | 265 +-
config.guess | 36
config.sub | 52
configure | 978 ++++++++--
configure.ac | 14
debian/changelog | 29
debian/control | 10
debian/copyright | 3
debian/patches/01_tdfx_disable_dri_on_16mb_with_highres.diff | 8
debian/patches/02_tdfx_improve_mode_rejection_diagnostics.diff | 10
debian/patches/03_tdfx_includes.patch | 32
debian/patches/05_request_16bpp_depth.diff | 11
debian/patches/series | 2
debian/rules | 2
debian/xsfbs/xsfbs-autoreconf.mk | 150 -
debian/xsfbs/xsfbs.mk | 121 -
debian/xsfbs/xsfbs.sh | 394 ++--
depcomp | 93
install-sh | 514 +++--
ltmain.sh | 277 +-
man/.cvsignore | 2
man/.gitignore | 2
man/Makefile.am | 1
man/Makefile.in | 9
missing | 61
mkinstalldirs | 5
src/.cvsignore | 6
src/.gitignore | 6
src/Makefile.in | 31
src/tdfx.h | 67
src/tdfx_accel.c | 1
src/tdfx_dga.c | 1
src/tdfx_dri.c | 11
src/tdfx_dri.h | 1
src/tdfx_dripriv.h | 1
src/tdfx_driver.c | 506 ++++-
src/tdfx_hwcurs.c | 1
src/tdfx_io.c | 1
src/tdfx_priv.c | 1
src/tdfx_priv.h | 1
src/tdfx_sli.c | 963 ++++-----
src/tdfx_video.c | 1
src/tdfxdefs.h | 23
47 files changed, 3118 insertions(+), 1755 deletions(-)
---
Reply to: