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

xserver-xorg-video-nv: Changes to 'refs/tags/xserver-xorg-video-nv-1_2.0.96-1'



Tag 'xserver-xorg-video-nv-1_2.0.96-1' created by Julien Cristau <jcristau@debian.org> at 2007-06-09 03:25 +0000

Tagging upload of xserver-xorg-video-nv 1:2.0.96-1 to experimental.

Changes since xserver-xorg-video-nv-1_2.0.2-1:
Aaron Plattner (25):
      Fix warnings.
      G80: Create output partners.
      G80: Improve output detection.
      G80: Use xf86CrtcScreenInit and xf86SetDesiredModes.
      G80: Get HW cursor working with RandR 1.2.
      G80: Use the right mode struct when setting up an SOR.
      G80: Get DPMS working with RandR 1.2.
      G80: Get rid of debug printouts.
      Always support G80.
      Add new chips to the manpage.
      Remove unused g80_ddc.h.
      Steal RandR1.2 compat code from the Intel driver.
      GeForce 8300 GS and GeForce 8400 GS.
      G80: Remove AdjustFrame printout.
      Depend on server 1.2 or higher.
      Merge branch 'randr-1.2'
      G80: EXA infrastructure.
      EXA: Add solid, copy, and UTS hooks.
      Get EXA resizing working and document it.
      Remove some old stuff from README.G80.
      GeForce 8800 Ultra
      Fix some harmless warnings.
      Bump to 2.0.95.
      Add rudimentary VBE-based dual head support for pre-G80.
      Bump to 2.0.96.

Bastian Kleineidam (1):
      Install the upstream changelog.

Branden Robinson (1):
      Test for existence of debian/patches directory before creating a symlink to it.

Brice Goglin (10):
      Merge debian-experimental branch into debian-unstable
      Update upstream ChangeLog
      Miscellaneous fixed in debian/control and debian/rules.
      Merge tag 'nv-2.0.95' into debian-experimental
      New upstream release 2.0.95.
      autoreconf
      Update upstream ChangeLog
      Merge tag 'nv-2.0.96' into debian-experimental
      New upstream release 2.0.96
      autoreconf

David Nusinow (18):
      Prepare drivers for use with xserver 1.2, which has a new ABI (version 1.1)
      Merge branch 'upstream-experimental' into debian-experimental
      Note new upstream version plus a fix from git
      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
      Generate Provides line automatically
      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
      Autoreconf
      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
      Fix one missed bit from the serverabiver -> serverminver rename
      Merge branch 'xsfbs-unstable' into debian-experimental

Julien Cristau (7):
      Add new "serverabi" rule to generate drivers dependency on the server.
      Fix copy/paste typo in the input driver provides.
      Merge branch 'xsfbs-unstable' of ../../xsfbs into debian-experimental
      Update upstream changelog.
      Update upstream changelog, and prepare debian changelog for upload.
      Add missing Makefile.in
      Fix leftover from merge(?).

root (2):
      Get rid of BackendMode and disable hw cursor for now.
      Initial RandR 1.2 support for G80.

Timo Aaltonen (1):
      Replaces/Conflicts: xserver-xorg-driver-nv.

---
 ChangeLog              |  380 +++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am            |    2 
 Makefile.in            |    9 -
 README.G80             |    5 
 compat/.gitignore      |    2 
 compat/Makefile.am     |   15 +
 compat/Makefile.in     |  355 ++++++++++++++++++++++++++++++++++++++++++
 compat/README          |    7 
 config.guess           |  117 ++++++-------
 config.h.in            |   15 -
 config.sub             |   75 ++++----
 configure              |  299 +++++++++++++++++++++--------------
 configure.ac           |   72 +++++---
 debian/changelog       |   29 +++
 debian/control         |   18 +-
 debian/rules           |    4 
 debian/xsfbs/xsfbs.mk  |   28 ++-
 ltmain.sh              |  126 +--------------
 man/Makefile.am        |    9 -
 man/Makefile.in        |   12 -
 man/nv.man             |   29 +--
 mkinstalldirs          |   89 ++++++++--
 src/Makefile.am        |   31 +++
 src/Makefile.in        |  155 ++++++++++++++----
 src/g80_cursor.c       |  150 ++++-------------
 src/g80_cursor.h       |    8 
 src/g80_dac.c          |  199 +++++++++++++++++++++++
 src/g80_ddc.c          |  230 ---------------------------
 src/g80_ddc.h          |    1 
 src/g80_display.c      |  410 ++++++++++++++++++++++++-------------------------
 src/g80_display.h      |   21 +-
 src/g80_driver.c       |  239 ++++++++++++++++------------
 src/g80_exa.c          |  329 +++++++++++++++++++++++++++++++++++++++
 src/g80_exa.h          |    1 
 src/g80_output.c       |  347 +++++++++++++++++++++++++++++++++++++++++
 src/g80_output.h       |   29 +++
 src/g80_sor.c          |  151 ++++++++++++++++++
 src/g80_type.h         |   30 +--
 src/g80_xaa.c          |   10 -
 src/g80_xaa.h          |    5 
 src/local_xf86Rename.h |   23 ++
 src/nv_driver.c        |  236 ++++++++++++++++++++++++----
 src/nv_hw.c            |   17 +-
 src/nv_include.h       |    6 
 src/nv_local.h         |    3 
 src/nv_setup.c         |    2 
 src/nv_type.h          |    9 +
 src/nv_video.c         |   13 -
 src/riva_hw.c          |    2 
 src/riva_include.h     |    5 
 src/riva_local.h       |    3 
 51 files changed, 3151 insertions(+), 1211 deletions(-)
---



Reply to: