Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-16 | front/back determination was wrong | Brian | |
2007-09-18 | converting the setup state to immutable object and renaming it to rasterizer ↵ | Zack Rusin | |
state | |||
2007-08-30 | Fix lost edge flags problem when clipping. | Brian | |
In emit_poly() we need to compute header.edgeflags from the vertex edge flags. Also need to set header.det so later stages can determine front/back orientation. | |||
2007-08-16 | Remove many dependencies on mesa headers. | Brian | |
To build with mesa, need -DMESA in makefile/config file. | |||
2007-08-14 | Beginnings of a demand-filled post-tnl vertex cache. | Keith Whitwell | |
Probably breaks a bit of stuff, eg unfilled clipping, edgeflags, etc. | |||
2007-08-13 | with Y=0=top, front/back determination is negated | Brian | |
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-12 | Rename prim_stage -> draw_stage | Brian | |
2007-07-10 | Fix front/back mix-up. added comments. | 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 | |