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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/polygon.h b/src/mesa/main/polygon.h
index 6cf14d3e2ac..41344a2ef0c 100644
--- a/src/mesa/main/polygon.h
+++ b/src/mesa/main/polygon.h
@@ -64,6 +64,9 @@ extern void GLAPIENTRY
_mesa_GetPolygonStipple( GLubyte *mask );
extern void
+_mesa_polygon_offset_clamp(struct gl_context *ctx,
+ GLfloat factor, GLfloat units, GLfloat clamp);
+extern void
_mesa_init_polygon( struct gl_context * ctx );
#endif