diff options
author | Brian <[email protected]> | 2007-07-12 13:44:43 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-07-12 13:44:43 -0600 |
commit | e8ceb5a2eb174f5444eaf5f52925fa161ea7d0a9 (patch) | |
tree | 3614ed18584d4b96e78fffd04ce48e941d813419 /src/mesa | |
parent | c78f372b1720cf17b0112d7c3296020044bef97b (diff) |
XXX comment about skipping stipple for points/lines
Diffstat (limited to 'src/mesa')
-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 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) |