diff options
Diffstat (limited to 'src/gallium/drivers/r300/compiler/radeon_program_alu.h')
-rw-r--r-- | src/gallium/drivers/r300/compiler/radeon_program_alu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/compiler/radeon_program_alu.h b/src/gallium/drivers/r300/compiler/radeon_program_alu.h index b5f361e624f..8f8dc70d52e 100644 --- a/src/gallium/drivers/r300/compiler/radeon_program_alu.h +++ b/src/gallium/drivers/r300/compiler/radeon_program_alu.h @@ -63,4 +63,7 @@ int radeonTransformDeriv( void rc_transform_KILP(struct radeon_compiler * c, void *user); +int rc_force_output_alpha_to_one(struct radeon_compiler *c, + struct rc_instruction *inst, void *data); + #endif /* __RADEON_PROGRAM_ALU_H_ */ |