summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/radeon_program_alu.h
diff options
context:
space:
mode:
authorNicolai Haehnle <nhaehnle@gmail.com>2008-07-05 23:54:31 +0200
committerNicolai Haehnle <nhaehnle@gmail.com>2008-07-06 10:00:35 +0200
commit2b2cb566563b9f1f9739327ef9874143af838850 (patch)
treec9c8395293bab8913b0d3298848ec96a47892eb9 /src/mesa/drivers/dri/r300/radeon_program_alu.h
parent4746752f167c674722b46ab3840297d48e6d889d (diff)
r300_fragprog: Emulate trigonometric functions in radeon_program_alu
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 858c5ed0b8..3fe6153fd8 100644
--- a/src/mesa/drivers/dri/r300/radeon_program_alu.h
+++ b/src/mesa/drivers/dri/r300/radeon_program_alu.h
@@ -35,4 +35,9 @@ GLboolean radeonTransformALU(
struct prog_instruction*,
void*);
+GLboolean radeonTransformTrigSimple(
+ struct radeon_transform_context *t,
+ struct prog_instruction*,
+ void*);
+
#endif /* __RADEON_PROGRAM_ALU_H_ */