glPolygonMode

I am trying to draw polygons with stipple fill patterns along with an outline. Can this be done with glPolygonMode? It seems the only way to do it is to draw 2 sets of polygons- a blank one with an outline, and a stipple one.

I’m sure you are correct, you must send the polygon twice, once for the stipple and once for the outline.