summaryrefslogtreecommitdiff
path: root/render.c
AgeCommit message (Collapse)AuthorLines
2024-07-15Dumb near plane clipping.quou-2/+9
2024-07-15Screen space clipping and backface culling.quou-39/+125
2024-07-14Add a little font tooquou-23/+75
2024-07-13Model loading and basic lighting.quou-0/+49
2024-07-13Better triangle fill and texture mapping.quou-81/+165
2024-07-06Const-ify the ren_tri input vertices.quou-6/+14
2024-07-06Triangle fill.quou-3/+130
2024-06-30initial commit.quou-0/+207