From 3a3c7fd52e7ab846686fbbb2b572894134b2f9b6 Mon Sep 17 00:00:00 2001 From: Cooper Yuan Date: Mon, 22 Jun 2009 15:10:57 +0800 Subject: [PATCH] functions declaration with 'extern' --- src/mesa/drivers/dri/r600/r600_context.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/drivers/dri/r600/r600_context.h b/src/mesa/drivers/dri/r600/r600_context.h index 52512aacc04..d360f1a2f58 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, -- 2.30.2