Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-25 | Implement line stippling. | Brian | |
Also added draw_stage::reset_line_stipple(). There may be a better way of doing that though. | |||
2007-07-13 | Fix more polygon winding, culling confusion. | Brian | |
If the determinant of the triangle is positive, its winding is CCW (right-handed coord system). | |||
2007-07-12 | Rename prim_stage -> draw_stage | Brian | |
2007-07-12 | front/back-face determination was wrong | Brian | |
2007-07-09 | New 'draw' module for primitive drawing (clipping, culling, etc). | Brian | |
2007-07-09 | Rename/move some files to modularize the primitive/draw code. | Brian | |