summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-07-12 13:44:43 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-07-12 13:44:43 -0600
commite8ceb5a2eb174f5444eaf5f52925fa161ea7d0a9 (patch)
tree3614ed18584d4b96e78fffd04ce48e941d813419
parentc78f372b1720cf17b0112d7c3296020044bef97b (diff)
XXX comment about skipping stipple for points/lines
-rw-r--r--src/mesa/pipe/softpipe/sp_quad_stipple.c1
1 files changed, 1 insertions, 0 deletions
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)