r300: Remove all Mesa dependencies from the shader compiler
authorNicolai Hähnle <nhaehnle@gmail.com>
Sun, 30 Aug 2009 16:51:29 +0000 (18:51 +0200)
committerNicolai Hähnle <nhaehnle@gmail.com>
Sun, 30 Aug 2009 16:51:46 +0000 (18:51 +0200)
commitd1b4351e603522be11061522cb6b685da9ef1fee
treea37327b25fd436d1f84fb166ca22abd0ef797ed2
parentd6d71e5bf4a720a1ee84c96231aec539ec17a7c6
r300: Remove all Mesa dependencies from the shader compiler

In particular, this removes the dependency on prog_instruction, which
unfortunately creates some code duplication, but also opens a path towards
adding some hardware-specific things in there.

Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
29 files changed:
src/gallium/drivers/r300/Makefile
src/gallium/drivers/r300/r300_tgsi_to_rc.c
src/mesa/drivers/dri/r300/compiler/Makefile
src/mesa/drivers/dri/r300/compiler/r300_fragprog.c
src/mesa/drivers/dri/r300/compiler/r300_fragprog.h
src/mesa/drivers/dri/r300/compiler/r300_fragprog_emit.c
src/mesa/drivers/dri/r300/compiler/r300_fragprog_swizzle.c
src/mesa/drivers/dri/r300/compiler/r300_fragprog_swizzle.h
src/mesa/drivers/dri/r300/compiler/r3xx_fragprog.c
src/mesa/drivers/dri/r300/compiler/r3xx_vertprog.c
src/mesa/drivers/dri/r300/compiler/r500_fragprog.c
src/mesa/drivers/dri/r300/compiler/r500_fragprog.h
src/mesa/drivers/dri/r300/compiler/r500_fragprog_emit.c
src/mesa/drivers/dri/r300/compiler/radeon_code.c
src/mesa/drivers/dri/r300/compiler/radeon_code.h
src/mesa/drivers/dri/r300/compiler/radeon_compiler.c
src/mesa/drivers/dri/r300/compiler/radeon_compiler.h
src/mesa/drivers/dri/r300/compiler/radeon_nqssadce.c
src/mesa/drivers/dri/r300/compiler/radeon_nqssadce.h
src/mesa/drivers/dri/r300/compiler/radeon_opcodes.c [new file with mode: 0644]
src/mesa/drivers/dri/r300/compiler/radeon_opcodes.h [new file with mode: 0644]
src/mesa/drivers/dri/r300/compiler/radeon_program.c
src/mesa/drivers/dri/r300/compiler/radeon_program.h
src/mesa/drivers/dri/r300/compiler/radeon_program_alu.c
src/mesa/drivers/dri/r300/compiler/radeon_program_alu.h
src/mesa/drivers/dri/r300/compiler/radeon_program_pair.c
src/mesa/drivers/dri/r300/compiler/radeon_program_pair.h
src/mesa/drivers/dri/r300/r300_fragprog_common.c
src/mesa/drivers/dri/r300/radeon_mesa_to_rc.c