Mesa (master): r300g: Use r300compiler for vertex shaders

Corbin Simpson csimpson at kemper.freedesktop.org
Mon Aug 3 00:25:44 UTC 2009


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

Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Mon Jul 27 20:23:49 2009 +0200

r300g: Use r300compiler for vertex shaders

---

 src/gallium/Makefile.template                 |    4 +-
 src/gallium/drivers/r300/Makefile             |   18 +-
 src/gallium/drivers/r300/r300_context.h       |   29 +--
 src/gallium/drivers/r300/r300_debug.c         |  126 ++++---
 src/gallium/drivers/r300/r300_debug.h         |  176 ---------
 src/gallium/drivers/r300/r300_emit.c          |   75 +++--
 src/gallium/drivers/r300/r300_emit.h          |    6 +
 src/gallium/drivers/r300/r300_state.c         |    1 +
 src/gallium/drivers/r300/r300_state_derived.c |    2 +
 src/gallium/drivers/r300/r300_surface.c       |    4 +-
 src/gallium/drivers/r300/r300_tgsi_to_rc.c    |  299 ++++++++++++++
 src/gallium/drivers/r300/r300_tgsi_to_rc.h    |   41 ++
 src/gallium/drivers/r300/r300_vs.c            |  520 ++++++++-----------------
 src/gallium/drivers/r300/r300_vs.h            |  137 +------
 src/gallium/drivers/r300/r3xx_fs.h            |    2 +
 src/gallium/drivers/r300/r5xx_fs.h            |    2 +
 16 files changed, 692 insertions(+), 750 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=188f8c679254f193cdcfcd4ef338f3c8c5e1146d



More information about the mesa-commit mailing list