From: Brian Date: Thu, 12 Jul 2007 19:44:43 +0000 (-0600) Subject: XXX comment about skipping stipple for points/lines X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e8ceb5a2eb174f5444eaf5f52925fa161ea7d0a9;p=mesa.git XXX comment about skipping stipple for points/lines --- 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)