summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_context.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-09 08:54:38 -0600
committerBrian Paul <brianp@vmware.com>2009-09-09 08:54:38 -0600
commit3fed69eb168774d2303e4efb9149f34e55d91b58 (patch)
tree46a63a73c5a3c3b649b76743600f38466620f0c5 /src/mesa/tnl/t_context.h
parentda9ed257a3b47c97ac557da17c32cf271190a407 (diff)
mesa: move call to init_c_cliptest() from enable.c to tnl module.
Fixed gallium build breakage.
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r--src/mesa/tnl/t_context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h
index c19eb3df3c..6137c2d2fe 100644
--- a/src/mesa/tnl/t_context.h
+++ b/src/mesa/tnl/t_context.h
@@ -548,4 +548,8 @@ typedef struct
#define MAX_TYPES TYPE_IDX(GL_DOUBLE)+1 /* 0xa + 1 */
+extern void
+tnl_clip_prepare(GLcontext *ctx);
+
+
#endif