Module: Mesa Branch: master Commit: 995135479d5662d1b1970c0f233c3c3d944d8b4d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=995135479d5662d1b1970c0f233c3c3d944d8b4d
Author: Nicolai Hähnle <[email protected]> Date: Sun Oct 4 11:25:48 2009 +0200 r300/compiler: Refactor to allow different instruction types Signed-off-by: Nicolai Hähnle <[email protected]> --- src/gallium/drivers/r300/r300_tgsi_to_rc.c | 32 ++-- src/mesa/drivers/dri/r300/compiler/r300_fragprog.c | 144 ++++++++-------- src/mesa/drivers/dri/r300/compiler/r3xx_fragprog.c | 2 +- src/mesa/drivers/dri/r300/compiler/r3xx_vertprog.c | 90 +++++----- src/mesa/drivers/dri/r300/compiler/r500_fragprog.c | 144 ++++++++-------- .../drivers/dri/r300/compiler/radeon_compiler.c | 136 +++++++------- .../dri/r300/compiler/radeon_dataflow_deadcode.c | 32 ++-- .../dri/r300/compiler/radeon_dataflow_swizzles.c | 40 ++-- .../drivers/dri/r300/compiler/radeon_program.c | 12 +- .../drivers/dri/r300/compiler/radeon_program.h | 10 +- .../drivers/dri/r300/compiler/radeon_program_alu.c | 186 ++++++++++---------- .../dri/r300/compiler/radeon_program_pair.c | 2 +- .../dri/r300/compiler/radeon_program_pair.h | 2 - .../dri/r300/compiler/radeon_program_print.c | 20 +- src/mesa/drivers/dri/r300/r300_vertprog.c | 22 ++-- src/mesa/drivers/dri/r300/radeon_mesa_to_rc.c | 18 +- 16 files changed, 449 insertions(+), 443 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=995135479d5662d1b1970c0f233c3c3d944d8b4d _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
