aboutsummaryrefslogtreecommitdiff
path: root/internal.h
Commit message (Expand)AuthorAgeFilesLines
* clip: fix rectclipline.HEADmasterrodri44 hours1-1/+1
* add a general primitive with support for points, lines and triangles.rodri45 hours1-0/+14
* render: add rasterizer init params and per-proc identification.rodri11 days1-8/+16
* replace the Triangle with a general purpose Primitive.rodri2024-04-161-1/+1
* implement a fully concurrent pipeline based on tiles.rodri2024-04-151-0/+18
* simplify the job scheduler. correct two mistakes regarding the Viewport.rodri2024-04-051-7/+0
* implement a (partially) concurrent pipeline.rodri2024-03-251-3/+7
* add user-defined vertex attributes (varyings) and improve the interpolation c...rodri2024-03-031-0/+7
* lay out the grounds for a scene renderer.rodri2024-02-131-1/+1
* improve coordinate transformations and fix projections.rodri2024-01-311-9/+1
* import the new renderer and clean things up.rodri2024-01-301-0/+29