Mesa (r6xx-rewrite): functions declaration with 'extern'

Cooper Yuan cooperyuan at kemper.freedesktop.org
Mon Jun 22 07:12:17 UTC 2009


Module: Mesa
Branch: r6xx-rewrite
Commit: 3a3c7fd52e7ab846686fbbb2b572894134b2f9b6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a3c7fd52e7ab846686fbbb2b572894134b2f9b6

Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Mon Jun 22 15:10:57 2009 +0800

functions declaration with 'extern'

---

 src/mesa/drivers/dri/r600/r600_context.h |    3 +++
 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 52512aa..d360f1a 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,




More information about the mesa-commit mailing list