From: Brian Paul Date: Fri, 20 Oct 2000 17:26:57 +0000 (+0000) Subject: use 1.1 glPolygonOffset instead of glPolygonOffsetEXT X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a2d2aed64aebcce9cb3aa777628bc14a08f595aa;p=mesa.git use 1.1 glPolygonOffset instead of glPolygonOffsetEXT --- diff --git a/progs/xdemos/offset.c b/progs/xdemos/offset.c index 158e52a97ce..3e92e68daa7 100644 --- a/progs/xdemos/offset.c +++ b/progs/xdemos/offset.c @@ -53,7 +53,7 @@ PERFORMANCE OF THIS SOFTWARE. #include #include -/*#undef GL_EXT_polygon_offset uncomment to use new version*/ +#undef GL_EXT_polygon_offset /* use GL 1.1 version instead of extension */ #ifndef EXIT_FAILURE