summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/clip.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-03-19 14:17:41 -0600
committerBrian <brian@ubuntu10-32.(none)>2011-03-19 14:17:41 -0600
commitec4a21b0e21e8c706f26db5308fb267b6979b631 (patch)
tree7a05745f3d393b902ba57979eb8463945c10d225 /src/mesa/main/clip.h
parent957552fce0c272b476d89bee374724e8a94a8d8a (diff)
downloadexternal_mesa3d-ec4a21b0e21e8c706f26db5308fb267b6979b631.zip
external_mesa3d-ec4a21b0e21e8c706f26db5308fb267b6979b631.tar.gz
external_mesa3d-ec4a21b0e21e8c706f26db5308fb267b6979b631.tar.bz2
mesa: consolidate clip plane update code
Diffstat (limited to 'src/mesa/main/clip.h')
-rw-r--r--src/mesa/main/clip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/clip.h b/src/mesa/main/clip.h
index 11431dc..a8e6d76 100644
--- a/src/mesa/main/clip.h
+++ b/src/mesa/main/clip.h
@@ -33,6 +33,11 @@
#include "glheader.h"
+struct gl_context;
+
+extern void
+_mesa_update_clip_plane(struct gl_context *ctx, GLuint plane);
+
extern void GLAPIENTRY
_mesa_ClipPlane( GLenum plane, const GLdouble *equation );