summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nv10_swtcl.h
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2006-04-14 23:47:45 +0000
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2006-04-14 23:47:45 +0000
commitb0c4cfed608f21f255b8637ec5ff499fc36ee302 (patch)
treeaa96ab1803f473ec5efa315f5585dc1bbbfa9329 /src/mesa/drivers/dri/nouveau/nv10_swtcl.h
parent97d11ecd6c5d23f682db5c6ef7dfec89185ae307 (diff)
More work on the tcl code... still have to make my mind on a number of
things
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nv10_swtcl.h')
-rw-r--r--src/mesa/drivers/dri/nouveau/nv10_swtcl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv10_swtcl.h b/src/mesa/drivers/dri/nouveau/nv10_swtcl.h
index fd57eeaa95..03338fbe13 100644
--- a/src/mesa/drivers/dri/nouveau/nv10_swtcl.h
+++ b/src/mesa/drivers/dri/nouveau/nv10_swtcl.h
@@ -34,6 +34,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
extern void nv10Fallback( GLcontext *ctx, GLuint bit, GLboolean mode );
extern void nv10FinishPrimitive(struct nouveau_context *nmesa);
extern void nv10RenderStart(GLcontext *ctx);
+extern void nv10TriInitFunctions(GLcontext *ctx);
#define FALLBACK( nmesa, bit, mode ) nouveauFallback( nmesa->glCtx, bit, mode )
#endif /* __NV10_SWTCL_H__ */