freedreno/a3xx/compiler: split out old compiler

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

For the time being, keep old compiler as fallback for things that the new compiler does not support yet. Split out as it's own commit to make the later new-compiler commits easier to follow.

f0e2d7a freedreno/a3xx/compiler: split out old compiler
src/gallium/drivers/freedreno/Makefile.sources | 1 +
src/gallium/drivers/freedreno/a3xx/fd3_compiler.h | 2 +
.../drivers/freedreno/a3xx/fd3_compiler_old.c | 1507 ++++++++++++++++++++
src/gallium/drivers/freedreno/a3xx/fd3_program.c | 20 +-
src/gallium/drivers/freedreno/freedreno_screen.c | 1 +
src/gallium/drivers/freedreno/freedreno_util.h | 1 +
6 files changed, 1531 insertions(+), 1 deletion(-)

Upstream: cgit.freedesktop.org


  • Share