summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_program.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-09-01 01:10:26 +0200
committerMarek Olšák <maraeo@gmail.com>2010-09-04 18:56:21 +0200
commitcc8f2d559989f516a6896ac137c8a79c7a212fa5 (patch)
treeb4b079a755de9715de6ab463a50eaea1a60166d2 /src/mesa/drivers/dri/r300/compiler/radeon_program.h
parent56de72c78afdb14d842a8fabbe2613a4d5eebb8f (diff)
r300/compiler: use null-terminated array of transformation functions
I need to reduce the number of parameters of each compiler pass function. This is part of a larger cleanup.
Diffstat (limited to 'src/mesa/drivers/dri/r300/compiler/radeon_program.h')
-rw-r--r--src/mesa/drivers/dri/r300/compiler/radeon_program.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/compiler/radeon_program.h b/src/mesa/drivers/dri/r300/compiler/radeon_program.h
index e318867696..56740643f2 100644
--- a/src/mesa/drivers/dri/r300/compiler/radeon_program.h
+++ b/src/mesa/drivers/dri/r300/compiler/radeon_program.h
@@ -216,7 +216,6 @@ struct radeon_program_transformation {
void radeonLocalTransform(
struct radeon_compiler *c,
- int num_transformations,
struct radeon_program_transformation* transformations);
unsigned int rc_find_free_temporary(struct radeon_compiler * c);