summaryrefslogtreecommitdiff
path: root/clip.c
Commit message (Expand)AuthorAgeFilesLines
* make the depth buffer 32-bit.rodri2024-08-041-1/+1
* fix line interpolation during rasterization.rodri2024-08-021-3/+31
* fix the geometry glitches when moving things around.rodri2024-07-131-10/+11
* small improvements.rodri2024-07-121-25/+27
* add cubemaps.rodri2024-06-061-2/+1
* fix line rasterization.rodri2024-05-211-10/+25
* clip: fix rectclipline.rodri2024-05-031-7/+10
* clip: avoid division by zero.rodri2024-05-031-2/+2
* add a general primitive with support for points, lines and triangles.rodri2024-05-031-0/+220