summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/radeon_program_alu.h
diff options
context:
space:
mode:
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*);