summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_program.c
diff options
context:
space:
mode:
authorNicolai Hähnle <nhaehnle@gmail.com>2009-07-16 22:39:16 +0200
committerNicolai Hähnle <nhaehnle@gmail.com>2009-07-27 20:32:03 +0200
commite93d70e3e93df956e89c46678020de1a352f9ecf (patch)
tree0ff726fd8499f41d8b86e146e82e1b182ae50e58 /src/mesa/drivers/dri/r300/compiler/radeon_program.c
parent9ceee4d3e45ab65d9d0b9d0eb1d062883f241669 (diff)
r300: Remove GLcontext requirement from radeonLocalTransform
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
Diffstat (limited to 'src/mesa/drivers/dri/r300/compiler/radeon_program.c')
-rw-r--r--src/mesa/drivers/dri/r300/compiler/radeon_program.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r300/compiler/radeon_program.c b/src/mesa/drivers/dri/r300/compiler/radeon_program.c
index da5e7aefce..0022d0a76c 100644
--- a/src/mesa/drivers/dri/r300/compiler/radeon_program.c
+++ b/src/mesa/drivers/dri/r300/compiler/radeon_program.c
@@ -46,7 +46,6 @@
* one instruction at a time.
*/
void radeonLocalTransform(
- GLcontext *Ctx,
struct gl_program *program,
int num_transformations,
struct radeon_program_transformation* transformations)
@@ -54,7 +53,6 @@ void radeonLocalTransform(
struct radeon_transform_context ctx;
int ip;
- ctx.Ctx = Ctx;
ctx.Program = program;
ctx.OldInstructions = program->Instructions;
ctx.OldNumInstructions = program->NumInstructions;