summaryrefslogtreecommitdiff
path: root/render.c
AgeCommit message (Expand)AuthorLines
2024-07-27Fix ren_linequou-1/+1
2024-07-27clipping and viewport improvements.quou-42/+69
2024-07-22sampling textures in game.quou-9/+50
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