summaryrefslogtreecommitdiff
path: root/clip.c
Commit message (Expand)AuthorAgeFilesLines
* patch a leak in rectclipline. fix a pixel-discarding logic statement.rodri2024-10-051-2/+4
* implement a parser for a model(6). get rid of the libobj dependency.rodri2024-09-261-7/+0
* remove unnecessary copying. profile individual stage procs.rodri2024-09-071-0/+3
* fix a double-free. add a generic value-swapping macro.rodri2024-08-051-16/+4
* 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