OSDN Git Service

r300/compiler: Refactor the radeon_pair code to support control flow instructions
authorNicolai Hähnle <nhaehnle@gmail.com>
Sun, 4 Oct 2009 14:49:53 +0000 (16:49 +0200)
committerNicolai Hähnle <nhaehnle@gmail.com>
Sun, 4 Oct 2009 14:50:07 +0000 (16:50 +0200)
commita30560e6f0fc8e3056f48a140c9c6b582f5e2e77
treea498edd61d2a200f992a2b77ed920299f0dca8ed
parent995135479d5662d1b1970c0f233c3c3d944d8b4d
r300/compiler: Refactor the radeon_pair code to support control flow instructions

Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
16 files changed:
src/mesa/drivers/dri/r300/compiler/Makefile
src/mesa/drivers/dri/r300/compiler/r300_fragprog_emit.c
src/mesa/drivers/dri/r300/compiler/r3xx_fragprog.c
src/mesa/drivers/dri/r300/compiler/r500_fragprog_emit.c
src/mesa/drivers/dri/r300/compiler/radeon_dataflow.c
src/mesa/drivers/dri/r300/compiler/radeon_dataflow.h
src/mesa/drivers/dri/r300/compiler/radeon_opcodes.c
src/mesa/drivers/dri/r300/compiler/radeon_opcodes.h
src/mesa/drivers/dri/r300/compiler/radeon_pair_regalloc.c [new file with mode: 0644]
src/mesa/drivers/dri/r300/compiler/radeon_pair_schedule.c [new file with mode: 0644]
src/mesa/drivers/dri/r300/compiler/radeon_pair_translate.c [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_pair.c
src/mesa/drivers/dri/r300/compiler/radeon_program_pair.h
src/mesa/drivers/dri/r300/compiler/radeon_program_print.c