summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r3xx_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r300/r3xx_fs.h')
-rw-r--r--src/gallium/drivers/r300/r3xx_fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r3xx_fs.h b/src/gallium/drivers/r300/r3xx_fs.h
index 3da39ec252..592898d899 100644
--- a/src/gallium/drivers/r300/r3xx_fs.h
+++ b/src/gallium/drivers/r300/r3xx_fs.h
@@ -66,6 +66,8 @@ static struct r3xx_fragment_shader r3xx_texture_fragment_shader = {
R300_ALPHA_ADDR1(0) | R300_ALPHA_ADDR2(0) | R300_ALU_DSTA_OUTPUT,
};
+struct r300_fs_asm;
+
void r3xx_fs_finalize(struct r300_fragment_shader* fs,
struct r300_fs_asm* assembler);