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

xserver-xorg-video-tdfx: Changes to 'refs/tags/xserver-xorg-video-tdfx-1_1.3.0-2'



Tag 'xserver-xorg-video-tdfx-1_1.3.0-2' created by David Nusinow <dnusinow@debian.org> at 2007-03-02 04:43 +0100

Tagging upload of xserver-xorg-video-tdfx-1_1.3.0-2 to experimental.

Changes since xserver-xorg-video-tdfx-1_1.3.0-1:
Aaron Plattner:
      Add a DrawablePtr argument to the XV functions to pave the way for

Adam Jackson:
      Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the version
      Bug #3626: _X_EXPORT tags for video and input drivers.
      First cut at driver build skeleton.
      Fix the build with DRI enabled. Still at least one runtime issue...
      Prep for modular builds by adding guarded #include "config.h" everywhere.
      Post-merge fixups:
      Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreen
      More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
      Bug #4829: Remove some useless DRI symbol checks.
      Only build dlloader modules by default.
      Bump libdrm dep to 2.0.
      Stub COPYING files
      Unlibcwrap. Bump server version requirement. Bump to 1.2.0.
      Bump to 1.2.1 for Xv changes.
      Bump to 1.2.2

Alan Coopersmith:
      Use sed & cpp to substitute variables in driver man pages
      Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
      Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4

Alan Hourihane:
      Egbert's 64bit fixes for mixed 32/64bit clients

Alex Deucher:
      Fix locking in tdfx driver.  Fixes bug 9032.
      bump to 1.3.0 for release.
      bump to 1.3.0 for release

Branden Robinson:
      Set svn:keywords property to "Id" (keyword already present).
      Note probable out-of-dateness of maplink() function body.
      Add high-level documentation to XSFBS shell library, intended to reduce

Daniel Stone:
      Fix includes right throughout the Xserver tree:
      Update autogen.sh to one that does objdir != srcdir.
      Fix test for DRI headers, bump to 1.0.1.

David Nusinow:
      Move xsfbs back to its rightful place
      Make us error out if we call patch and don't have quilt installed
      Fix the last commit and fix spelling error. Thanks Brice Goglin for the spelling catch.
      Fix for bug #371152. Thanks Joey Hess.
      Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, FIRSTINST, and UPGRADE variables
      Move the files so they'll be put in debian/xsfbs automatically when pulled
      Prepare drivers for use with xserver 1.2, which has a new ABI (version 1.1)
      Merge branch 'upstream-experimental' into debian-experimental
      Merge branch 'xsfbs' into debian-experimental
      Merge branch 'xsfbs-unstable' into debian-experimental
      Generate server dependencies automatically from the ABI
      Update serverabi generation to also account for driver Provides
      Merge branch 'debian-unstable' of git+ssh://dnusinow@alioth.debian.org/git/pkg-xorg/xsfbs into debian-experimental
      Fix name of serverminver
      Merge branch 'xsfbs-unstable' into debian-experimental
      Add support for X server input ABI versioning
      Fix typo that prevented the input abi versioning from working.
      Merge branch 'xsfbs-unstable' into debian-experimental
      Autoreconf
      Revert accidental commit of a debian/patches patch
      Fix one missed bit from the serverabiver -> serverminver rename
      Merge branch 'xsfbs-unstable' into debian-experimental

Donnie Berkholz:
      Bug #7149 <https://bugs.freedesktop.org/show_bug.cgi?id=7149> Change use of

Egbert Eich:
      Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
      Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
      readding XFree86's cvs IDs
      Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
      Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
      Merging XORG-CURRENT into trunk

Eric Anholt:
      DRI XFree86-4_3_99_12-merge import
      DRI trunk-20040613 import
      Merge DRI-trunk-20040613 changes in programs/Xserver/hw/xfree86/drivers,
      Add .cvsignores for drivers.

Ian Romanick:
      I have resolved this by making all the "Direct rendering disabled" messages

Julien Cristau:
      Add new "serverabi" rule to generate drivers dependency on the server.

Kaleb Keithley:
      Initial revision
      XFree86 4.3.0.1
      XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

Kevin E Martin:
      Various changes preparing packages for RC0:
      Update package version number for RC1 release.
      Update pkgcheck depedencies to work with separate build roots.
      Update package version number for X11R7 RC2 release.
      Bump version numbers for X11R6.9/X11R7 RC2.
      Remove extraneous AC_MSG_RESULT.
      Update package version number for X11R7 RC3 release.
      Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
      Update package version number for final X11R7 release candidate.
      Update package version for X11R7 release.

Matthieu Herrb:
      Manual pages fixes (XFree86 bugzilla #1487, Nicolas Joly).

Søren Sandmann Pedersen:
      Build system for tdfx
      Add xf86driproto to dependencies for drivers with DRI support. Patch from

---
 .cvsignore                       |   19 
 Makefile.in                      |    4 
 aclocal.m4                       |  306 ++++++-
 autogen.sh                       |   12 
 config.guess                     |   21 
 config.h.in                      |    9 
 config.sub                       |   58 -
 configure                        | 1524 ++++++++++-----------------------------
 debian/changelog                 |    6 
 debian/control                   |    6 
 debian/rules                     |    2 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 +++
 debian/xsfbs/xsfbs.mk            |  380 +++++++++
 debian/xsfbs/xsfbs.sh            |  907 +++++++++++++++++++++++
 man/.cvsignore                   |    2 
 man/Makefile.in                  |    6 
 mkinstalldirs                    |   89 +-
 src/.cvsignore                   |    6 
 src/Makefile.in                  |    6 
 19 files changed, 2266 insertions(+), 1247 deletions(-)
---



Reply to: