X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fclip.h;h=d53afb45bdf6f9f1c3c2c8520e56f5d7999177f0;hb=54f425b5cefd1e40f315a4f8747b9a3db29ab9d4;hp=fffcf13e979d35b531f8e9ee2e2e7ed5a23bc441;hpb=9ac51f57efe07ed43a1e4224a7f5daddec401b36;p=mesa.git diff --git a/src/mesa/main/clip.h b/src/mesa/main/clip.h index fffcf13e979..d53afb45bdf 100644 --- a/src/mesa/main/clip.h +++ b/src/mesa/main/clip.h @@ -1,3 +1,6 @@ +/** + * \file clip.h + */ /* * Mesa 3-D graphics library @@ -25,15 +28,22 @@ - - #ifndef CLIP_H #define CLIP_H #include "mtypes.h" -extern void _mesa_ClipPlane( GLenum plane, const GLdouble *equation ); +extern void GLAPIENTRY +_mesa_ClipPlane( GLenum plane, const GLdouble *equation ); + +extern void GLAPIENTRY +_mesa_GetClipPlane( GLenum plane, GLdouble *equation ); + +extern void GLAPIENTRY +_mesa_CullParameterfvEXT (GLenum cap, GLfloat *v); + +extern void GLAPIENTRY +_mesa_CullParameterdvEXT (GLenum cap, GLdouble *v); -extern void _mesa_GetClipPlane( GLenum plane, GLdouble *equation ); #endif