r300/compiler: Add support for the output modifier (OMOD)
authorTom Stellard <tstellar@gmail.com>
Wed, 15 Jun 2011 15:00:53 +0000 (08:00 -0700)
committerTom Stellard <tstellar@gmail.com>
Sat, 17 Sep 2011 00:35:46 +0000 (17:35 -0700)
commite945fb04d04c33da5e77d22d739c5740a522a61e
tree0665be036c5a639b30a0a5707ca94c35a63e38df
parent1e5aaaa138d87a3e3bc53f6e4c18b1842b752dea
r300/compiler: Add support for the output modifier (OMOD)
16 files changed:
src/gallium/drivers/r300/compiler/r300_fragprog_emit.c
src/gallium/drivers/r300/compiler/r500_fragprog_emit.c
src/gallium/drivers/r300/compiler/radeon_compiler.c
src/gallium/drivers/r300/compiler/radeon_compiler.h
src/gallium/drivers/r300/compiler/radeon_optimize.c
src/gallium/drivers/r300/compiler/radeon_pair_schedule.c
src/gallium/drivers/r300/compiler/radeon_pair_translate.c
src/gallium/drivers/r300/compiler/radeon_program.h
src/gallium/drivers/r300/compiler/radeon_program_constants.h
src/gallium/drivers/r300/compiler/radeon_program_pair.h
src/gallium/drivers/r300/compiler/radeon_program_print.c
src/gallium/drivers/r300/compiler/radeon_variable.c
src/gallium/drivers/r300/compiler/radeon_variable.h
src/gallium/drivers/r300/r300_fs.c
src/gallium/drivers/r300/r300_reg.h
src/gallium/drivers/r300/r300_vs.c