Mesa (radeon-rewrite): r300: fix missing function declaration

Alex Deucher agd5f at kemper.freedesktop.org
Sun Apr 19 19:05:46 UTC 2009


Module: Mesa
Branch: radeon-rewrite
Commit: 65fe0c86ffcff99f9f09606d462bf3731ea0c308
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=65fe0c86ffcff99f9f09606d462bf3731ea0c308

Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sun Apr 19 15:28:10 2009 +0200

r300: fix missing function declaration

---

 src/mesa/drivers/dri/r300/r300_context.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h
index 949a3ca..1c7bfc8 100644
--- a/src/mesa/drivers/dri/r300/r300_context.h
+++ b/src/mesa/drivers/dri/r300/r300_context.h
@@ -659,6 +659,8 @@ extern int r300VertexProgUpdateParams(GLcontext * ctx,
 				      struct r300_vertex_program_cont *vp,
 				      float *dst);
 
+extern void r300InitShaderFunctions(r300ContextPtr r300);
+
 #define r300PackFloat32 radeonPackFloat32
 #define r300PackFloat24 radeonPackFloat24
 




More information about the mesa-commit mailing list