Mesa (master): nvc0: allow for easier modification of compiler library routines

Ben Skeggs darktama at kemper.freedesktop.org
Wed May 14 23:55:03 UTC 2014


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

Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Fri May  9 15:55:47 2014 +1000

nvc0: allow for easier modification of compiler library routines

Signed-off-by: Ben Skeggs <bskeggs at redhat.com>
Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

---

 src/gallium/drivers/nouveau/codegen/lib/Makefile   |   10 +
 src/gallium/drivers/nouveau/codegen/lib/gf100.asm  |  107 ++++
 .../drivers/nouveau/codegen/lib/gf100.asm.h        |   63 +++
 .../codegen/{target_lib_nve4.asm => lib/gk104.asm} |  163 +++---
 .../drivers/nouveau/codegen/lib/gk104.asm.h        |  598 ++++++++++++++++++++
 src/gallium/drivers/nouveau/codegen/lib/gk110.asm  |   98 ++++
 .../drivers/nouveau/codegen/lib/gk110.asm.h        |   81 +++
 .../nouveau/codegen/nv50_ir_target_nvc0.cpp        |   24 +-
 .../drivers/nouveau/codegen/target_lib_nvc0.asm    |   96 ----
 .../drivers/nouveau/codegen/target_lib_nvc0.asm.h  |  112 ----
 .../drivers/nouveau/codegen/target_lib_nve4.asm.h  |  592 -------------------
 .../drivers/nouveau/codegen/target_lib_nvf0.asm    |   86 ---
 .../drivers/nouveau/codegen/target_lib_nvf0.asm.h  |   84 ---
 13 files changed, 1057 insertions(+), 1057 deletions(-)

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



More information about the mesa-commit mailing list