summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_vertprog.h
diff options
context:
space:
mode:
authorMaciej Cencora <m.cencora@gmail.com>2009-07-03 20:14:24 +0200
committerMaciej Cencora <m.cencora@gmail.com>2009-07-13 19:25:57 +0200
commit37c319f62f59d7750dd172034e43dfd489f572cc (patch)
tree210905720d82515328f8bb5b0f573fd7230a3aac /src/mesa/drivers/dri/r300/r300_vertprog.h
parentbce224c1f108e6c8131dfc953ef607689b83ae7e (diff)
r300: implement proper IsProgramNative check for vertex programs
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_vertprog.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_vertprog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_vertprog.h b/src/mesa/drivers/dri/r300/r300_vertprog.h
index b552e3fb1b..2dab11c337 100644
--- a/src/mesa/drivers/dri/r300/r300_vertprog.h
+++ b/src/mesa/drivers/dri/r300/r300_vertprog.h
@@ -34,4 +34,8 @@
void r300SetupVertexProgram(r300ContextPtr rmesa);
+struct r300_vertex_program * r300SelectVertexShader(GLcontext *ctx);
+
+void r300TranslateVertexShader(struct r300_vertex_program *vp);
+
#endif