Mesa (master): radeonsi: extract TGSI memory/ texture opcode handling into its own file

Nicolai Hähnle nh at kemper.freedesktop.org
Tue May 16 14:12:05 UTC 2017


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

Author: Nicolai Hähnle <nicolai.haehnle at amd.com>
Date:   Mon May 15 23:35:28 2017 +0200

radeonsi: extract TGSI memory/texture opcode handling into its own file

It's about time to get the growth of si_shader.c somewhat under control.

Reviewed-by: Marek Olšák <marek.olsak at amd.com>

---

 src/gallium/drivers/radeonsi/Makefile.sources      |    1 +
 src/gallium/drivers/radeonsi/si_shader.c           | 1979 +-------------------
 src/gallium/drivers/radeonsi/si_shader_internal.h  |    1 +
 src/gallium/drivers/radeonsi/si_shader_tgsi_mem.c  | 1883 +++++++++++++++++++
 .../drivers/radeonsi/si_shader_tgsi_setup.c        |    1 +
 5 files changed, 1955 insertions(+), 1910 deletions(-)

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



More information about the mesa-commit mailing list