diff options
-rw-r--r-- | src/mesa/pipe/softpipe/sp_quad_stipple.c | 1 |
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 f9a3c0ba26..e77bbb81ee 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) |