summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state_derived.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-16 03:13:16 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-16 03:16:59 -0800
commit18f20b70b15f5daed28eb9f4fce1eccd46cf82d3 (patch)
treeac586cacf8d162eecc7c3f407e778cf8b9482047 /src/gallium/drivers/r300/r300_state_derived.h
parentb16d4399892dbf8ab2c72a60b46bbc03ee5cd9a6 (diff)
r300-gallium: Ooops, forgot to apply this stash.
"git stash": The cause of, and solution to, all my problems.
Diffstat (limited to 'src/gallium/drivers/r300/r300_state_derived.h')
-rw-r--r--src/gallium/drivers/r300/r300_state_derived.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_state_derived.h b/src/gallium/drivers/r300/r300_state_derived.h
index 11d0787d12..72ba6b928d 100644
--- a/src/gallium/drivers/r300/r300_state_derived.h
+++ b/src/gallium/drivers/r300/r300_state_derived.h
@@ -28,4 +28,6 @@
#include "r300_context.h"
#include "r300_reg.h"
+void r300_update_derived_state(struct r300_context* r300);
+
#endif /* R300_STATE_DERIVED_H */