summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/radeon_program_alu.h
diff options
context:
space:
mode:
authorNicolai Haehnle <nhaehnle@gmail.com>2008-07-06 16:58:51 +0200
committerNicolai Haehnle <nhaehnle@gmail.com>2008-07-12 09:36:02 +0200
commit7904c9fad4c2cb2a4153258a9e86e530a0330a78 (patch)
tree67494991c06e8c2e4e3ac76c03bb7701d49775eb /src/mesa/drivers/dri/r300/radeon_program_alu.h
parentb0ef353b4696672ecaea4b370b612bbb482880ca (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.h5
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 3fe6153fd8..ea9d5bb669 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_ */