Age | Commit message (Collapse) | Author |
|
This allows us to do a glReadPixels(GL_DEPTH_COMPONENT) to see what's
in the depth buffer to help debugging.
|
|
|
|
|
|
This matches the convention used by the recursive rasterizer.
Also fixed assorted typos, comments, etc.
Now tri-z.c, gears.c, etc look basically right but there's still some
cracks in triangle rasterization.
|
|
|
|
And remove unused BLOCKSIZE.
|
|
Make this a little easier to understand.
|
|
The compiler will still do the multiplies with shifts.
It's just a bit easier to follow the logic with multiplies.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also remove branches calculating masks for quads.
|
|
|
|
Incorrect rendering until the interpolation code generation is updated.
|
|
|
|
|
|
|
|
Was overdoing it previously.
|
|
Adjustments for top-left fill convention were being lost.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|