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

Author: Nicolai Hähnle <[email protected]>
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 <[email protected]>

---

 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
_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to