summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r600_context.h
diff options
context:
space:
mode:
authorCooper Yuan <cooperyuan@gmail.com>2009-06-22 15:10:57 +0800
committerCooper Yuan <cooperyuan@gmail.com>2009-06-22 15:10:57 +0800
commit3a3c7fd52e7ab846686fbbb2b572894134b2f9b6 (patch)
treef25c48ecd7fa3c6da98666290f470dd42ef36bdd /src/mesa/drivers/dri/r600/r600_context.h
parent2f6451042d6c6e69fe1ea4f87814ebf2f982b034 (diff)
functions declaration with 'extern'
Diffstat (limited to 'src/mesa/drivers/dri/r600/r600_context.h')
-rw-r--r--src/mesa/drivers/dri/r600/r600_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_context.h b/src/mesa/drivers/dri/r600/r600_context.h
index 52512aacc0..d360f1a2f5 100644
--- a/src/mesa/drivers/dri/r600/r600_context.h
+++ b/src/mesa/drivers/dri/r600/r600_context.h
@@ -157,6 +157,9 @@ extern GLboolean r600CreateContext(const __GLcontextModes * glVisual,
extern GLboolean r700InitChipObject(context_t *context);
extern GLboolean r700SendContextStates(context_t *context);
+extern GLboolean r700SendViewportState(context_t *context, int id);
+extern GLboolean r700SendRenderTargetState(context_t *context, int id);
+
extern int r700SetupStreams(GLcontext * ctx);
extern void r700SetupVTXConstants(GLcontext * ctx,
unsigned int nStreamID,