summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/polygon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/polygon.h')
-rw-r--r--src/mesa/main/polygon.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/polygon.h b/src/mesa/main/polygon.h
index 530adba4cb4..6cf14d3e2ac 100644
--- a/src/mesa/main/polygon.h
+++ b/src/mesa/main/polygon.h
@@ -55,12 +55,15 @@ extern void GLAPIENTRY
_mesa_PolygonOffsetEXT( GLfloat factor, GLfloat bias );
extern void GLAPIENTRY
+_mesa_PolygonOffsetClampEXT( GLfloat factor, GLfloat units, GLfloat clamp );
+
+extern void GLAPIENTRY
_mesa_PolygonStipple( const GLubyte *mask );
extern void GLAPIENTRY
_mesa_GetPolygonStipple( GLubyte *mask );
-extern void
+extern void
_mesa_init_polygon( struct gl_context * ctx );
#endif