From e8ceb5a2eb174f5444eaf5f52925fa161ea7d0a9 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 12 Jul 2007 13:44:43 -0600 Subject: XXX comment about skipping stipple for points/lines --- src/mesa/pipe/softpipe/sp_quad_stipple.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/pipe/softpipe/sp_quad_stipple.c b/src/mesa/pipe/softpipe/sp_quad_stipple.c index f9a3c0ba265..e77bbb81eec 100644 --- a/src/mesa/pipe/softpipe/sp_quad_stipple.c +++ b/src/mesa/pipe/softpipe/sp_quad_stipple.c @@ -13,6 +13,7 @@ /** * Apply polygon stipple to quads produced by triangle rasterization + * XXX we need to skip this for lines and points!!! */ static void stipple_quad(struct quad_stage *qs, struct quad_header *quad) -- cgit v1.2.3