diff options
author | Tom Stellard <[email protected]> | 2011-06-15 08:00:53 -0700 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2011-09-16 17:35:46 -0700 |
commit | e945fb04d04c33da5e77d22d739c5740a522a61e (patch) | |
tree | 0665be036c5a639b30a0a5707ca94c35a63e38df /src/gallium/drivers/r300/compiler/radeon_program.h | |
parent | 1e5aaaa138d87a3e3bc53f6e4c18b1842b752dea (diff) |
r300/compiler: Add support for the output modifier (OMOD)
Diffstat (limited to 'src/gallium/drivers/r300/compiler/radeon_program.h')
-rw-r--r-- | src/gallium/drivers/r300/compiler/radeon_program.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/compiler/radeon_program.h b/src/gallium/drivers/r300/compiler/radeon_program.h index b899eccbf53..98e235310ba 100644 --- a/src/gallium/drivers/r300/compiler/radeon_program.h +++ b/src/gallium/drivers/r300/compiler/radeon_program.h @@ -116,6 +116,8 @@ struct rc_sub_instruction { /** This holds information about the presubtract operation used by * this instruction. */ struct rc_presub_instruction PreSub; + + rc_omod_op Omod; }; typedef enum { |