diff options
author | Nicolai Haehnle <[email protected]> | 2008-07-06 16:58:51 +0200 |
---|---|---|
committer | Nicolai Haehnle <[email protected]> | 2008-07-12 09:36:02 +0200 |
commit | 7904c9fad4c2cb2a4153258a9e86e530a0330a78 (patch) | |
tree | 67494991c06e8c2e4e3ac76c03bb7701d49775eb /src/mesa/drivers/dri/r300/radeon_program_alu.h | |
parent | b0ef353b4696672ecaea4b370b612bbb482880ca (diff) |
r500_fragprog: Transform trigonometric functions in first pass
Diffstat (limited to 'src/mesa/drivers/dri/r300/radeon_program_alu.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/radeon_program_alu.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/radeon_program_alu.h b/src/mesa/drivers/dri/r300/radeon_program_alu.h index 3fe6153fd82..ea9d5bb669c 100644 --- a/src/mesa/drivers/dri/r300/radeon_program_alu.h +++ b/src/mesa/drivers/dri/r300/radeon_program_alu.h @@ -40,4 +40,9 @@ GLboolean radeonTransformTrigSimple( struct prog_instruction*, void*); +GLboolean radeonTransformTrigScale( + struct radeon_transform_context *t, + struct prog_instruction*, + void*); + #endif /* __RADEON_PROGRAM_ALU_H_ */ |