Mesa (master): nouveau: switch to libdrm_nouveau-2.0

Ben Skeggs darktama at kemper.freedesktop.org
Fri Apr 13 17:12:42 UTC 2012


Module: Mesa
Branch: master
Commit: 6d1cdec3ba151168bfc3aef222fba6265dfb41fb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d1cdec3ba151168bfc3aef222fba6265dfb41fb

Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Fri Apr  6 15:41:55 2012 +0200

nouveau: switch to libdrm_nouveau-2.0

---

 configure.ac                                       |    2 +-
 src/gallium/drivers/nouveau/Makefile.sources       |    1 +
 src/gallium/drivers/nouveau/nouveau_buffer.c       |   90 ++--
 src/gallium/drivers/nouveau/nouveau_buffer.h       |   36 +--
 src/gallium/drivers/nouveau/nouveau_context.h      |    4 +
 src/gallium/drivers/nouveau/nouveau_fence.c        |    5 +-
 src/gallium/drivers/nouveau/nouveau_heap.c         |  123 +++++
 src/gallium/drivers/nouveau/nouveau_heap.h         |   52 ++
 src/gallium/drivers/nouveau/nouveau_mm.c           |   23 +-
 src/gallium/drivers/nouveau/nouveau_mm.h           |    3 +-
 src/gallium/drivers/nouveau/nouveau_screen.c       |  149 ++-----
 src/gallium/drivers/nouveau/nouveau_screen.h       |   48 +--
 src/gallium/drivers/nouveau/nouveau_statebuf.h     |    9 +-
 src/gallium/drivers/nouveau/nouveau_video.c        |  189 +++++---
 src/gallium/drivers/nouveau/nouveau_video.h        |   58 +++-
 src/gallium/drivers/nouveau/nouveau_winsys.h       |   69 ++-
 src/gallium/drivers/nouveau/nv_m2mf.xml.h          |   67 ++--
 src/gallium/drivers/nouveau/nv_object.xml.h        |  320 +++++++------
 src/gallium/drivers/nv50/nv50_3d.xml.h             |  158 ++++---
 src/gallium/drivers/nv50/nv50_context.c            |  150 +++----
 src/gallium/drivers/nv50/nv50_context.h            |   52 ++-
 src/gallium/drivers/nv50/nv50_miptree.c            |   69 ++--
 src/gallium/drivers/nv50/nv50_program.c            |    7 +-
 src/gallium/drivers/nv50/nv50_program.h            |    2 +-
 src/gallium/drivers/nv50/nv50_push.c               |   58 ++--
 src/gallium/drivers/nv50/nv50_query.c              |  128 +++---
 src/gallium/drivers/nv50/nv50_resource.h           |   11 +-
 src/gallium/drivers/nv50/nv50_screen.c             |  501 ++++++++++----------
 src/gallium/drivers/nv50/nv50_screen.h             |   27 +-
 src/gallium/drivers/nv50/nv50_shader_state.c       |  255 +++++-----
 src/gallium/drivers/nv50/nv50_state.c              |   31 +-
 src/gallium/drivers/nv50/nv50_state_validate.c     |  244 +++++-----
 src/gallium/drivers/nv50/nv50_stateobj.h           |   10 +-
 src/gallium/drivers/nv50/nv50_surface.c            |  405 ++++++++--------
 src/gallium/drivers/nv50/nv50_tex.c                |  129 +++---
 src/gallium/drivers/nv50/nv50_transfer.c           |  252 ++++++-----
 src/gallium/drivers/nv50/nv50_vbo.c                |  334 +++++++-------
 src/gallium/drivers/nv50/nv50_winsys.h             |  142 +++---
 src/gallium/drivers/nvc0/nvc0_3d.xml.h             |   41 ++-
 src/gallium/drivers/nvc0/nvc0_context.c            |  147 +++----
 src/gallium/drivers/nvc0/nvc0_context.h            |   60 ++--
 src/gallium/drivers/nvc0/nvc0_miptree.c            |   81 ++--
 src/gallium/drivers/nvc0/nvc0_program.c            |   30 +-
 src/gallium/drivers/nvc0/nvc0_program.h            |    3 +-
 src/gallium/drivers/nvc0/nvc0_push.c               |   76 ++--
 src/gallium/drivers/nvc0/nvc0_query.c              |  188 ++++----
 src/gallium/drivers/nvc0/nvc0_screen.c             |  504 ++++++++++----------
 src/gallium/drivers/nvc0/nvc0_screen.h             |   20 +-
 src/gallium/drivers/nvc0/nvc0_shader_state.c       |  216 +++++-----
 src/gallium/drivers/nvc0/nvc0_state.c              |   20 +-
 src/gallium/drivers/nvc0/nvc0_state_validate.c     |  322 ++++++-------
 src/gallium/drivers/nvc0/nvc0_stateobj.h           |    6 +-
 src/gallium/drivers/nvc0/nvc0_surface.c            |  400 ++++++++--------
 src/gallium/drivers/nvc0/nvc0_tex.c                |  100 ++--
 src/gallium/drivers/nvc0/nvc0_transfer.c           |  257 +++++------
 src/gallium/drivers/nvc0/nvc0_vbo.c                |  302 +++++++-----
 src/gallium/drivers/nvc0/nvc0_winsys.h             |  157 ++++---
 .../winsys/nouveau/drm/nouveau_drm_winsys.c        |    6 +-
 58 files changed, 3715 insertions(+), 3434 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=6d1cdec3ba151168bfc3aef222fba6265dfb41fb



More information about the mesa-commit mailing list