summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_compiler.h
diff options
context:
space:
mode:
authorNicolai Hähnle <nhaehnle@gmail.com>2009-07-26 12:05:57 +0200
committerNicolai Hähnle <nhaehnle@gmail.com>2009-07-27 22:51:38 +0200
commit790334883a80ee1d19cb1bba018ed7dc32299dac (patch)
treea63a7da62d280b709460668d7114322803f7ea3b /src/mesa/drivers/dri/r300/compiler/radeon_compiler.h
parente034683eda7ab694de400f9803f765b22393cb7d (diff)
r300/fragprog: Remove hardcoded FRAG_ATTRIB_xxx constants
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
Diffstat (limited to 'src/mesa/drivers/dri/r300/compiler/radeon_compiler.h')
-rw-r--r--src/mesa/drivers/dri/r300/compiler/radeon_compiler.h6
1 files changed, 6 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 34f8718316..b22da17583 100644
--- a/src/mesa/drivers/dri/r300/compiler/radeon_compiler.h
+++ b/src/mesa/drivers/dri/r300/compiler/radeon_compiler.h
@@ -78,6 +78,12 @@ struct r300_fragment_program_compiler {
GLboolean is_r500;
unsigned OutputDepth;
unsigned OutputColor;
+
+ void * UserData;
+ void (*AllocateHwInputs)(
+ void * yourdata,
+ void (*allocate)(void * data, unsigned input, unsigned hwreg),
+ void * mydata);
};
void r3xx_compile_fragment_program(struct r300_fragment_program_compiler* c);