diff options
author | Nicolai Haehnle <[email protected]> | 2008-07-05 23:54:31 +0200 |
---|---|---|
committer | Nicolai Haehnle <[email protected]> | 2008-07-06 10:00:35 +0200 |
commit | 2b2cb566563b9f1f9739327ef9874143af838850 (patch) | |
tree | c9c8395293bab8913b0d3298848ec96a47892eb9 /src/mesa/drivers/dri/r300/radeon_program_alu.h | |
parent | 4746752f167c674722b46ab3840297d48e6d889d (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.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 858c5ed0b8c..3fe6153fd82 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_ */ |