[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+20080803+30f54f2-1'



Tag 'xserver-xorg-video-nouveau-0.0.10-git+20080803+30f54f2-1' created by Chris Lamb <chris@chris-lamb.co.uk> at 2008-08-03 16:43 +0000

Tagging 1:0.0.10~git+20080803+30f54f2-1

Changes since xserver-xorg-video-nouveau-0.0.10-git+20080706+b1f3169-1:
Ben Skeggs (20):
      exa: pass window coords to m2mf-based UTS/DFS
      nv50: tile offscreen pixmaps
      nv50: exa composite
      nv50: de-magic things before someone accuses me of being an NVIDIA employee
      nv50: Xv support
      nv50: exa/xv share some stuff, punt it out to nv50_accel.[ch]
      nv30: un-change something that somehow changed in an earlier commit. oops!
      nv30: more bustage from header update
      nv30: more header name changes...
      exa: rename m2mf locals to prevent some confusion
      nv50: remove acquire/release surface stuff
      exa: missed a reloc delta
      nv50: punt vertex emission macro out to header
      nv50: sync after composite for the moment
      nv50: no more sync in composite() :)
      Revert "NV50EXA: read the notes + cleanup + enabled 32bpp solid fill"
      nv50: remove 32bpp solid fill fallback
      nv50: support YUY2 in textured video adaptor
      remove use of implicit variables from pushbuf macros
      nv50: fix mystery typo

Chris Lamb (3):
      New upstream snapshot.
      Update dependency on libdrm-dev. Move to ">=" relation.
      Merge branch 'upstream-experimental' into debian-experimental

Danny (1):
      randr12: fix dithering output property endian issue (#16624)

Dave Airlie (1):
      nouveau: fix macro as pointed out my moondrake on irc

Maarten Maathuis (7):
      NV50_KMS: some basic scaling and dithering output property support
      EXA: put NOUVEAU_FALLBACK in a do { } while (0), fixed opera corruption for me.
      NV50EXA: read the notes + cleanup + enabled 32bpp solid fill
      NV50EXA: serious brain fart of my part, sorry
      NV50: my best guess at the lvds bios table, time will tell if it's correct for more than a few cases
      NV50: forgot something
      NV50: I was proven wrong quicker than i thought, reinstate a slightly prettier hack.

Pawel Worach (1):
      Fix for #14858 - freebsd compile. Someone still needs to fix the kernel part though.

Younes Manton (1):
      g3dvl: Basic XvMC initialization.

---
 debian/changelog      |   47 +++
 debian/control        |    2 
 src/Makefile.am       |    7 
 src/drmmode_display.c |  183 ++++++++++++
 src/nouveau_bo.c      |    2 
 src/nouveau_bo.h      |    1 
 src/nouveau_class.h   |  465 +++++++++++++++++++-----------
 src/nouveau_local.h   |   92 +++---
 src/nouveau_output.h  |    1 
 src/nouveau_xv.c      |  221 +++++++++++---
 src/nv04_xv_blit.c    |   69 ++--
 src/nv10_exa.c        |  541 ++++++++++++++++++-----------------
 src/nv30_exa.c        |  452 +++++++++++++++---------------
 src/nv30_shaders.c    |   64 ++--
 src/nv30_xv_tex.c     |  153 +++++-----
 src/nv40_exa.c        |  423 ++++++++++++++--------------
 src/nv40_xv_tex.c     |  157 +++++-----
 src/nv50_accel.c      |  342 ++++++++++++++++++++++
 src/nv50_accel.h      |   52 +++
 src/nv50_dac.c        |    1 
 src/nv50_exa.c        |  752 ++++++++++++++++++++++++++++++++++++++++----------
 src/nv50_output.c     |    2 
 src/nv50_randr.c      |   36 --
 src/nv50_sor.c        |   10 
 src/nv50_texture.h    |  124 ++++++++
 src/nv50_xv.c         |  262 +++++++++++++++++
 src/nv_accel_common.c |  301 ++++++++++----------
 src/nv_bios.c         |   37 ++
 src/nv_dma.c          |   25 -
 src/nv_dri.c          |    2 
 src/nv_driver.c       |    2 
 src/nv_exa.c          |  437 +++++++++++++++++------------
 src/nv_output.c       |    8 
 src/nv_proto.h        |   14 
 src/nv_type.h         |    2 
 src/vl_hwmc.c         |  148 +++++++++
 src/vl_hwmc.h         |   11 
 37 files changed, 3762 insertions(+), 1686 deletions(-)
---


Reply to: