Mesa (master): r300/compiler: Refactor to allow different instruction types

Nicolai Hähnle nh at kemper.freedesktop.org
Wed Oct 7 18:48:19 UTC 2009


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

Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sun Oct  4 11:25:48 2009 +0200

r300/compiler: Refactor to allow different instruction types

Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

---

 src/gallium/drivers/r300/r300_tgsi_to_rc.c         |   32 ++--
 src/mesa/drivers/dri/r300/compiler/r300_fragprog.c |  144 ++++++++--------
 src/mesa/drivers/dri/r300/compiler/r3xx_fragprog.c |    2 +-
 src/mesa/drivers/dri/r300/compiler/r3xx_vertprog.c |   90 +++++-----
 src/mesa/drivers/dri/r300/compiler/r500_fragprog.c |  144 ++++++++--------
 .../drivers/dri/r300/compiler/radeon_compiler.c    |  136 +++++++-------
 .../dri/r300/compiler/radeon_dataflow_deadcode.c   |   32 ++--
 .../dri/r300/compiler/radeon_dataflow_swizzles.c   |   40 ++--
 .../drivers/dri/r300/compiler/radeon_program.c     |   12 +-
 .../drivers/dri/r300/compiler/radeon_program.h     |   10 +-
 .../drivers/dri/r300/compiler/radeon_program_alu.c |  186 ++++++++++----------
 .../dri/r300/compiler/radeon_program_pair.c        |    2 +-
 .../dri/r300/compiler/radeon_program_pair.h        |    2 -
 .../dri/r300/compiler/radeon_program_print.c       |   20 +-
 src/mesa/drivers/dri/r300/r300_vertprog.c          |   22 ++--
 src/mesa/drivers/dri/r300/radeon_mesa_to_rc.c      |   18 +-
 16 files changed, 449 insertions(+), 443 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=995135479d5662d1b1970c0f233c3c3d944d8b4d



More information about the mesa-commit mailing list