summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_compiler.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-02-14 23:57:46 +0100
committerMarek Olšák <maraeo@gmail.com>2010-04-05 07:09:45 +0200
commite41a64591bf1a74465bf0adc7d35c991c4cfb4fe (patch)
treec12c0d1c717c4ed57c4ea8ae1c462b994a476cae /src/mesa/drivers/dri/r300/compiler/radeon_compiler.h
parent4e949271c25ccc5a06fbbbe912b0b43b75d1d169 (diff)
r300/compiler: make the max number of fragment shader temporaries adjustable
Diffstat (limited to 'src/mesa/drivers/dri/r300/compiler/radeon_compiler.h')
-rw-r--r--src/mesa/drivers/dri/r300/compiler/radeon_compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/compiler/radeon_compiler.h b/src/mesa/drivers/dri/r300/compiler/radeon_compiler.h
index 6bfda0574f..934ae28da5 100644
--- a/src/mesa/drivers/dri/r300/compiler/radeon_compiler.h
+++ b/src/mesa/drivers/dri/r300/compiler/radeon_compiler.h
@@ -83,6 +83,7 @@ struct r300_fragment_program_compiler {
struct rX00_fragment_program_code *code;
struct r300_fragment_program_external_state state;
unsigned is_r500;
+ unsigned max_temp_regs;
/* Register corresponding to the depthbuffer. */
unsigned OutputDepth;
/* Registers corresponding to the four colorbuffers. */