summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r5xx_fs.h
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2009-07-27 20:23:49 +0200
committerNicolai Hähnle <[email protected]>2009-07-30 23:45:18 +0200
commit188f8c679254f193cdcfcd4ef338f3c8c5e1146d (patch)
tree6377cb039edd52cecfa8cf9d97c1352bc87cb951 /src/gallium/drivers/r300/r5xx_fs.h
parentcab62aa28f5ccdf7ca185ac965b852e2318816f3 (diff)
r300g: Use r300compiler for vertex shaders
Diffstat (limited to 'src/gallium/drivers/r300/r5xx_fs.h')
-rw-r--r--src/gallium/drivers/r300/r5xx_fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r5xx_fs.h b/src/gallium/drivers/r300/r5xx_fs.h
index 629e587be4d..7e62c3352b2 100644
--- a/src/gallium/drivers/r300/r5xx_fs.h
+++ b/src/gallium/drivers/r300/r5xx_fs.h
@@ -122,6 +122,8 @@ static struct r5xx_fragment_shader r5xx_texture_fragment_shader = {
R500_ALU_RGBA_A_SWIZ_0,
};
+struct r300_fs_asm;
+
void r5xx_fs_finalize(struct r5xx_fragment_shader* fs,
struct r300_fs_asm* assembler);