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

xserver-xorg-video-nouveau: Changes to 'refs/tags/xserver-xorg-video-nouveau-0.0.10-git+20090105+7dc567d-1'



Tag 'xserver-xorg-video-nouveau-0.0.10-git+20090105+7dc567d-1' created by Chris Lamb <lamby@debian.org> at 2009-01-05 20:08 +0000

Uploading xserver-xorg-video-nouveau (0.0.10-git+20090105+7dc567d-1) to experimental.

Changes since xserver-xorg-video-nouveau-0.0.10-git+20081028+cea05e1-1:
Ben Skeggs (2):
      nv50: program physical addresses into CRTCs, not VM addresses.
      nv50: correct size/layout of uploaded data

Chris Lamb (3):
      New upstream snapshot.
      Update Build-Depends on libdrm-dev.
      Merge branch 'upstream-experimental' into debian-experimental

Maarten Maathuis (8):
      nv50_randr: plug a small memory leak
      bios: support g80 loadval table
      nv50: use bios provided load detect value
      nv50: Improve lut code.
      configure: Avoid compiling drm modesetting code by accident.
      nv50: implement set_origin (mostly used for panning)
      nv50: implement get_crtc
      Make CHECK_TIMEOUT() a little more correct.

Stuart Bennett (8):
      randr12: fix stupidity from 539f4990
      Do not attempt to parse FP mode tables for Mac laptops (#18636)
      Punt all bios structs and defines into a new header
      randr12: allow ddc while crtc is locked
      randr12: pass cursor visibility changes through mode state structures
      Group all DCB I2C info for a given bus in a structure
      Implement bios opcodes 4C and 4D
      nv04-nv4x: support RandR 1.3 panning

---
 configure.ac         |   18 ++-
 debian/changelog     |   28 ++++
 debian/control       |    2 
 src/Makefile.am      |    1 
 src/nouveau_bios.h   |  169 +++++++++++++++++++++++++++++
 src/nouveau_crtc.h   |   10 +
 src/nouveau_dma.c    |   14 +-
 src/nouveau_output.h |    3 
 src/nouveau_xv.c     |   45 +++----
 src/nv50_crtc.c      |   64 +++++------
 src/nv50_dac.c       |   50 ++++++--
 src/nv50_output.c    |    4 
 src/nv50_randr.c     |   54 ++++++++-
 src/nv50_sor.c       |   24 ++++
 src/nv_bios.c        |  296 ++++++++++++++++++++++++++++++++++++++++++++-------
 src/nv_crtc.c        |    5 
 src/nv_driver.c      |   54 +++++----
 src/nv_hw.c          |   23 ++-
 src/nv_i2c.c         |   57 +++++----
 src/nv_output.c      |   31 ++++-
 src/nv_proto.h       |    7 -
 src/nv_type.h        |  143 ------------------------
 src/nvreg.h          |    2 
 23 files changed, 780 insertions(+), 324 deletions(-)
---


Reply to: