Mesa (master): d3d1x: s/tpf/sm4/g

Luca Barbieri lb at kemper.freedesktop.org
Thu Sep 23 16:07:36 UTC 2010


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

Author: Luca Barbieri <luca at luca-barbieri.com>
Date:   Thu Sep 23 13:31:30 2010 +0200

d3d1x: s/tpf/sm4/g

---

 .../state_trackers/d3d1x/d3d1xshader/Makefile      |    4 +-
 .../state_trackers/d3d1x/d3d1xshader/gen-header.sh |    6 +-
 .../state_trackers/d3d1x/d3d1xshader/gen-text.sh   |    2 +-
 .../d3d1x/d3d1xshader/include/{tpf.h => sm4.h}     |  132 ++++++------
 .../src/{tpf_analyze.cpp => sm4_analyze.cpp}       |   54 +++---
 .../d3d1xshader/src/{tpf_dump.cpp => sm4_dump.cpp} |   86 ++++----
 .../src/{tpf_parse.cpp => sm4_parse.cpp}           |  192 +++++++++---------
 .../d3d1x/d3d1xshader/tools/fxdis.cpp              |   14 +-
 .../state_trackers/d3d1x/gd3d11/d3d11_screen.h     |   14 +-
 .../state_trackers/d3d1x/gd3d1x/d3d1x_private.h    |    4 +-
 .../gd3d1x/{tpf_to_tgsi.cpp => sm4_to_tgsi.cpp}    |  216 ++++++++++----------
 .../d3d1x/gd3d1x/{tpf_to_tgsi.h => sm4_to_tgsi.h}  |   10 +-
 .../d3d1x/gd3d1x/tools/dxbc2tgsi.cpp               |   16 +-
 13 files changed, 376 insertions(+), 374 deletions(-)

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



More information about the mesa-commit mailing list