Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Fixes progs/trivial/tri-blend.c, but I think we're just getting
lucky in this case.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
One draws a series of quads with different textures.
The other draws with one texture which is changed with glTexSubImage2D().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|