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 20:01:20 +0200
committerNicolai Haehnle <nhaehnle@gmail.com>2008-07-05 20:01:20 +0200
commit77fdfaa23adeaaf6a217ef1ee751410c6a5b0d21 (patch)
treed16e32914e301b68f293b6584f9e1905beaf16fd /src/mesa/drivers/dri/r300/radeon_program_alu.h
parent364d45a3e1629f32c6ab5407f92618a16c9d45e0 (diff)
r300: Correctly scan for used temporary registers
This fixes a regression introduced by dea8719f0...
Diffstat (limited to 'src/mesa/drivers/dri/r300/radeon_program_alu.h')
-rw-r--r--src/mesa/drivers/dri/r300/radeon_program_alu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r300/radeon_program_alu.h b/src/mesa/drivers/dri/r300/radeon_program_alu.h
index f5beb9f8c3..858c5ed0b8 100644
--- a/src/mesa/drivers/dri/r300/radeon_program_alu.h
+++ b/src/mesa/drivers/dri/r300/radeon_program_alu.h
@@ -31,8 +31,7 @@
#include "radeon_program.h"
GLboolean radeonTransformALU(
- GLcontext*,
- struct gl_program*,
+ struct radeon_transform_context *t,
struct prog_instruction*,
void*);