freedreno/a3xx/compiler: prepare for new compiler

Graphics / Mesa 3D Graphics Library / Mesa - Rob Clark [freedesktop.org] - 3 February 2014 17:26 UTC

Shuffle things around to prepare for new compiler.

a418573 freedreno/a3xx/compiler: prepare for new compiler
src/gallium/drivers/freedreno/Makefile.sources | 2 +-
src/gallium/drivers/freedreno/a3xx/disasm-a3xx.c | 34 +-
src/gallium/drivers/freedreno/a3xx/fd3_compiler.c | 76 ++-
src/gallium/drivers/freedreno/a3xx/fd3_compiler.h | 55 --
src/gallium/drivers/freedreno/a3xx/fd3_program.c | 37 +-
src/gallium/drivers/freedreno/a3xx/fd3_program.h | 12 +-
src/gallium/drivers/freedreno/a3xx/instr-a3xx.h | 31 +
src/gallium/drivers/freedreno/a3xx/ir-a3xx.c | 599 -------------------
src/gallium/drivers/freedreno/a3xx/ir-a3xx.h | 194 -------
src/gallium/drivers/freedreno/a3xx/ir3.c | 640 +++++++++++++++++++++
src/gallium/drivers/freedreno/a3xx/ir3.h | 336 +++++++++++
11 files changed, 1089 insertions(+), 927 deletions(-)

Upstream: cgit.freedesktop.org


  • Share