r300/compiler: Implement branch emulation for R300 fragment programs
authorNicolai Hähnle <nhaehnle@gmail.com>
Sun, 11 Oct 2009 12:18:11 +0000 (14:18 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sun, 18 Apr 2010 22:34:02 +0000 (00:34 +0200)
commit4d7ed844313a4be64e9162369c935ce750cd9b06
treef6529de79e3ccd5768c0a20849f4fec7b4edd694
parenteeabe9d1797765056dcf0ca70ad5fc11b3aa758d
r300/compiler: Implement branch emulation for R300 fragment programs

Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
src/mesa/drivers/dri/r300/compiler/Makefile
src/mesa/drivers/dri/r300/compiler/memory_pool.h
src/mesa/drivers/dri/r300/compiler/r3xx_fragprog.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_emulate_branches.c [new file with mode: 0644]
src/mesa/drivers/dri/r300/compiler/radeon_emulate_branches.h [new file with mode: 0644]
src/mesa/drivers/dri/r300/compiler/radeon_pair_regalloc.c