summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_program_alu.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-06-05 05:07:41 +0200
committerMarek Olšák <maraeo@gmail.com>2010-06-05 07:03:15 +0200
commitf855e16afa086edfc2f03360a27f66c955a6c208 (patch)
tree1a2ece5410f3c57fa7c57ad0be8ccfcb0faa760c /src/mesa/drivers/dri/r300/compiler/radeon_program_alu.h
parent722db9fa77de16b92adf19fda00c9671d896749e (diff)
r300/compiler: implement SIN+COS+SCS for vertex shaders
Diffstat (limited to 'src/mesa/drivers/dri/r300/compiler/radeon_program_alu.h')
-rw-r--r--src/mesa/drivers/dri/r300/compiler/radeon_program_alu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/compiler/radeon_program_alu.h b/src/mesa/drivers/dri/r300/compiler/radeon_program_alu.h
index 7cb5f84b7f..77d444476f 100644
--- a/src/mesa/drivers/dri/r300/compiler/radeon_program_alu.h
+++ b/src/mesa/drivers/dri/r300/compiler/radeon_program_alu.h
@@ -50,6 +50,11 @@ int radeonTransformTrigScale(
struct rc_instruction * inst,
void*);
+int r300_transform_trig_scale_vertex(
+ struct radeon_compiler *c,
+ struct rc_instruction *inst,
+ void*);
+
int radeonTransformDeriv(
struct radeon_compiler * c,
struct rc_instruction * inst,