[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+20090701+c0bf670-1'



Tag 'xserver-xorg-video-nouveau-0.0.10-git+20090701+c0bf670-1' created by Chris Lamb <lamby@debian.org> at 2009-07-04 20:09 +0000

xserver-xorg-video-nouveau (1:0.0.10~git+20090701+c0bf670-1) experimental; urgency=low

Changes since debian/0.0.10-git+20090519+9656762-1:
Adam Jackson (1):
      Remove useless loader symbol lists.

Ben Skeggs (28):
      don't run vbios parser when kms enabled
      kms: clip sw transition dims to smallest common area
      explicitly mark buffers mappable
      exa: fix compile against latest libdrm_nouveau
      nv50: use tile_mode from bo
      nv50: use non-linear scanout buffer when driver pixmaps enabled
      exa: create unacceleratable pixmaps (ie. 1bpp) in system memory
      nv50: make use of larger tile sizes
      exa: wait_marker becomes a NOP with driver pixmaps
      xv: fix some issues with driver pixmaps
      exa: use the sane CreatePixmap hook, if available
      nv50: use libwfb for pixmap access when driver pixmaps enabled
      fix some pitch issues
      wfb: need a 64-bit datatype for multiply_factor
      wfb: work-around wfb suckage
      wfb: "mode0" tiles have the same pitch as the others
      nv50: sigh
      nv50: create non-linear scanout buffers for rotation
      kms: point rotation pixmap at correct buffer
      kms: fix rotation buffer pitch
      kms: small cleanup
      wfb: be more cautious in a few places
      wfb: use straight memcpy hook if no tiled wraps present
      kms: safer fb resize func
      wrap BlockHandler a little earlier
      bios: use image from PRAMIN in preference to PROM on NV50
      bios: oops
      wfb: fix stupid thinko + more safety

Chris Lamb (6):
      Merge branch 'upstream-experimental' into debian-experimental
      New upstream snapshot.
      Add long changelog.
      Bump Build-Depends on libdrm-dev.
      Bump Standards-Version to 3.8.2.
      releasing version 1:0.0.10~git+20090701+c0bf670-1

Stuart Bennett (13):
      Tolerate missing fp bios table (rh#502371)
      randr12: fix two colour cursor on second head
      Fix oopsy from 81bbdd4e causing broken framebuffer
      randr12: a bunch of trivial improvements and tidyups
      Simplify tests for digital fp outputs
      randr12: line length improvements
      randr12: better behaviour (avoid crash) when fp native mode can't be found
      randr12: disable lvds (invalidate all modes) if bios lvds parsing fails
      Remove "TMDS table script pointers not stubbed" bios warning
      randr12: improve uniformity of props code
      Move head getting into nouveau_hw.c
      randr12: split from pre-randr12 structs into new header, de-typedef
      Add DVI-A output info for Mac card missing bios tables (#21273)

---
 debian/changelog      |   57 ++++++++++++
 debian/control        |    4 
 src/Makefile.am       |    2 
 src/drmmode_display.c |  158 +++++++++++++++++++---------------
 src/nouveau_bios.h    |    2 
 src/nouveau_dri2.c    |    3 
 src/nouveau_exa.c     |  183 +++++++++++++++++++++++++++++----------
 src/nouveau_hw.c      |   72 +++++++++++++--
 src/nouveau_hw.h      |    4 
 src/nouveau_local.h   |   12 --
 src/nouveau_ms.h      |  156 ++++++++++++++++++++++++++++++++++
 src/nouveau_wfb.c     |  193 ++++++++++++++++++++++++++++++++++++++++++
 src/nouveau_xv.c      |   23 ++---
 src/nv30_exa.c        |    5 -
 src/nv30_xv_tex.c     |    6 -
 src/nv40_exa.c        |    5 -
 src/nv40_xv_tex.c     |    6 -
 src/nv50_exa.c        |    6 -
 src/nv50_randr.c      |    4 
 src/nv50_xv.c         |   10 +-
 src/nv_bios.c         |  124 ++++++++++++++++-----------
 src/nv_const.h        |    2 
 src/nv_crtc.c         |   99 ++++++++++-----------
 src/nv_cursor.c       |   22 ++--
 src/nv_dri.c          |    2 
 src/nv_driver.c       |  229 ++++++++++++++------------------------------------
 src/nv_output.c       |  124 ++++++++++++++-------------
 src/nv_proto.h        |   16 ++-
 src/nv_setup.c        |   64 ++-----------
 src/nv_type.h         |  113 +-----------------------
 30 files changed, 1037 insertions(+), 669 deletions(-)
---


Reply to: