Mesa (master): nouveau: move channel creation into pipe drivers

Ben Skeggs darktama at kemper.freedesktop.org
Fri Jun 5 04:42:04 UTC 2009


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

Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Fri Jun  5 10:28:13 2009 +1000

nouveau: move channel creation into pipe drivers

---

 src/gallium/drivers/nouveau/nouveau_push.h         |   21 ++---
 src/gallium/drivers/nouveau/nouveau_screen.c       |    5 +
 src/gallium/drivers/nouveau/nouveau_stateobj.h     |   25 +++---
 src/gallium/drivers/nouveau/nouveau_winsys.h       |   18 ++---
 src/gallium/drivers/nv04/nv04_screen.c             |    9 +--
 src/gallium/drivers/nv04/nv04_surface_2d.c         |   13 ++--
 src/gallium/drivers/nv04/nv04_surface_2d.h         |    3 +-
 src/gallium/drivers/nv10/nv10_context.c            |   10 +-
 src/gallium/drivers/nv10/nv10_screen.c             |    9 +--
 src/gallium/drivers/nv20/nv20_context.c            |   14 ++--
 src/gallium/drivers/nv20/nv20_screen.c             |    9 +--
 src/gallium/drivers/nv30/nv30_screen.c             |   11 +--
 src/gallium/drivers/nv30/nv30_state_emit.c         |   11 ++-
 src/gallium/drivers/nv30/nv30_state_fb.c           |   35 ++++----
 src/gallium/drivers/nv30/nv30_vbo.c                |   10 +-
 src/gallium/drivers/nv40/nv40_draw.c               |    2 +-
 src/gallium/drivers/nv40/nv40_screen.c             |   35 ++++----
 src/gallium/drivers/nv40/nv40_state_emit.c         |   11 ++-
 src/gallium/drivers/nv40/nv40_state_fb.c           |   92 +++++++++++---------
 src/gallium/drivers/nv40/nv40_vbo.c                |   10 +-
 src/gallium/drivers/nv50/nv50_clear.c              |    2 +-
 src/gallium/drivers/nv50/nv50_context.c            |    2 +-
 src/gallium/drivers/nv50/nv50_program.c            |   13 ++--
 src/gallium/drivers/nv50/nv50_query.c              |    4 +-
 src/gallium/drivers/nv50/nv50_screen.c             |   16 ++--
 src/gallium/drivers/nv50/nv50_state_validate.c     |   40 ++++----
 src/gallium/drivers/nv50/nv50_surface.c            |    6 +-
 src/gallium/drivers/nv50/nv50_transfer.c           |    3 +-
 src/gallium/drivers/nv50/nv50_vbo.c                |   10 +-
 src/gallium/winsys/drm/nouveau/drm/Makefile        |    3 +-
 .../winsys/drm/nouveau/drm/nouveau_drm_api.c       |   11 +--
 .../winsys/drm/nouveau/drm/nouveau_winsys.c        |   20 ----
 32 files changed, 218 insertions(+), 265 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=80e9e1ee8172d1e5a81d702681897dddd9d815f1



More information about the mesa-commit mailing list