Mesa (master): nouveau: kill nouveau_push. h and use libdrm versions of BEGIN_RINGs, etc

Maarten Maathuis madman2003 at kemper.freedesktop.org
Tue Jan 5 18:16:07 UTC 2010


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

Author: Marcin Slusarz <marcin.slusarz at gmail.com>
Date:   Tue Dec 29 00:36:17 2009 +0100

nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etc

---

 src/gallium/drivers/nouveau/nouveau_push.h |   93 -----
 src/gallium/drivers/nv04/nv04_context.c    |   44 ++-
 src/gallium/drivers/nv04/nv04_context.h    |    4 -
 src/gallium/drivers/nv04/nv04_prim_vbuf.c  |   84 +++--
 src/gallium/drivers/nv04/nv04_state_emit.c |   72 +++--
 src/gallium/drivers/nv10/nv10_context.c    |  367 ++++++++++----------
 src/gallium/drivers/nv10/nv10_context.h    |    4 -
 src/gallium/drivers/nv10/nv10_fragtex.c    |   28 +-
 src/gallium/drivers/nv10/nv10_prim_vbuf.c  |   34 +-
 src/gallium/drivers/nv10/nv10_state_emit.c |  166 +++++----
 src/gallium/drivers/nv20/nv20_context.c    |  530 ++++++++++++++--------------
 src/gallium/drivers/nv20/nv20_context.h    |    4 -
 src/gallium/drivers/nv20/nv20_fragtex.c    |   28 +-
 src/gallium/drivers/nv20/nv20_prim_vbuf.c  |   56 ++--
 src/gallium/drivers/nv20/nv20_state_emit.c |  181 ++++++----
 src/gallium/drivers/nv30/nv30_context.c    |   15 +-
 src/gallium/drivers/nv30/nv30_context.h    |    4 -
 src/gallium/drivers/nv30/nv30_query.c      |   20 +-
 src/gallium/drivers/nv30/nv30_vbo.c        |  106 +++---
 src/gallium/drivers/nv30/nv30_vertprog.c   |   18 +-
 src/gallium/drivers/nv40/nv40_context.c    |   15 +-
 src/gallium/drivers/nv40/nv40_context.h    |    4 -
 src/gallium/drivers/nv40/nv40_draw.c       |   62 ++--
 src/gallium/drivers/nv40/nv40_query.c      |   20 +-
 src/gallium/drivers/nv40/nv40_state_emit.c |   11 +-
 src/gallium/drivers/nv40/nv40_vbo.c        |  106 +++---
 src/gallium/drivers/nv40/nv40_vertprog.c   |   18 +-
 27 files changed, 1089 insertions(+), 1005 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=29d2ab37e65c9242d01f63cc5376cb6929f9285f



More information about the mesa-commit mailing list