summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_program_alu.h
diff options
context:
space:
mode:
authorNicolai Hähnle <nhaehnle@gmail.com>2009-07-23 19:25:06 +0200
committerNicolai Hähnle <nhaehnle@gmail.com>2009-07-27 20:32:06 +0200
commit127ca61fa34497e69149360201ae97f87cb9f38e (patch)
tree310b2dd5ab3f2c915962e0941e6b73371b2e34c4 /src/mesa/drivers/dri/r300/compiler/radeon_program_alu.h
parent84445273ed554ea6fa65c894bbe098eb3f3d1230 (diff)
r300/vertprog: Use generic transforms and throw away unneeded code
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
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 b45958115c..7d94a089eb 100644
--- a/src/mesa/drivers/dri/r300/compiler/radeon_program_alu.h
+++ b/src/mesa/drivers/dri/r300/compiler/radeon_program_alu.h
@@ -35,6 +35,11 @@ GLboolean radeonTransformALU(
struct prog_instruction*,
void*);
+GLboolean r300_transform_vertex_alu(
+ struct radeon_transform_context *t,
+ struct prog_instruction*,
+ void*);
+
GLboolean radeonTransformTrigSimple(
struct radeon_transform_context *t,
struct prog_instruction*,