[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.3-1'



Tag 'xserver-xorg-video-nv-1_2.0.3-1' created by Julien Cristau <jcristau@debian.org> at 2008-04-10 18:28 +0000

Tagging upload of xserver-xorg-video-nv 1:2.0.3-1 to proposed-updates.

Changes since nv-2.0.2:
Aaron Plattner (27):
      Add new chips to the manpage.
      GeForce 8300 GS and GeForce 8400 GS.
      GeForce 8800 Ultra
      Fix some harmless warnings.
      Fix build by moving #include <xf86DDC.h> to after xf86.h.
      Add rudimentary VBE-based dual head support for pre-G80.
      Fix some random colormap corruption on DFPs with certain pre-G80 GPUs.
      Support configs with BAR1 < total RAM < 256 MB.
      GeForce 8400M G.
      Put the GPU into don't corrupt the framebuffer mode to work around MacBook wackiness.
      GeForce 8600M GT.
      More GeForce 8 series mobile chips.
      Bug #4686: Fix a minor GeForceFX + flatpanel + video overlay corruption issue.
      Nuke old RCS tags.
      Add release.sh to .gitignore.
      New products.
      Remove unused headers.
      G80 bug #12637: Unwedge the hardware if the BIOS left it stuck.
      GeForce 8800 GT.
      G80: Reduce load detection false positives.
      Bug #7309: Delay after disabling cursor to avoid wedging the cursor hardware on GeForce 6150.
      New chips.
      Fix more load detection false positives.
      Update know card list date and add G92 to the manpage.
      Fix warning.
      Don't consider DAC0 for load detection.
      Bump to 2.0.3.

Branden Robinson (4):
      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
      Test for existence of debian/patches directory before creating a symlink to it.

Brice Goglin (4):
      Fix displaying of patches applied by quilt.
      Minor fixes in the patching system.
      Fix "display the output of quilt push/pop".
      Do not call laptop-detect, let the only user call it directly

David Nusinow (28):
      Vendor drop of the rest of 7.0
      Update drivers in modular branch. We'll re-pull the ubuntu packaging properly
      Add packaging for various drivers
      Add copyright info
      Fix maintainer and uploader fields. God, I love sed.
      * Rename driver packages to be more consistent and intuitive
      Pull in and use xsfbs
      Move .install files to new naming scheme for drivers
      Change driver package names to new scheme
      Move all install files for renaming scheme and delete v4l driver which doesn't currently have packaging
      Fix Branden's email address
      * Partial port of general/028_loader_speed_hack.diff to append _drv to the
      Revert revision 1399 that added the obsolete loader speed hack patch port. Thanks Daniel Stone.
      Prepare changelogs for upload to unstable
      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
      Prepare changelog for upload to unstable
      Move the files so they'll be put in debian/xsfbs automatically when pulled
      Update serverabi generation to also account for driver Provides
      Fix name of serverminver
      Add support for X server input ABI versioning
      Fix typo that prevented the input abi versioning from working.
      Fix one missed bit from the serverabiver -> serverminver rename
      Remove make-orig-tar-gz target
      Kill the manifest code.

Julien Cristau (10):
      Add new "serverabi" rule to generate drivers dependency on the server.
      Fix copy/paste typo in the input driver provides.
      Merge tag 'nv-1_2_0' into debian-etchnhalf
      Merge git.debian.org:/git/pkg-xorg/xsfbs into debian-etchnhalf
      Merge tag 'nv-2.0.3' into debian-etchnhalf
      Revert "Use XORG_RELEASE_VERSION."
      autoreconf
      Update changelogs
      Revert "Bug #4686: Fix a minor GeForceFX + flatpanel + video overlay corruption issue."
      Prepare changelog for upload.

Steve Langasek (2):
      more fixes for unversioned directory names
      merge nv 7.1 video driver to trunk for upload to unstable

---
 .gitignore                           |    1 
 ChangeLog                            |  967 +
 Makefile.in                          |  667 +
 aclocal.m4                           | 7933 ++++++++++++
 config.guess                         | 1500 ++
 config.h.in                          |   78 
 config.sub                           | 1608 ++
 configure                            |22213 +++++++++++++++++++++++++++++++++++
 configure.ac                         |   12 
 debian/changelog                     |   99 
 debian/compat                        |    1 
 debian/control                       |   27 
 debian/copyright                     |   56 
 debian/rules                         |   91 
 debian/xserver-xorg-video-nv.install |    2 
 debian/xsfbs/xsfbs-autoreconf.mk     |  150 
 debian/xsfbs/xsfbs.mk                |  312 
 debian/xsfbs/xsfbs.sh                |  900 +
 depcomp                              |  530 
 install-sh                           |  323 
 ltmain.sh                            | 6871 ++++++++++
 man/Makefile.in                      |  424 
 man/nv.man                           |    9 
 missing                              |  360 
 mkinstalldirs                        |  158 
 src/Makefile.am                      |    2 
 src/Makefile.in                      |  591 
 src/g80_ddc.c                        |   41 
 src/g80_display.c                    |   24 
 src/g80_driver.c                     |   35 
 src/g80_type.h                       |    1 
 src/nv_const.h                       |    3 
 src/nv_cursor.c                      |    2 
 src/nv_dac.c                         |    6 
 src/nv_dga.c                         |    2 
 src/nv_dma.h                         |    2 
 src/nv_driver.c                      |  255 
 src/nv_hw.c                          |   22 
 src/nv_include.h                     |    2 
 src/nv_local.h                       |    1 
 src/nv_proto.h                       |    3 
 src/nv_setup.c                       |    6 
 src/nv_shadow.c                      |    4 
 src/nv_type.h                        |   13 
 src/nv_video.c                       |    2 
 src/nv_xaa.c                         |    3 
 src/nvreg.h                          |  200 
 src/nvvga.h                          |   82 
 src/riva_const.h                     |    3 
 src/riva_cursor.c                    |    2 
 src/riva_dac.c                       |    3 
 src/riva_dga.c                       |    2 
 src/riva_driver.c                    |    3 
 src/riva_hw.c                        |    4 
 src/riva_hw.h                        |    2 
 src/riva_include.h                   |    2 
 src/riva_local.h                     |    1 
 src/riva_proto.h                     |    3 
 src/riva_setup.c                     |    2 
 src/riva_shadow.c                    |    4 
 src/riva_tbl.h                       |    3 
 src/riva_type.h                      |    2 
 src/riva_xaa.c                       |    3 
 63 files changed, 46233 insertions(+), 400 deletions(-)
---


Reply to: